diff options
Diffstat (limited to 'ishtar_common/static')
-rw-r--r-- | ishtar_common/static/media/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 75277eb1d..69f86784b 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -743,6 +743,11 @@ table.confirm tr.spacer td:last-child{ background:url('images/indicator.gif') no-repeat right center; } +.gridfooter{ + text-align: center; + font-style: italic; +} + .jqgrid{ cursor:pointer; } @@ -986,12 +991,12 @@ table td.item-list span{ } #window .tool-right{ - float: left; + float: right; padding: 0 2em; } #window .tool-left{ - float: right; + float: left; padding: 0 2em; } @@ -1021,6 +1026,9 @@ table td.item-list span{ font-size:16px; margin-top:0; padding: 0.2em; +} + +#window .head, #window h1{ -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topleft: 8px; |