diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-05-01 17:37:15 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-05-01 17:37:15 +0200 |
commit | b9ce8358e9822243421a37548e3d1f0371b97455 (patch) | |
tree | 37e983d92587ee30f93c35109200567e499ec491 /skins/standard | |
parent | 228c7bf9ea03a5faafe22f003e5d56da1b7b2162 (diff) | |
parent | 07c6bfa4cea83c8284b04add26729f552c93bafc (diff) | |
download | bugzilla-b9ce8358e9822243421a37548e3d1f0371b97455.tar.gz bugzilla-b9ce8358e9822243421a37548e3d1f0371b97455.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 33 | ||||
-rw-r--r-- | skins/standard/global/down.png | bin | 335 -> 0 bytes | |||
-rw-r--r-- | skins/standard/global/left.png | bin | 339 -> 0 bytes | |||
-rw-r--r-- | skins/standard/global/right.png | bin | 339 -> 0 bytes | |||
-rw-r--r-- | skins/standard/global/up.png | bin | 318 -> 0 bytes |
5 files changed, 6 insertions, 27 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 47cebdeac..f95d4e644 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -413,6 +413,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; @@ -564,30 +570,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 Binary files differdeleted file mode 100644 index 78a9e631a..000000000 --- a/skins/standard/global/down.png +++ /dev/null diff --git a/skins/standard/global/left.png b/skins/standard/global/left.png Binary files differdeleted file mode 100644 index f8cb2b2dd..000000000 --- a/skins/standard/global/left.png +++ /dev/null diff --git a/skins/standard/global/right.png b/skins/standard/global/right.png Binary files differdeleted file mode 100644 index d02b707a6..000000000 --- a/skins/standard/global/right.png +++ /dev/null diff --git a/skins/standard/global/up.png b/skins/standard/global/up.png Binary files differdeleted file mode 100644 index 240d483df..000000000 --- a/skins/standard/global/up.png +++ /dev/null |