Split template, rearrange some markup
[mkdru-moved-to-drupal.org.git] / mkdru.css
diff --git a/mkdru.css b/mkdru.css
new file mode 100644 (file)
index 0000000..8b1f398
--- /dev/null
+++ b/mkdru.css
@@ -0,0 +1,38 @@
+.mkdru-search {
+  text-align:center;
+}
+
+.mkdru-search input[type='text'] {
+  width: 80%;
+}
+
+.mkdru-results {
+  display: none;
+}
+
+.mkdru-result-list {
+  margin: 0;
+  padding: 0;
+}
+
+.mkdru-result-list li {
+  list-style-type: none;
+  list-style-image: none;
+  background: none;
+  margin: 0;
+  padding: 0;
+}
+
+.mkdru-above-below {
+  float: clear;
+  border-style: solid none;
+  border-width: 1px;
+}
+
+.mkdru-counts {
+  float: right;
+}
+
+.mkdru-result a {
+  font-weight: bold;
+}