Code

Bringing the two sheets in line.
[roundup.git] / share / roundup / templates / minimal / html / style.css
index 1f620529f475cd623947389d26607dcf636e3530..c41a6e81c58173c59c5b0045932ecddc17e6b6c1 100644 (file)
@@ -50,9 +50,6 @@ td.page-header-top {
   padding: 5px;
   border-bottom: 1px solid #444;
 }
-#searchbox {
-    float: right;
-}
 
 div#body-title {
   float: left;
@@ -127,7 +124,7 @@ p.error-message a[href] {
 /* style for search forms */
 ul.search-checkboxes {
     display: inline;
-    padding: none;
+    padding: 0;
     list-style: none;
 }
 ul.search-checkboxes > li {
@@ -422,6 +419,14 @@ table.otherinfo th {
   text-align: left;
 }
 
+input[type="text"]:focus,
+input[type="checkbox"]:focus,
+input[type="radio"]:focus,
+input[type="password"]:focus,
+textarea:focus, select:focus {
+  background-color: #ffffc0;
+}
+
 .calendar_display {
   text-align: center;
 }