From 9be0b557b12b28136acdd862babf57848eb730d5 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 --- static/css/pad.css | 7 +----- static/pad.html | 60 ++++++++++++++++++++++++++++++++++------------ 2 files changed, 46 insertions(+), 21 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index b3f5e6816..3feeaf336 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -68,12 +68,6 @@ a img position: absolute; } -#editbar ul li a span -{ - position: relative; - top:-2px -} - #editbar ul li:hover { background: #fff; background: linear-gradient(#f4f4f4, #e4e4e4); @@ -971,6 +965,7 @@ width:16px; 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/static/pad.html b/static/pad.html index c58409a09..8260e7a93 100644 --- a/static/pad.html +++ b/static/pad.html @@ -16,55 +16,85 @@