mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
[styles] Add some padding to main content.
This commit is contained in:
parent
8b49bd2e78
commit
faf39aebd2
1 changed files with 5 additions and 4 deletions
|
@ -92,6 +92,7 @@ div#header div#nav li a:focus {
|
|||
color: #5a5;
|
||||
}
|
||||
|
||||
/* push anything right after the header */
|
||||
div#header + * {
|
||||
padding-top: 3cm !important;
|
||||
}
|
||||
|
@ -228,7 +229,7 @@ div#footer {
|
|||
-------------------------
|
||||
*/
|
||||
|
||||
@media screen and (min-width: 35cm) {
|
||||
@media screen and (min-width: 36cm) { /* padding => 0.5cm; */
|
||||
.wrap {
|
||||
width: 35cm;
|
||||
}
|
||||
|
@ -244,7 +245,7 @@ div#footer {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 26cm) {
|
||||
@media screen and (max-width: 27cm) {/* padding => 0.5cm; */
|
||||
.wrap {
|
||||
width: 18cm;
|
||||
}
|
||||
|
@ -261,7 +262,7 @@ div#footer {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 18.5cm) {
|
||||
@media screen and (max-width: 19.5cm) {/* padding => 0.5cm; */
|
||||
.wrap {
|
||||
width: 15cm;
|
||||
}
|
||||
|
@ -290,7 +291,7 @@ div#footer {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 15.5cm) {
|
||||
@media screen and (max-width: 16.5cm) {/* padding => 0.5cm; */
|
||||
.wrap {
|
||||
width: 8cm;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue