summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-02 10:37:51 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-02 10:38:00 +0200
commit711c260bfea993e0a1124951a55eee6c989ee888 (patch)
tree8982f13a41e9054bb7c2377b66769fe83ae9371a /css
parent635a9d779549832b4dacb2c5b9f4033d846bf154 (diff)
small pixel fixes
Diffstat (limited to 'css')
-rw-r--r--css/addnew.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/addnew.css b/css/addnew.css
index 52759e755..e2bcb48f5 100644
--- a/css/addnew.css
+++ b/css/addnew.css
@@ -16,11 +16,14 @@
}
.add-new select {
- width: 134px;
+ width: 133px;
margin-top: 1px !important;
+ height: 30px;
+ background-color: #eee;
}
.add-new input {
+ margin-top: 15px;
height: 16px !important;
}