a few more base modules
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
/**
|
||||
* Dumpers
|
||||
*/
|
||||
.devel-dumper .details-wrapper{
|
||||
max-height: 450px;
|
||||
margin-right: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Switch User block
|
||||
*/
|
||||
#content .block-devel-switch-user ul.links,
|
||||
#footer .block-devel-switch-user ul.links {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#content .block-devel-switch-user ul.links li,
|
||||
#footer .block-devel-switch-user ul.links li {
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
margin-right: 1.5em;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#footer .block-devel-switch-user ul.links li a {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#content #devel-switch-user-form .form-item-username,
|
||||
#footer #devel-switch-user-form .form-item-username {
|
||||
float: left;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
#content #devel-switch-user-form .button-primary,
|
||||
#footer #devel-switch-user-form .button-primary {
|
||||
margin-top: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user