CSS candy

pull/591/head
Matthias Bartelmeß 2012-03-25 00:29:03 +01:00
parent 371aee2e19
commit 94a9795a04
2 changed files with 5 additions and 4 deletions

View File

@ -44,6 +44,7 @@ a img
overflow: hidden;
padding-top: 3px;
width: 100%;
white-space: nowrap;
}
#editbar ul li
@ -175,7 +176,6 @@ a#backtoprosite { padding-left: 20px; left: 6px;
background: url(static/img/protop.gif) no-repeat -5px -6px; }
#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;
font-size: 1.5em; position: absolute; }
@ -604,8 +604,6 @@ table#otheruserstable { display: none; }
text-align: left;
}
.nonprouser #sharebox-stripe { display: none; }
.sharebox-url {
width: 440px; height: 18px;
text-align: left;

View File

@ -1,4 +1,7 @@
#editorcontainerbox {overflow:auto; top:40px;}
#editorcontainerbox {
overflow:auto; top:40px;
position: static;
}
#padcontent {font-size:12px; padding:10px;}