Merge pull request #5366 from astifter/properly_readd_quattro_css
Properly readd CSS changes from PR #5345 in quattro.
This commit is contained in:
commit
35ac3f32a0
|
@ -2554,6 +2554,9 @@ footer {
|
||||||
#adminpage .selectall {
|
#adminpage .selectall {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#adminpage .settings-block {
|
||||||
|
border-bottom: 1px solid #cccccc;
|
||||||
|
}
|
||||||
/* edit buttons for comments */
|
/* edit buttons for comments */
|
||||||
.icon.dim {
|
.icon.dim {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
|
@ -2554,6 +2554,9 @@ footer {
|
||||||
#adminpage .selectall {
|
#adminpage .selectall {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#adminpage .settings-block {
|
||||||
|
border-bottom: 1px solid #cccccc;
|
||||||
|
}
|
||||||
/* edit buttons for comments */
|
/* edit buttons for comments */
|
||||||
.icon.dim {
|
.icon.dim {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
|
@ -2554,6 +2554,9 @@ footer {
|
||||||
#adminpage .selectall {
|
#adminpage .selectall {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#adminpage .settings-block {
|
||||||
|
border-bottom: 1px solid #cccccc;
|
||||||
|
}
|
||||||
/* edit buttons for comments */
|
/* edit buttons for comments */
|
||||||
.icon.dim {
|
.icon.dim {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
|
@ -1746,6 +1746,9 @@ footer { height: 100px; display: table-row; }
|
||||||
width: 16px; height: 16px;
|
width: 16px; height: 16px;
|
||||||
}
|
}
|
||||||
.selectall { text-align: right; }
|
.selectall { text-align: right; }
|
||||||
|
.settings-block {
|
||||||
|
border-bottom: 1px solid #cccccc;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* edit buttons for comments */
|
/* edit buttons for comments */
|
||||||
|
|
Loading…
Reference in a new issue