diff options
author | Armen Kesablyan | 2012-02-07 16:55:34 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-07 16:55:34 -0800 |
commit | 10f0ad4c15f090b2d0d50d11e4c7aaf291e9eb0e (patch) | |
tree | 12b31910a3c7c7fa2ee0b26d8aaa611710e139a5 /_scss/imports/scss/_MenuUI.scss | |
parent | 7f8730c3add146f1ba107e6fc22d1f5a8348ed8b (diff) | |
parent | 668510892537eaaeb2e11520831d87b44b2489b7 (diff) | |
download | ninja-10f0ad4c15f090b2d0d50d11e4c7aaf291e9eb0e.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into text-tool
Conflicts:
_scss/compass_app_log.txt
css/ninja.css
Diffstat (limited to '_scss/imports/scss/_MenuUI.scss')
-rw-r--r-- | _scss/imports/scss/_MenuUI.scss | 15 |
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 |
53 | Supports fly-out of sub-menus two levels deep only */ | 52 | Supports 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; |