diff templates/minimal/html/style.css @ 3376:446f769b813b maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Tue, 05 Jul 2005 06:28:35 +0000
parents 3158eabe3226
children
line wrap: on
line diff
--- a/templates/minimal/html/style.css	Fri Jun 24 07:19:04 2005 +0000
+++ b/templates/minimal/html/style.css	Tue Jul 05 06:28:35 2005 +0000
@@ -6,12 +6,10 @@
   margin: 0;
 }
 a[href]:hover {
-  background-color: white;
   color:blue;
   text-decoration: underline;
 }
 a[href], a[href]:link {
-  background-color: white;
   color:blue;
   text-decoration: none;
 }
@@ -40,12 +38,35 @@
     td.sidebar {
         display: none;
     }
+    .index-controls {
+        display: none;
+    }
+    #searchbox {
+        display: none;
+    }
 }
 
 td.page-header-top {
   padding: 5px;
   border-bottom: 1px solid #444;
 }
+#searchbox {
+    float: right;
+}
+
+div#body-title {
+  float: left;
+}
+
+
+div#searchbox {
+  float: right;
+  padding-top: 1em;
+}
+
+div#searchbox input#search-text {
+  width: 10em;
+}
 
 form {
   margin: 0;
@@ -69,6 +90,12 @@
   background-color: #eef;
 }
 
+.form-small {
+  padding: 0;
+  font-size: 75%;
+}
+
+
 td.content {
   padding: 1px 5px 1px 5px;
   vertical-align: top;
@@ -91,6 +118,22 @@
   color: white;
   font-weight: bold;
 }
+p.error-message a[href] {
+  color: white;
+  text-decoration: underline;
+}
+
+
+/* style for search forms */
+ul.search-checkboxes {
+    display: inline;
+    padding: none;
+    list-style: none;
+}
+ul.search-checkboxes > li {
+    display: inline;
+    padding-right: .5em;
+}
 
 
 /* style for forms */

Roundup Issue Tracker: http://roundup-tracker.org/