mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
no-skin: fix toolbar icons position
This commit is contained in:
parent
705b6c5e2e
commit
780eaad573
3 changed files with 7 additions and 6 deletions
|
@ -42,9 +42,6 @@
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
||||||
/* fix buttons height, for twitter bootstrap */
|
|
||||||
line-height: 1em;
|
|
||||||
|
|
||||||
/* Font smoothing. That was taken from TWBS */
|
/* Font smoothing. That was taken from TWBS */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -60,7 +57,7 @@
|
||||||
content: "\e843";
|
content: "\e843";
|
||||||
left: -9px;
|
left: -9px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -7px;
|
top: -9px;
|
||||||
}
|
}
|
||||||
.buttonicon-settings:before {
|
.buttonicon-settings:before {
|
||||||
content: "\e851";
|
content: "\e851";
|
||||||
|
@ -90,7 +87,7 @@
|
||||||
.ep_font_color .buttonicon:before { content: '\e84e' !important; border-bottom: solid 2px #e42a2a; }
|
.ep_font_color .buttonicon:before { content: '\e84e' !important; border-bottom: solid 2px #e42a2a; }
|
||||||
|
|
||||||
.buttonicon-underline:before {
|
.buttonicon-underline:before {
|
||||||
top: -7px;
|
top: -8px;
|
||||||
left: -8px;
|
left: -8px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,6 @@ body {
|
||||||
|
|
||||||
@media only screen and (max-width: 720px) {
|
@media only screen and (max-width: 720px) {
|
||||||
#editorcontainerbox {
|
#editorcontainerbox {
|
||||||
margin-bottom: 37px; /* Leave space for the bottom toolbar on mobile */
|
margin-bottom: 39px; /* Leave space for the bottom toolbar on mobile */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,4 +24,8 @@ button, .btn
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttonicon:before, [class^="buttonicon-"]:before, [class*=" buttonicon-"]:before {
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue