mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
CSS: Fix underscore and clear authorship icon alignment
This commit is contained in:
parent
4637b2b729
commit
4d2839457a
1 changed files with 3 additions and 6 deletions
|
@ -55,9 +55,6 @@
|
||||||
}
|
}
|
||||||
.buttonicon-clearauthorship:before {
|
.buttonicon-clearauthorship:before {
|
||||||
content: "\e843";
|
content: "\e843";
|
||||||
left: -9px;
|
|
||||||
position: absolute;
|
|
||||||
top: -9px;
|
|
||||||
}
|
}
|
||||||
.buttonicon-settings:before {
|
.buttonicon-settings:before {
|
||||||
content: "\e851";
|
content: "\e851";
|
||||||
|
@ -87,9 +84,9 @@
|
||||||
.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: -8px;
|
/* The baseline of the underscore glyph seems off. Compensate for it here. */
|
||||||
left: -8px;
|
top: 0.1em;
|
||||||
position: absolute;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* COPY CSS GENERATED BY FONTELLO HERE */
|
/* COPY CSS GENERATED BY FONTELLO HERE */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue