diff options
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r-- | ishtar_common/static/media/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 23bc28832..b19366dc1 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -885,6 +885,10 @@ a.remove{ text-align:center; } +.form table td.check{ + text-align:center; +} + .inline-table input[type=text]{ width:60px; } @@ -913,3 +917,18 @@ a.remove{ height:50px; padding:10px; } + +#merge-table{ + background-color:#fff; + width:700px; +} + +#merge-table thead th{ + text-align:center; + font-weight:bold; + border-bottom:1px solid #ccc; +} + +#merge-table th.small{ + width:80px; +} |