mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
💅 Small fix for a recently introduced alignment-bug (10px are missing) + fixed gap between the checkbox and 'Read Only' @ Share and Embed dropdown
This commit is contained in:
parent
499e780c88
commit
1cf52682df
1 changed files with 5 additions and 1 deletions
|
@ -1146,6 +1146,10 @@ width:33px !important;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label[for=readonlyinput] {
|
||||||
|
margin: 0 10px 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
#editbar ul li {
|
#editbar ul li {
|
||||||
padding: 4px 1px;
|
padding: 4px 1px;
|
||||||
|
@ -1153,7 +1157,7 @@ width:33px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#qr_center {
|
#qr_center {
|
||||||
margin: 10px auto 0;
|
margin: 10px 10px auto 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue