From: Marc Schumann Date: Sat, 14 Apr 2012 16:05:39 +0000 (+0200) Subject: Change columns: empty buttons when images turned off. X-Git-Tag: bugzilla-4.2.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd288903e2a64d3f012987fcb676a1bce45ab41f;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 1a09dbc255..0b28ff3b6b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -409,6 +409,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; @@ -560,30 +566,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 b13055c382..ff7e5d3712 100644 --- a/template/en/default/list/change-columns.html.tmpl +++ b/template/en/default/list/change-columns.html.tmpl @@ -57,8 +57,7 @@
Available Columns
- Selected Columns - + Selected Columns @@ -68,11 +67,13 @@ - +

- + +

- +