Seperate blocks in /admin/features. (#5345)
* Seperate blocks in /admin/features. Its hard to distinguish between blocks of settings in the features page. Its useful to clearly mark the blocks belonging together. * Also try to separate items for other themes. * Make sure separate settings boxes work in all themes.
This commit is contained in:
parent
39abfb547d
commit
298b528c81
5 changed files with 1750 additions and 1751 deletions
|
@ -2721,9 +2721,7 @@ aside input[type='text'] {
|
|||
}
|
||||
|
||||
.settings-block {
|
||||
border: 1px solid #AAA;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #AAA;
|
||||
}
|
||||
|
||||
.app-title {
|
||||
|
|
|
@ -2551,6 +2551,9 @@ footer {
|
|||
#adminpage .selectall {
|
||||
text-align: right;
|
||||
}
|
||||
.settings-block {
|
||||
border-bottom: 1px solid #cccccc;
|
||||
}
|
||||
/* edit buttons for comments */
|
||||
.icon.dim {
|
||||
opacity: 0.3;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue