Skip to content

Commit

Permalink
Adapted positioning of #user_menu to screen real estate.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowled committed Dec 5, 2012
1 parent d605315 commit d99d68c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions templates/2k11/admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,10 @@ summary { cursor: pointer; }

#user_menu { text-align: right; }

#user_menu ul { margin: 1.5em 0 .5em; }
#user_menu ul {
font-size: 1.5em;
margin: 1.5em 0 .5em;
}

#user_menu li,
.edit_actions li { margin: 0 0 0 1em; }
Expand All @@ -946,7 +949,10 @@ summary { cursor: pointer; }
}

@media only screen and (min-width: 1280px) {
#user_menu ul { font-size: 1.5em; }
#user_menu ul {
font-size: 2em;
margin: 1em 0;
}
}

@media only screen and (min-width: 1400px) {
Expand Down

0 comments on commit d99d68c

Please sign in to comment.