Commit 992cf6bb1bdfa5beb4df970f6fb9907d939d80ee
Exists in
master
and in
29 other branches
Merge commit '99135fd584977ca43e588ff00d6a0d65e17c3d59' into v0.11.x
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
public/stylesheets/menu.css
... | ... | @@ -164,7 +164,7 @@ |
164 | 164 | position: absolute; |
165 | 165 | top: 3px; |
166 | 166 | right: 170px; |
167 | - width: 150px; | |
167 | + width: 200px; | |
168 | 168 | z-index: 100; |
169 | 169 | } |
170 | 170 | |
... | ... | @@ -243,17 +243,19 @@ |
243 | 243 | #user_menu_head { |
244 | 244 | overflow: visible; |
245 | 245 | cursor: default; |
246 | + width: 100%; | |
247 | + overflow: hidden; | |
246 | 248 | } |
247 | 249 | #user_menu_head span { |
248 | 250 | position: relative; |
249 | 251 | top: 1px; |
250 | 252 | left: 1px; |
253 | + font-weight: normal; | |
251 | 254 | } |
252 | 255 | |
253 | 256 | #user_menu_head, |
254 | 257 | #user_box a#link_login { |
255 | 258 | margin-left: 4px; |
256 | - display: inline; | |
257 | 259 | } |
258 | 260 | #user_menu a#link_login:hover { |
259 | 261 | background: none; |
... | ... | @@ -277,8 +279,8 @@ |
277 | 279 | } |
278 | 280 | |
279 | 281 | #user_menu ul { |
280 | - width: 150px; | |
281 | - max-width: 140px; | |
282 | + width: 200px; | |
283 | + max-width: 190px; | |
282 | 284 | height: 0px; |
283 | 285 | position: relative; /* work arround IE Bug */ |
284 | 286 | overflow: hidden; | ... | ... |