r1792@llin: dpavlin | 2009-04-23 11:24:02 +0200
[webpac2] / vhost / style.css
index 081d18d..14bcdb0 100644 (file)
@@ -19,6 +19,7 @@ form {
 }
 
 form label,
+form select,
 form input {
        float: left;
 }
@@ -30,6 +31,8 @@ form input[name=search] {
 #results {
        clear: left;
        float: left;
+       margin: 1em;
+       border: 1px solid #eee;
 }
 
 #results label {
@@ -37,10 +40,37 @@ form input[name=search] {
        float: left;
 }
 
+#results ol {
+       float: left;
+       margin: 1em;
+}
+
 #results ol li {
+       clear: left;
        margin-bottom: 1em;
 }
 
+ul.pager {
+       background: #eee;
+       padding: 0.5em;
+       margin: 0;
+       clear: both;
+}
+
+ul.pager li {
+       list-style: none;
+       display: inline;
+       width: 3em;
+}
+
+.pager .current_page {
+       font-weight: bold;
+}
+
+.pager .skip {
+       color: #888;
+}
+
 pre {
        border-top: 1px solid #888;
        clear: left;
@@ -56,5 +86,4 @@ pre {
        background-color: #ffc;
        color: #000;
        padding: 0.5em;
-       margin: 0.5em;
 }