summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-11-23 20:31:06 +0100
committerRob Snelders <programming@ertai.nl>2012-11-23 20:31:06 +0100
commita37ad9d7635343d987d1f13f5abaf5dd07e30c23 (patch)
tree5cafccca7b7e135fbbf11f094197d5513a9be942
parentc725259b7170c50c0aa5ed074472cabe2e1d89a3 (diff)
Change the css-file so the width of the select is in the correct place
-rw-r--r--bug/bug/bug.css4
-rw-r--r--bug/bug/select.css2
2 files changed, 1 insertions, 5 deletions
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 8b27146..41936e2 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -566,10 +566,6 @@ body {
color: #b8af9e;
}
-.select ul {
- width: 225px;
-}
-
.select li.choice:hover {
background-color: #9ceb90;
color: #32b21f;
diff --git a/bug/bug/select.css b/bug/bug/select.css
index 68718c1..540576f 100644
--- a/bug/bug/select.css
+++ b/bug/bug/select.css
@@ -26,7 +26,7 @@
margin: 0;
padding: 0;
max-height: 180px;
- width: 190px;
+ width: 225px;
overflow: auto;
}