From d4ffbdcc1cfe35eeab746aa878b1ffe690bd0233 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 31 Jul 2011 19:11:55 +0100 Subject: [PATCH] Add a new class for buttonicon which specifies the new backghround image, this is part of the single image thing Peter wants to reduce the number of images we need --- static/css/pad.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/pad.css b/static/css/pad.css index e5a98ad6..0b01ab6a 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1046,3 +1046,9 @@ padding: 10px; border-radius: 6px; opacity:.8; } + +.buttonicon{ +width:16px; +height:16px; +background-image:url('../static/img/etherpad_lite_icons.gif'); +}