[Frontend] Time Controller Markup and Styling

open #1515
open #117
Significant re-org in menus.scss continued:
Refactored s-menu to s-menu-btn;
moved look-related style def's into .s-menu;
.menu now extends .s-menu;
This commit is contained in:
Charles Hacskaylo
2015-09-24 15:38:52 -07:00
parent 9e64dfe3b9
commit 1d83516982
14 changed files with 323 additions and 236 deletions

View File

@@ -205,7 +205,7 @@ label.checkbox.custom {
}
}
.s-menu label.checkbox.custom {
.s-menu-btn label.checkbox.custom {
margin-left: 5px;
}

View File

@@ -20,7 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
/******************************************************** MENU BUTTONS */
.s-menu {
.s-menu-btn {
// Formerly .btn-menu
@extend .s-btn;
span.l-click-area {
@@ -66,13 +66,17 @@
position: relative;
}
.menu {
.s-menu {
@include border-radius($basicCr);
@include containerSubtle($colorMenuBg, $colorMenuFg);
@include boxShdw($shdwMenu);
@include txtShdw($shdwMenuText);
display: block; // set to block via jQuery
padding: $interiorMarginSm 0;
}
.menu {
@extend .s-menu;
display: block;
position: absolute;
z-index: 10;
ul {
@@ -221,7 +225,6 @@
.context-menu-holder,
.menu-holder {
pointer-events: none;
position: absolute;
z-index: 70;
.context-menu-wrapper {
@@ -240,6 +243,7 @@
}
.context-menu-holder {
pointer-events: none;
height: 200px;
width: 170px;
}