Improve popup title
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 3d0eae6..499f962 100644 (file)
@@ -64,6 +64,9 @@ table.webgraph td {
 table.webgraph td:hover {
   background: #DDD;
 }
+table.yellow-hover tr:hover {
+  background: yellow;
+}
 td.leftcol {
   padding-left: 2px;
 }
@@ -139,6 +142,9 @@ input, select, textarea {
   border: 1px solid #aaaaaa;
   font-size: inherit;
 }
+button {
+  font-size: inherit;
+}
 input.button {
   width: auto;
   display: inline;
@@ -154,27 +160,58 @@ input.button:hover {
  */
 div.popup {
   background: white;
-  border: 1px solid #CCC;
+  border: 1px solid #777;
   height: auto;
   position: absolute;
 }
 div.popup_title {
+  top: 0px;
   width: 100%;
-  cursor: move;
-  background: #EEE;
-  margin-bottom: 5px;
+  background: #b0e2ff;
+  margin-top: 0em;
+  margin-bottom: 0px;
   font-weight: bold;
-  padding-bottom: 1px;
+  padding-top: 0px;
+  padding-bottom: 1.35ex;
+  border-bottom: 1px solid #777;
+}
+div.popup_title p {
+  padding-left: 3px;
+  padding-bottom: 0px;
+  margin-top: 0px;
+  margin-bottom: -0.65em;
+  cursor: move;
+}
+div.popup_title img {
+    position: absolute;
+    right: 5px;
+    top: 3px;
+    cursor; pointer;
 }
 div.popup_body {
   padding-left: 2px;
   padding-right: 2px;
-  padding-bottom: 4px;
+  padding-bottom: 2px;
 }
 div.popup label {
   margin-top: 2px;
   display: block;
 }
+div.popup#errorwindow div.popup_title {
+  background: #ffa54f;
+  background: #ff3030;
+}
+div.popup#errorwindow div.popup_title p {
+  color: white;
+}
+div.popup#errorwindow div#errorbody {
+  padding: 5px;
+  font-weight: bold;
+  font-size: 110%;
+}
+div.popup#errorwindow div.popup_body {
+  background: #ffe4c4;
+}
 
 /*
  * Calendar
@@ -183,6 +220,10 @@ table#fc {
   z-index: 100;
 }
 
+div.popup div.caltitle {
+    font-weight: bold;
+}
+
 /*
  * jQuery & Co.
  */
@@ -193,22 +234,6 @@ div#message_div {
     font-size: 120%;
     padding: 5px;
 }
-div#error_div {
-    background: white;
-    color: black;
-    border: 2px solid red;
-}
-div#error_div div {
-    font-size: 120%;
-    font-weight: bold;
-    padding: 5px;
-}
-div#error_div p {
-    text-align: right;
-    padding: 2px;
-    margin: 0;
-    border-bottom: 1px solid #CCC;
-}
 
 .autocomplete-suggestions {
     background: white;