From 4fdb67308b0e095aa76e36581cc4e94357d61f6a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 11 Sep 2008 00:07:01 +0000 Subject: Bug 216557: Be able to specify the order of the columns in a bug list - Patch by Pascal Held r=LpSolit r=pyrzak a=LpSolit --- skins/standard/global.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'skins/standard/global.css') diff --git a/skins/standard/global.css b/skins/standard/global.css index 938575eb5..f3dd2ffbe 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -20,6 +20,7 @@ * Vitaly Harisov * Svetlana Harisova * Marc Schumann + * Pascal Held */ /* global (begin) */ @@ -271,6 +272,10 @@ div#docslinks { padding: 1em 0; } +.bz_default_hidden { + display: none; +} + span.quote { color: #65379c; /* Make quoted text not wrap. */ @@ -439,4 +444,25 @@ form#Create .comment { background: white; } +.image_button { + background-repeat: no-repeat; + background-position: center center; + width: 30px; + display: none; +} + +#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); +} \ No newline at end of file -- cgit v1.2.3-24-g4f1b