From 94a9795a04e77f49485de99c0650ee7081d53854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Sun, 25 Mar 2012 00:29:03 +0100 Subject: [PATCH] CSS candy --- src/static/css/pad.css | 4 +--- src/static/css/timeslider.css | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 969d00276..0131c719f 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -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; diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index ea914ae66..4dfff42ea 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -1,4 +1,7 @@ -#editorcontainerbox {overflow:auto; top:40px;} +#editorcontainerbox { + overflow:auto; top:40px; + position: static; +} #padcontent {font-size:12px; padding:10px;}