summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorguy.pyrzak%gmail.com <>2008-11-20 02:13:24 +0100
committerguy.pyrzak%gmail.com <>2008-11-20 02:13:24 +0100
commitd66d351c88c9dded446cc1b3546d47a0f12b6b87 (patch)
tree097cb311f6645299f3c64896cec632d0e80256a1 /skins
parent1c61f36f83ed6818b7b1f181400ffea6bc270a70 (diff)
downloadbugzilla-d66d351c88c9dded446cc1b3546d47a0f12b6b87.tar.gz
bugzilla-d66d351c88c9dded446cc1b3546d47a0f12b6b87.tar.xz
Bug 464732: There is no label next to the Status drop-down
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/show_bug.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css
index 4fded9a95..e21cad1b8 100644
--- a/skins/standard/show_bug.css
+++ b/skins/standard/show_bug.css
@@ -65,3 +65,7 @@
#status {
margin-bottom: 3ex;
}
+
+#knob-buttons {
+ float: right;
+}