summaryrefslogtreecommitdiff
path: root/ishtar_common/static
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/static')
-rw-r--r--ishtar_common/static/media/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index 4467a0639..1590c1738 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -57,6 +57,12 @@ div.form {
border-bottom:1px solid #D14;
}
+hr.spacer{
+ clear:both;
+ border:0;
+ margin: 13px;
+}
+
/* shadows */
#progress-content,
.sheet{
@@ -1103,3 +1109,31 @@ a.remove{
background-image: none;
}
+table.table-form{
+ background: #fff;
+ border-collapse: collapse;
+ text-align: center;
+ padding: 10px 8px;
+}
+
+#window table.table-form{
+ margin: 10px 80px;
+}
+
+table.table-form th {
+ text-align: center;
+ font-weight: normal;
+ padding: 8px 6px;
+ color: #922;
+ border-bottom: 2px solid #922;
+}
+
+table.table-form td {
+ text-align: center;
+ color: #666;
+ padding: 6px 15px;
+}
+
+table.table-form td input{
+ border-color:#922;
+}