You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
474 B
28 lines
474 B
/** |
|
* Dumpers |
|
*/ |
|
.devel-dumper .details-wrapper { |
|
overflow: auto; |
|
max-height: 450px; |
|
margin-right: 3px; |
|
} |
|
|
|
/** |
|
* Switch User block |
|
*/ |
|
.region-content .block-devel-switch-user ul, |
|
.site-footer .block-devel-switch-user ul { |
|
display: flex; |
|
flex-flow: row wrap; |
|
padding: 0; |
|
} |
|
|
|
.region-content .block-devel-switch-user ul li, |
|
.site-footer .block-devel-switch-user ul li { |
|
display: block; |
|
padding-right: 2em; |
|
} |
|
|
|
.devel-switchuser-form { |
|
margin-top: 0.5em; |
|
}
|
|
|