]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
response
[ikiwiki.git] / doc / style.css
index c7dc070cdc4046622ffe24862396165deb7e1a96..44a6e0fe11fe0c8fe7f8c306f07d86437fe61f04 100644 (file)
@@ -82,6 +82,7 @@ div.recentchanges {
        border-style: solid;
        border-width: 1px;
        overflow: auto;
+       clear: both;
        width: 100%;
        background: #eee;
        color: black !important;
@@ -256,6 +257,14 @@ input#openid_url {
        padding-left: 18px;
 }
 
+input#searchbox {
+       background: url(wikiicons/search-bg.gif) no-repeat;
+       background-color: #fff;
+       background-position: 100% 50%;
+       color: #000;
+       padding-right: 16px;
+}
+
 /* Things to hide in printouts. */
 @media print {
        .actions { display: none; }
@@ -286,7 +295,7 @@ input#openid_url {
        margin-bottom: 1ex;
        padding: 1ex 1ex;
        border: 1px solid #aaa;
-       width: 25%
+       width: 25%;
        background: white;
        color: black !important;
 }
@@ -339,3 +348,7 @@ legend {
        background: #eee; 
        color: black !important;
 }
+
+span.color {
+       padding: 2px;
+}