Improve popup title
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 850eeb1..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;
@@ -162,7 +168,7 @@ div.popup_title {
   top: 0px;
   width: 100%;
   background: #b0e2ff;
-  margin-top: -1em;
+  margin-top: 0em;
   margin-bottom: 0px;
   font-weight: bold;
   padding-top: 0px;
@@ -172,6 +178,7 @@ div.popup_title {
 div.popup_title p {
   padding-left: 3px;
   padding-bottom: 0px;
+  margin-top: 0px;
   margin-bottom: -0.65em;
   cursor: move;
 }