Commit 992cf6bb1bdfa5beb4df970f6fb9907d939d80ee

Authored by Antonio Terceiro
2 parents bd6b613a 99135fd5

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,7 +164,7 @@
164 position: absolute; 164 position: absolute;
165 top: 3px; 165 top: 3px;
166 right: 170px; 166 right: 170px;
167 - width: 150px; 167 + width: 200px;
168 z-index: 100; 168 z-index: 100;
169 } 169 }
170 170
@@ -243,17 +243,19 @@ @@ -243,17 +243,19 @@
243 #user_menu_head { 243 #user_menu_head {
244 overflow: visible; 244 overflow: visible;
245 cursor: default; 245 cursor: default;
  246 + width: 100%;
  247 + overflow: hidden;
246 } 248 }
247 #user_menu_head span { 249 #user_menu_head span {
248 position: relative; 250 position: relative;
249 top: 1px; 251 top: 1px;
250 left: 1px; 252 left: 1px;
  253 + font-weight: normal;
251 } 254 }
252 255
253 #user_menu_head, 256 #user_menu_head,
254 #user_box a#link_login { 257 #user_box a#link_login {
255 margin-left: 4px; 258 margin-left: 4px;
256 - display: inline;  
257 } 259 }
258 #user_menu a#link_login:hover { 260 #user_menu a#link_login:hover {
259 background: none; 261 background: none;
@@ -277,8 +279,8 @@ @@ -277,8 +279,8 @@
277 } 279 }
278 280
279 #user_menu ul { 281 #user_menu ul {
280 - width: 150px;  
281 - max-width: 140px; 282 + width: 200px;
  283 + max-width: 190px;
282 height: 0px; 284 height: 0px;
283 position: relative; /* work arround IE Bug */ 285 position: relative; /* work arround IE Bug */
284 overflow: hidden; 286 overflow: hidden;