summaryrefslogtreecommitdiff
path: root/static/media
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-28 04:31:54 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-28 04:31:54 +0100
commit391ec2a2b189609e0bca254adf6106ca9c742c70 (patch)
tree30fad85dc3f11cdcd11cf1946bec55662bb2016d /static/media
parent2b38ecfdd7b351a61a0f340a2de3e34c04473e52 (diff)
downloadIshtar-391ec2a2b189609e0bca254adf6106ca9c742c70.tar.bz2
Ishtar-391ec2a2b189609e0bca254adf6106ca9c742c70.zip
Implement a file search mecanism (refs #142)
Diffstat (limited to 'static/media')
-rw-r--r--static/media/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/media/style.css b/static/media/style.css
index 0464b53aa..b9cfc18f6 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -34,10 +34,11 @@ button{
color:#444;
}
-input[type=submit]{
+input[type=submit], button.submit{
background-color:#FFF;
border:1px solid #AAA;
color:#922;
+ margin:6px;
}
button:hover, input[type=submit]:hover{