summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/broadcast.css
diff options
context:
space:
mode:
Diffstat (limited to 'etherpad/src/static/css/broadcast.css')
-rw-r--r--etherpad/src/static/css/broadcast.css25
1 files changed, 12 insertions, 13 deletions
diff --git a/etherpad/src/static/css/broadcast.css b/etherpad/src/static/css/broadcast.css
index 9114f8e..afb65b8 100644
--- a/etherpad/src/static/css/broadcast.css
+++ b/etherpad/src/static/css/broadcast.css
@@ -1,6 +1,5 @@
-*,html.body,p { margin: 0; padding: 0; }
-h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-style: normal;
- text-decoration: none; margin: 0; padding: 0; }
+*,html.body { margin: 0; padding: 0; }
+h1, h2, h3, h4, h5, h6 { display: inline; line-height: 2em; }
.clear { clear: both; }
@@ -15,14 +14,14 @@ body, textarea { font-family: Arial, sans-serif; }
#padpage { margin-left: auto; margin-right: auto; width: 914px; vertical-align: top;}
#topbarleft { float: left; height: 100%; overflow: hidden;
- background: url(/static/img/jun09/pad/padtop4.gif) no-repeat left top; width: 5px; }
+ background: url(/static/img/jun09/pad/padtop4.png) no-repeat left top; width: 5px; }
#topbarright { float: right; height: 100%; overflow: hidden;
- background: url(/static/img/jun09/pad/padtop4.gif) no-repeat right top; width: 5px; }
+ background: url(/static/img/jun09/pad/padtop4.png) no-repeat right top; width: 5px; }
-.propad #topbar { background: #2c2c2c url(/static/img/jun09/pad/protop.gif) repeat-x 0 -25px; }
-.propad #topbarleft { background: url(/static/img/jun09/pad/protop.gif) no-repeat left top; }
-.propad #topbarright { background: url(/static/img/jun09/pad/protop.gif) no-repeat right top; }
+.propad #topbar { background: #2c2c2c url(/static/img/jun09/pad/protop.png) repeat-x 0 -25px; }
+.propad #topbarleft { background: url(/static/img/jun09/pad/protop.png) no-repeat left top; }
+.propad #topbarright { background: url(/static/img/jun09/pad/protop.png) no-repeat right top; }
a#backtoprosite, #accountnav {
display: block; position: absolute; height: 15px; line-height: 15px;
@@ -33,11 +32,11 @@ a#backtoprosite, #accountnav a { color: #cde7ff; text-decoration: underline; }
#topbarcenter { margin-left: 150px; margin-right: 150px; }
-a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width: 103px;
- position: relative; top: 3px; height: 0; padding-top: 20px;
- background: url(/static/img/jun09/pad/padtop4.gif) no-repeat -397px -3px; overflow: hidden; }
+a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width: 127px;
+ position: relative; top: 0px; height: 0; padding-top: 25px;
+ background: url(/static/img/jun09/pad/padtop4.png) no-repeat -397px 0px; overflow: hidden; }
-.propad a#topbaretherpad { background: url(/static/img/jun09/pad/protop.gif) no-repeat -397px -3px; }
+.propad a#topbaretherpad { background: url(/static/img/jun09/pad/protop.png) no-repeat -397px 0px; }
#padmain {
margin: 7px;
@@ -384,4 +383,4 @@ div #timeslider div#steppers div#rightstep {
#error a {
color: rgb(50, 132, 213);
text-decoration: none;
-} \ No newline at end of file
+}