summaryrefslogtreecommitdiff
path: root/static/media
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-11 12:24:56 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-11 12:24:56 +0200
commit60ffe85e152c2e279929f7bde7c670c411a2e2f3 (patch)
tree05a8988c04a960f11a9500fb10e0a737514d1c96 /static/media
parent55296f31186e411094fee42c0d559cbb354fff7c (diff)
downloadIshtar-60ffe85e152c2e279929f7bde7c670c411a2e2f3.tar.bz2
Ishtar-60ffe85e152c2e279929f7bde7c670c411a2e2f3.zip
Correct bad interaction between DatePicker and Autocomplete fields (closes #431) + minor CSS
Diffstat (limited to 'static/media')
-rw-r--r--static/media/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css
index b4136f6a4..0ded7a460 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -370,3 +370,13 @@ ul.selectmulti li a.remove{
td.submit_button{
text-align:center;
}
+
+a.add-button{
+ background-color:#FFF;
+ border:2px solid #CCC;
+ -moz-border-radius:8px;
+ -webkit-border-radius:8px;
+ border-radius:8px;
+ padding:0 4px;
+ color:#61615C;
+}