diff options
author | guy.pyrzak%gmail.com <> | 2008-04-10 23:33:15 +0200 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-04-10 23:33:15 +0200 |
commit | d06db94e9793766ba8b67fcf6602f6d87bd624d4 (patch) | |
tree | 6d2045b1abb60d2fbd0fd86d77ecb57f23794366 /skins | |
parent | 09e9e8b9dba58ae262c0ce664561373f4380205f (diff) | |
download | bugzilla-d06db94e9793766ba8b67fcf6602f6d87bd624d4.tar.gz bugzilla-d06db94e9793766ba8b67fcf6602f6d87bd624d4.tar.xz |
Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxes
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit.
Removes knob from edit single and edit multiple bugs.
Diffstat (limited to 'skins')
-rw-r--r-- | skins/contrib/Dusk/global.css | 13 | ||||
-rw-r--r-- | skins/standard/buglist.css | 4 | ||||
-rw-r--r-- | skins/standard/show_bug.css | 3 |
3 files changed, 7 insertions, 13 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index e13743a19..179d8f790 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -123,18 +123,7 @@ hr { border-top: 1px solid #c8c8ba; } -/* knob */ - -#knob { - background-color: #e6e6d8; - border: 1px solid #c8c8ba; - padding: 5px; - text-align: left; -} - -#knob a { - color: #646456; -} +/* knob-buttons */ #knob-buttons { margin-top: 10px; diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index dc3db0e10..71206fcbd 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -60,3 +60,7 @@ tr.bz_secure_mode_implied td.first-child { tr.bz_secure_mode_manual td.first-child { } + +#commit, #action { + margin-top: .25em; +} diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 624a22ee2..cba882cbc 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -36,8 +36,9 @@ height: 1em; } -#bz_field_status { +#duplicate_settings, #votes_container { white-space: nowrap; + } .bz_time_tracking_table { |