From 778ea7db809b441b3efede0b135bae8fa128bcc7 Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Sat, 14 Apr 2012 18:06:14 +0200 Subject: Change columns: empty buttons when images turned off. r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=474747 --- skins/standard/global.css | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) (limited to 'skins/standard/global.css') diff --git a/skins/standard/global.css b/skins/standard/global.css index 066fa6b77..905a97158 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -392,6 +392,12 @@ dl dl > dt { white-space: normal !important; } +/* Arrow buttons are buttons with only ↑, ↓, ← or → on + * them. We want these to look a little less spidery. */ +.arrow_button { + font-size: 150%; +} + /* Style of the attachment table and time tracking table */ #attachment_table { border-collapse: collapse; @@ -543,30 +549,3 @@ input.required, select.required, span.required_explanation { border: 2px solid #B70000; background-color: #FFEBEB; } - -/*****************/ -/* colchange.cgi */ -/*****************/ - -.image_button { - background-repeat: no-repeat; - background-position: center center; - width: 30px; - height: 20px; -} - -#select_button { - background-image: url(global/right.png); -} - -#deselect_button { - background-image: url(global/left.png); -} - -#up_button { - background-image: url(global/up.png); -} - -#down_button { - background-image: url(global/down.png); -} -- cgit v1.2.3-24-g4f1b