mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
CSS candy
This commit is contained in:
parent
371aee2e19
commit
94a9795a04
2 changed files with 5 additions and 4 deletions
|
@ -44,6 +44,7 @@ a img
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editbar ul li
|
#editbar ul li
|
||||||
|
@ -175,7 +176,6 @@ a#backtoprosite { padding-left: 20px; left: 6px;
|
||||||
background: url(static/img/protop.gif) no-repeat -5px -6px; }
|
background: url(static/img/protop.gif) no-repeat -5px -6px; }
|
||||||
#accountnav { right: 30px; color: #fff; }
|
#accountnav { right: 30px; color: #fff; }
|
||||||
|
|
||||||
.propad a#topbaretherpad { background: url(static/img/protop.gif) no-repeat -397px -3px; }
|
|
||||||
|
|
||||||
#specialkeyarea { top: 5px; left: 250px; color: yellow; font-weight: bold;
|
#specialkeyarea { top: 5px; left: 250px; color: yellow; font-weight: bold;
|
||||||
font-size: 1.5em; position: absolute; }
|
font-size: 1.5em; position: absolute; }
|
||||||
|
@ -604,8 +604,6 @@ table#otheruserstable { display: none; }
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nonprouser #sharebox-stripe { display: none; }
|
|
||||||
|
|
||||||
.sharebox-url {
|
.sharebox-url {
|
||||||
width: 440px; height: 18px;
|
width: 440px; height: 18px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#editorcontainerbox {overflow:auto; top:40px;}
|
#editorcontainerbox {
|
||||||
|
overflow:auto; top:40px;
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
#padcontent {font-size:12px; padding:10px;}
|
#padcontent {font-size:12px; padding:10px;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue