Code

Bringing the two sheets in line.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 8 Dec 2009 00:30:01 +0000 (00:30 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 8 Dec 2009 00:30:01 +0000 (00:30 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4406 57a73879-2fb5-44c3-a270-3262357dd7e2

share/roundup/templates/classic/html/style.css
share/roundup/templates/minimal/html/style.css

index fe9eef4013c45ac9fccad8b63db74e045f6a24b9..770a6df69b6706a50e55493750a69ddc5fede564 100644 (file)
@@ -413,6 +413,7 @@ table.otherinfo th {
   font-weight: bold;
   text-align: left;
 }
+
 input[type="text"]:focus,
 input[type="checkbox"]:focus,
 input[type="radio"]:focus,
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;
 }