From 1ea889bfab9c0498b4fbbdb40364bb725bff026b Mon Sep 17 00:00:00 2001 From: Chad Weider Date: Wed, 29 Feb 2012 14:39:01 -0800 Subject: [PATCH] Anchors are not icons --- src/static/css/pad.css | 6 ++-- src/templates/pad.html | 64 +++++++++++++++++++++++++++++++----------- 2 files changed, 50 insertions(+), 20 deletions(-) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 233942fac..71f482f50 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -87,10 +87,6 @@ a img { color: #ccc; position: absolute; } -.toolbar ul li a span { - position: relative; - top: -2px; -} .toolbar ul li:hover { background: #fff; background: -webkit-linear-gradient(#f4f4f4, #e4e4e4); @@ -425,6 +421,7 @@ a#hidetopmsg { top: 0; width: 56px; z-index: 10; + display: inline-block; } .toolbarsavetable { position: absolute; @@ -1232,6 +1229,7 @@ ul#colorpickerswatches li:hover { height: 16px; background-image: url('../../static/img/etherpad_lite_icons.png'); background-repeat: no-repeat; + display: inline-block; margin-left: 1px; margin-top: 1px; } diff --git a/src/templates/pad.html b/src/templates/pad.html index 1fd0372b7..94a75f510 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -22,60 +22,92 @@