##// END OF EJS Templates
Fixing user dropdown menu. It now scales acording to the contents....
Leonardo Carneiro -
r3548:b44bb596 beta
parent child Browse files
Show More
@@ -277,7 +277,7 b' ul#context-actions {'
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
@@ -1959,7 +1959,6 b' a.metatag[tag="license"]:hover {'
1959 padding: 4px;
1959 padding: 4px;
1960 position: absolute;
1960 position: absolute;
1961 right: 0;
1961 right: 0;
1962 width: 278px;
1963 background-color: #003B76;
1962 background-color: #003B76;
1964 background-repeat: repeat-x;
1963 background-repeat: repeat-x;
1965 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1964 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
@@ -1976,6 +1975,8 b' a.metatag[tag="license"]:hover {'
1976 -khtml-border-radius: 0px 0px 4px 4px;
1975 -khtml-border-radius: 0px 0px 4px 4px;
1977 border-radius: 0px 0px 4px 4px;
1976 border-radius: 0px 0px 4px 4px;
1978 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1977 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1978
1979 overflow: hidden;
1979 }
1980 }
1980 #quick_login h4 {
1981 #quick_login h4 {
1981 color: #fff;
1982 color: #fff;
@@ -2016,9 +2017,12 b' a.metatag[tag="license"]:hover {'
2016
2017
2017 #quick_login .links_left {
2018 #quick_login .links_left {
2018 float: left;
2019 float: left;
2020 margin-right: 120px;
2019 }
2021 }
2020 #quick_login .links_right {
2022 #quick_login .links_right {
2021 float: right;
2023 width: 120px;
2024 position: absolute;
2025 right: 0;
2022 }
2026 }
2023 #quick_login .full_name {
2027 #quick_login .full_name {
2024 color: #FFFFFF;
2028 color: #FFFFFF;
General Comments 0
You need to be logged in to leave comments. Login now