Changeset - b44bb596ddb2
[Not reviewed]
beta
0 2 0
Leonardo Carneiro - 13 years ago 2013-03-19 22:49:17
leonardo@unity3d.com
Fixing user dropdown menu. It now scales acording to the contents.
Enabling border to the fisrt item.
2 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/contextbar.css
Show inline comments
 
@@ -277,7 +277,7 @@ ul#context-actions {
 
    border-right: none;
 
}
 

	
 
#header #header-inner #quick li:first-child {
 
#header #header-inner #quick > li:first-child {
 
    border-left: none;
 
}
 

	
rhodecode/public/css/style.css
Show inline comments
 
@@ -1959,7 +1959,6 @@ a.metatag[tag="license"]:hover {
 
    padding: 4px;
 
    position: absolute;
 
    right: 0;
 
    width: 278px;
 
    background-color: #003B76;
 
    background-repeat: repeat-x;
 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
 
@@ -1976,6 +1975,8 @@ a.metatag[tag="license"]:hover {
 
    -khtml-border-radius: 0px 0px 4px 4px;
 
    border-radius: 0px 0px 4px 4px;
 
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 

	
 
    overflow: hidden;
 
}
 
#quick_login h4 {
 
    color: #fff;
 
@@ -2016,9 +2017,12 @@ a.metatag[tag="license"]:hover {
 

	
 
#quick_login .links_left {
 
    float: left;
 
    margin-right: 120px;
 
}
 
#quick_login .links_right {
 
    float: right;
 
    width: 120px;
 
    position: absolute;
 
    right: 0;
 
}
 
#quick_login .full_name {
 
    color: #FFFFFF;
0 comments (0 inline, 0 general)