aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports/scss/_MenuUI.scss
diff options
context:
space:
mode:
authorValerio Virgillito2012-01-27 16:39:22 -0800
committerValerio Virgillito2012-01-27 16:39:22 -0800
commita53d4ef4d26d5c4c8e5f4859f8fd3e95ccce8c3b (patch)
tree436668182ef20ab30fb59701deb2e25c5da4498f /_scss/imports/scss/_MenuUI.scss
parent302e3eb01037ff550bc93547cb8d5d0a0780b312 (diff)
parent01e7e2448bc58698fb5808d141c1a8a5dfbdaaf7 (diff)
downloadninja-a53d4ef4d26d5c4c8e5f4859f8fd3e95ccce8c3b.tar.gz
Merge pull request #2 from jreid01/pullrequest
Fixes to radio button base styles. Comment clean-up.
Diffstat (limited to '_scss/imports/scss/_MenuUI.scss')
-rw-r--r--_scss/imports/scss/_MenuUI.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/_scss/imports/scss/_MenuUI.scss b/_scss/imports/scss/_MenuUI.scss
index e821e5cc..e1fb149a 100644
--- a/_scss/imports/scss/_MenuUI.scss
+++ b/_scss/imports/scss/_MenuUI.scss
@@ -4,12 +4,11 @@
4// (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4// (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5// </copyright> 5// </copyright>
6 6
7/* 7// MenuUI.scss
8 * MenuUI.scss 8// Styles governing the main dropdown menu.
9 * Styles governing the main dropdown menu. 9// Note that colors and font definitions go in
10 * Note that colors and font definitions go in 10// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss
11 * _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss 11
12 */
13.menuBar { 12.menuBar {
14 width:100%; 13 width:100%;
15 border-style: solid; 14 border-style: solid;
@@ -49,8 +48,8 @@
49 background : $color-menu-active-bg; 48 background : $color-menu-active-bg;
50} 49}
51 50
52/*Styles for positioning and display 51// Styles for positioning and display
53Supports fly-out of sub-menus two levels deep only */ 52Supports fly-out of sub-menus two levels deep only
54 53
55.menuBar ul ul { 54.menuBar ul ul {
56 position: absolute; 55 position: absolute;