From: Marc Schumann Date: Sat, 14 Apr 2012 16:06:14 +0000 (+0200) Subject: Change columns: empty buttons when images turned off. X-Git-Tag: bugzilla-4.3.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778ea7db809b441b3efede0b135bae8fa128bcc7;p=thirdparty%2Fbugzilla.git Change columns: empty buttons when images turned off. r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=474747 --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 066fa6b77c..905a971589 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); -} diff --git a/skins/standard/global/down.png b/skins/standard/global/down.png deleted file mode 100644 index 78a9e631a4..0000000000 Binary files a/skins/standard/global/down.png and /dev/null differ diff --git a/skins/standard/global/left.png b/skins/standard/global/left.png deleted file mode 100644 index f8cb2b2ddd..0000000000 Binary files a/skins/standard/global/left.png and /dev/null differ diff --git a/skins/standard/global/right.png b/skins/standard/global/right.png deleted file mode 100644 index d02b707a64..0000000000 Binary files a/skins/standard/global/right.png and /dev/null differ diff --git a/skins/standard/global/up.png b/skins/standard/global/up.png deleted file mode 100644 index 240d483df7..0000000000 Binary files a/skins/standard/global/up.png and /dev/null differ diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl index b823d497d1..17d711eec8 100644 --- a/template/en/default/list/change-columns.html.tmpl +++ b/template/en/default/list/change-columns.html.tmpl @@ -41,8 +41,7 @@
Available Columns
- Selected Columns - + Selected Columns @@ -52,11 +51,13 @@ - +

- + +

- +