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,8 +27,8 @@
|
|||
text-decoration: none
|
||||
}
|
||||
.popup h1 {
|
||||
font-size: 1.4rem;
|
||||
margin-bottom: 10px;
|
||||
font-size: 1.8rem;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.popup h2 {
|
||||
opacity: .7;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
margin-left: 10px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
.gritter-item .gritter-close .buttonicon {
|
||||
.gritter-item:not(.error) .gritter-close .buttonicon {
|
||||
color: white;
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
|
|
|
@ -83,8 +83,5 @@
|
|||
#outerdocbody iframe, #outerdocbody > #innerdocbody {
|
||||
padding: 15px;
|
||||
}
|
||||
#sidediv {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,24 +16,15 @@ option {
|
|||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
h1 {
|
||||
#innerdocbody h1 {
|
||||
font-size: 2.5em !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
#innerdocbody h3 {
|
||||
font-size: 1.15em;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
a {
|
||||
#innerdocbody a {
|
||||
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 {
|
||||
display: none;
|
||||
.font-color-icon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#font-color {
|
||||
|
|
Loading…
Reference in a new issue