summaryrefslogtreecommitdiff
path: root/static/media/style.css
diff options
context:
space:
mode:
authorLe Jeune Yann <lj.yann@gmail.com>2011-01-29 13:24:20 +0100
committerLe Jeune Yann <lj.yann@gmail.com>2011-01-29 13:24:20 +0100
commitd690055480ef14bf51b6d172f8a2af19e080e5ce (patch)
treed1d385f9f529231bf500550dce9f37342d8e8187 /static/media/style.css
parentdef6a737e306aa04d6030475a793eb0c105b0065 (diff)
parentcf50fe45a889946d62a5428fd50f68a349505180 (diff)
downloadIshtar-d690055480ef14bf51b6d172f8a2af19e080e5ce.tar.bz2
Ishtar-d690055480ef14bf51b6d172f8a2af19e080e5ce.zip
Merge branch 'master' of ssh://lysithea.proxience.com/home/proxience/git/ishtar
Diffstat (limited to 'static/media/style.css')
-rw-r--r--static/media/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/media/style.css b/static/media/style.css
index 0464b53aa..25616ac69 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{
@@ -223,3 +224,7 @@ div.form .errorlist{
table.confirm tr.spacer td:last-child{
border-bottom:1px solid #922;
}
+
+.jqgrid{
+ cursor:pointer;
+}