silverstripe-framework/admin/client/src/styles/legacy/_CMSSecurity.scss
Paul f4037fe319 Swap out .Actions class for bootstrap .btn-toolbar (#5581)
* Swap out .Actions class for bootstrap .btn-toolbar

* Converted all south toolbars to use new toolbar component styles, content and preview styles for scrollbars adjusted where required
2016-05-27 13:39:10 +12:00

64 lines
772 B
SCSS

.cms-security {
h1 {
margin: 45px 40px 5px 25px;
font-size: 1.9em;
line-height: 1.2;
font-weight: bold;
}
.Content {
margin: 0 50px 0 25px;
}
.Form {
margin: 0 25px;
.field {
border: 0 none;
box-shadow: none;
margin: 0;
padding: 0;
label.left {
float: none;
width: auto;
}
.middleColumn {
margin: 0;
}
}
#Password {
width: 300px;
float: left;
}
#ForgotPassword {
float: left;
padding: 40px 0 0 10px;
}
#Remember {
clear: both;
}
.btn-toolbar {
padding: 20px 0 0 0;
#doLogout {
line-height: 28px;
margin: 0 0 0 10px;
}
}
}
}
.leftandmain-logindialog-dialog .ui-dialog-titlebar-close {
display: none;
}
.leftandmain-logindialog-overlay {
opacity: 0.8;
}