summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media/style.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-10-28 02:28:08 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-10-28 02:28:08 +0100
commit67ccea36c7762c4e236e821cad6c03f8f22237a4 (patch)
tree79d40d45e44ee16a245987feda1d279f5b5fe6b5 /ishtar_common/static/media/style.css
parente49a2e410551502009e7110023a78b608c02a33c (diff)
downloadIshtar-67ccea36c7762c4e236e821cad6c03f8f22237a4.tar.bz2
Ishtar-67ccea36c7762c4e236e821cad6c03f8f22237a4.zip
Better title for sheets (refs #1372)
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r--ishtar_common/static/media/style.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index cfc75728b..83e538331 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -12,6 +12,10 @@ div.form {
background-color: #EEE;
}
+#window h1{
+ background-color: #922;
+}
+
/* color */
a, a.remove {
color:#D14;
@@ -20,6 +24,10 @@ a.add-button{
color:#61615C;
}
+#window h1{
+ color:#fff;
+}
+
/* borders */
a.add-button, a.remove,
#progress-content,
@@ -548,13 +556,19 @@ table.confirm tr.spacer td:last-child{
#window .body{
position:absolute;
- padding:10px;
+ padding:2px 10px 6px 10px;
overflow:auto;
- top:18px;
+ top:38px;
bottom:10px;
width:740px;
}
+#window h1{
+ text-align:center;
+ font-size:16px;
+ margin-top:0;
+}
+
#window label{
display:inline-table;
font-weight:bold;