Some setting panel refactors
This commit is contained in:
@@ -203,7 +203,7 @@ iframe {
|
||||
}
|
||||
|
||||
.clippy .body {
|
||||
background: lightyellow;
|
||||
background: #ffffe0;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
@@ -328,8 +328,19 @@ iframe {
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
.progress-indicator.segmented > .progress-indicator-bar {
|
||||
.field-row.settings label {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.status-bar-field {
|
||||
.field-row.settings {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.settings .admin-panel {
|
||||
background-image: url(img/gears.png);
|
||||
height: 40px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
width: 40px;
|
||||
min-width: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user