Bring the user menu back to the top bar on desktop.

This commit is contained in:
Matthias Mees 2014-03-03 19:50:54 +01:00
parent 39a3da9e8f
commit 0c40e05195

View File

@ -1376,7 +1376,6 @@ summary {
#main_menu #user_menu li {
display: inline-block;
font-size: 1.25em;
margin-right: .5em;
width: auto;
}
@ -2906,6 +2905,28 @@ img.mfp-img {
background: transparent;
}
#user_menu {
position: absolute;
top: 0;
right: 2.5%;
text-align: right;
width: auto;
}
#main_menu #user_menu h3 {
border: 0 none;
color: #ccdee7;
float: left;
font-weight: normal;
margin: 1em 1em 0 0;
padding: 0;
}
#user_menu > ul {
float: right;
margin-top: .6em;
}
#main_menu,
#content {
padding-left: 0;