mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
css: minor improvements
This commit is contained in:
parent
6d586a21b3
commit
a5d461f25f
5 changed files with 9 additions and 21 deletions
|
@ -27,7 +27,7 @@
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
.popup h1 {
|
.popup h1 {
|
||||||
font-size: 1.4rem;
|
font-size: 1.8rem;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.popup h2 {
|
.popup h2 {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
}
|
}
|
||||||
.gritter-item .gritter-close .buttonicon {
|
.gritter-item:not(.error) .gritter-close .buttonicon {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@media (max-width: 720px) {
|
@media (max-width: 720px) {
|
||||||
|
|
|
@ -83,8 +83,5 @@
|
||||||
#outerdocbody iframe, #outerdocbody > #innerdocbody {
|
#outerdocbody iframe, #outerdocbody > #innerdocbody {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
#sidediv {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,24 +16,15 @@ option {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
#innerdocbody h1 {
|
||||||
font-size: 2.5em !important;
|
font-size: 2.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
#innerdocbody h3 {
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
#innerdocbody a {
|
||||||
color: #3f51b5;
|
color: #3f51b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
line-height: 120%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
li.acl-write.font-color-icon.plugin-ep_font_color {
|
.font-color-icon {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#font-color {
|
#font-color {
|
||||||
|
|
Loading…
Reference in a new issue