mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01: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;
|
||||
text-transform: none;
|
||||
|
||||
/* fix buttons height, for twitter bootstrap */
|
||||
line-height: 1em;
|
||||
|
||||
/* Font smoothing. That was taken from TWBS */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -60,7 +57,7 @@
|
|||
content: "\e843";
|
||||
left: -9px;
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
top: -9px;
|
||||
}
|
||||
.buttonicon-settings:before {
|
||||
content: "\e851";
|
||||
|
@ -90,7 +87,7 @@
|
|||
.ep_font_color .buttonicon:before { content: '\e84e' !important; border-bottom: solid 2px #e42a2a; }
|
||||
|
||||
.buttonicon-underline:before {
|
||||
top: -7px;
|
||||
top: -8px;
|
||||
left: -8px;
|
||||
position: absolute;
|
||||
}
|
||||
|
|
|
@ -41,6 +41,6 @@ body {
|
|||
|
||||
@media only screen and (max-width: 720px) {
|
||||
#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);
|
||||
}
|
||||
|
||||
.buttonicon:before, [class^="buttonicon-"]:before, [class*=" buttonicon-"]:before {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue