1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Added sections to options list

This commit is contained in:
kkapsner 2017-12-24 21:52:44 +01:00
parent a85ea32a74
commit 6c363c076b
5 changed files with 175 additions and 54 deletions

View file

@ -10,10 +10,22 @@
vertical-align: top;
}
.settings .settingRow.hidden {
.settings .hidden {
display: none;
}
.settings td, .settings th {
margin: 0;
padding: 0;
}
.settings .section h2 {
border: 1px #c1c1c1 solid;
border-radius: 0.5em ;
padding: 0.2em 0.5em;
margin: 0.7em 1px 0.2em;
}
.settings .settingRow .content {
overflow: visible;
padding: 0.5em 0;
@ -21,6 +33,17 @@
position: relative;
}
.settings .settingRow td:first-child .content {
margin-left: 0.6em;
}
.settings .settingRow td:last-child .content {
margin-right: 0.6em;
}
.settings .section + .settingRow .content {
border-top: 0 solid black;
}
.settings.hideDescriptions .settingRow .info {
margin: 0 0.5em;
border-radius: 100%;