diff options
| author | zarkam <zarkam@zarkam.(none)> | 2011-01-29 13:24:20 +0100 |
|---|---|---|
| committer | zarkam <zarkam@zarkam.(none)> | 2011-01-29 13:24:20 +0100 |
| commit | c9a1754903035260f837c2a5d4ea9b6fe3a76ffb (patch) | |
| tree | d1d385f9f529231bf500550dce9f37342d8e8187 /static/media/style.css | |
| parent | 656f4a1e0d359b873d40c9df6ab951fb90637d10 (diff) | |
| parent | 0883d7029ebdb4a934407c95c19745b13fe558ca (diff) | |
| download | Ishtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.tar.bz2 Ishtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.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.css | 7 |
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; +} |
