mirror of https://github.com/apache/cloudstack.git
Move 'logout' link to bottom of dropdown
This commit is contained in:
parent
0d121fd002
commit
e4da6504c0
|
|
@ -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: '#'
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue