comparison rhodecode/public/css/contextbar.css @ 3548:b44bb596ddb2 beta

Fixing user dropdown menu. It now scales acording to the contents. Enabling border to the fisrt item.
author Leonardo Carneiro<leonardo@unity3d.com>
date Tue, 19 Mar 2013 22:49:17 +0100
parents c5efdafee8fe
children f0384b9ed5b9
comparison
equal deleted inserted replaced
3547:b7f489714639 3548:b44bb596ddb2
275 #header #header-inner #quick li:last-child, 275 #header #header-inner #quick li:last-child,
276 #content #context-pages li:last-child { 276 #content #context-pages li:last-child {
277 border-right: none; 277 border-right: none;
278 } 278 }
279 279
280 #header #header-inner #quick li:first-child { 280 #header #header-inner #quick > li:first-child {
281 border-left: none; 281 border-left: none;
282 } 282 }
283 283
284 #header #header-inner #quick > li:first-child > a { 284 #header #header-inner #quick > li:first-child > a {
285 border-radius: 4px 0 0 4px; 285 border-radius: 4px 0 0 4px;