summaryrefslogtreecommitdiff
path: root/ishtar_common/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-08 02:52:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-15 21:54:17 +0200
commitbb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf (patch)
tree8a9bebd6e80e2d8983930be1a6c74d42b9a816d1 /ishtar_common/static
parent6d6896db8b13f0bf51d5202b84807d4f07ab8d1c (diff)
downloadIshtar-bb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf.tar.bz2
Ishtar-bb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf.zip
Adpat person form to new fields
Diffstat (limited to 'ishtar_common/static')
-rw-r--r--ishtar_common/static/media/style.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index 4467a0639..09c39f598 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,27 @@ a.remove{
background-image: none;
}
+table.table-form{
+ background: #fff;
+ border-collapse: collapse;
+ text-align: center;
+ padding: 10px 8px;
+}
+
+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 2px;
+}
+
+table.table-form td input{
+ border-color:#922;
+}