summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-11-23 19:10:58 +0100
committerRob Snelders <programming@ertai.nl>2012-11-23 19:10:58 +0100
commitaef7a7ec14301e9a6eccbf8ad5b7251fa0304499 (patch)
tree6b3cba99ffc4f3d5ac8164348593862eb8471a9c
parentbdd0f9effd21660cd29d54973bb23152fb31ccdc (diff)
fdo#57266 - BUGZILLAASSISTANT: increase width of Version picker
-rw-r--r--bug/bug/bug.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 920b72a..4b9736e 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -564,6 +564,10 @@ body {
color: #b8af9e;
}
+.select ul {
+ width: 225px;
+}
+
.select li.choice:hover {
background-color: #9ceb90;
color: #32b21f;