Move 'logout' link to bottom of dropdown

This commit is contained in:
Brian Federle 2013-09-26 11:48:54 -07:00
parent 0d121fd002
commit e4da6504c0
2 changed files with 3 additions and 4 deletions

View File

@ -293,7 +293,7 @@
})
.appendTo($('#header'));
$(['label.logout', 'label.help', 'label.about']).each(function() {
$(['label.about', 'label.help', 'label.logout']).each(function() {
var $link = $('<a>')
.attr({
href: '#'

View File

@ -200,7 +200,7 @@ body {
}
}
.ui-dialog, .notification-box, #user-options {
.ui-dialog, .notification-box, #user-options, .region-selector {
@include dialog;
display: none;
@ -213,8 +213,7 @@ body {
&.logout {
font-weight: bold;
border-bottom: 1px solid gray;
margin-bottom: 25px;
margin-top: 25px;
}
}
}