diff options
author | Valerio Virgillito | 2012-07-18 15:16:43 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-18 15:16:43 -0700 |
commit | fc09eeb4bbc4e1e9c0e63a8e5959271ca7a3a59b (patch) | |
tree | 45d78659e1e02afe324536d5d6ede838ce76539b /js/ui/menu/menu-item.reel/menu-item.css | |
parent | 819348eaf3ff6b4a8c38ecca7c18f6dacac7f03b (diff) | |
download | ninja-fc09eeb4bbc4e1e9c0e63a8e5959271ca7a3a59b.tar.gz |
fixed more menu bugs
- Adding top right round corner on submenu
- Fixed wrong checkmark on draw 3d grid.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ui/menu/menu-item.reel/menu-item.css')
-rwxr-xr-x | js/ui/menu/menu-item.reel/menu-item.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/ui/menu/menu-item.reel/menu-item.css b/js/ui/menu/menu-item.reel/menu-item.css index f3683492..cb495b43 100755 --- a/js/ui/menu/menu-item.reel/menu-item.css +++ b/js/ui/menu/menu-item.reel/menu-item.css | |||
@@ -129,12 +129,13 @@ POSSIBILITY OF SUCH DAMAGE. | |||
129 | top: 0%; | 129 | top: 0%; |
130 | left: 100%; | 130 | left: 100%; |
131 | margin-top: 1px; | 131 | margin-top: 1px; |
132 | margin-left: 1px; | 132 | /*margin-left: 1px;*/ |
133 | float:left; | 133 | float:left; |
134 | font-family: 'Droid Sans', sans-serif !important; | 134 | font-family: 'Droid Sans', sans-serif !important; |
135 | color: #ffffff; | 135 | color: #ffffff; |
136 | background: #494949; | 136 | background: #494949; |
137 | /*border: 1px solid #292929;*/ | 137 | /*border: 1px solid #292929;*/ |
138 | border-top-right-radius: 5px; | ||
138 | border-bottom-right-radius: 5px; | 139 | border-bottom-right-radius: 5px; |
139 | border-bottom-left-radius: 5px; | 140 | border-bottom-left-radius: 5px; |
140 | /*border-radius: 8px;*/ | 141 | /*border-radius: 8px;*/ |