diff css/mpiwg.css @ 124:e06e6cc7f2d3

styles for jobs.
author casties
date Thu, 30 May 2013 16:04:54 +0200
parents 4a54537ddcf7
children 2e2dd6a5ab26
line wrap: on
line diff
--- a/css/mpiwg.css	Thu May 30 09:01:14 2013 +0200
+++ b/css/mpiwg.css	Thu May 30 16:04:54 2013 +0200
@@ -66,6 +66,11 @@
     padding-left: 23px;
 }
 
+a.disk {
+    background: url(../images/submit.png) center left no-repeat;
+    padding-left: 23px;
+}
+
 h1 {
     color: #3b4186;
     font-size: 20px;
@@ -700,6 +705,26 @@
     border: 0;
 }
 
+div.tool.list {
+    font-size: 14px;
+    color: #887163;
+    background-color: #efeeec;
+}
+
+div.tool.list a {
+    color: #3b4186;
+}
+
+div.tool.list ul {
+    list-style-type: none;
+    padding: 0;
+}
+
+div.tool.list li {
+    padding: 0.5em 0.5em 0.5em 20px;
+    border-bottom: 1px solid white;
+}
+
 /*
  * other boxes
  */
@@ -931,16 +956,34 @@
     border-bottom: 1px solid #dccbae;
 }
 
+table.items td.fatline,
+table.items tr.fatline td {
+    border-bottom: 2px solid #dccbae;
+}
+
 table.items td.topline,
 table.items tr.topline td {
     border-top: 1px solid #dccbae;
 }
 
+table.items td.line h2,
+table.items tr.line td h2,
+table.items td.fatline h2,
+table.items tr.fatline td h2 {
+    /* h2 in td.line has no line */
+    border-bottom: 0;
+}
+
 table.items tr.last_item td {
     /* last_item has no padding-top */
     padding: 0 0 0.5em 0;
 }
 
+table.items td p:first-child {
+    /* first p has no margin-top */
+    margin-top: 0;
+}
+
 table.items h3.fold_head {
     font-size: 12px;
     background-color: #f6f2eb;
@@ -995,7 +1038,8 @@
     font-size: 12px;
 }
 
-ul.items td.key {
+ul.items td.key,
+table.items td.key {
     color: #3b4186;
 }