diff --git a/trunk/images/tango/48x48/actions/document-send.png b/trunk/images/tango/48x48/actions/document-send.png
new file mode 100644
index 0000000..1892116
Binary files /dev/null and b/trunk/images/tango/48x48/actions/document-send.png differ
diff --git a/trunk/images/tango/48x48/actions/go-first.png b/trunk/images/tango/48x48/actions/go-first.png
new file mode 100644
index 0000000..e640782
Binary files /dev/null and b/trunk/images/tango/48x48/actions/go-first.png differ
diff --git a/trunk/images/tango/48x48/actions/go-last.png b/trunk/images/tango/48x48/actions/go-last.png
new file mode 100644
index 0000000..85c08d7
Binary files /dev/null and b/trunk/images/tango/48x48/actions/go-last.png differ
diff --git a/trunk/images/tango/48x48/actions/go-next.png b/trunk/images/tango/48x48/actions/go-next.png
new file mode 100644
index 0000000..47d26b4
Binary files /dev/null and b/trunk/images/tango/48x48/actions/go-next.png differ
diff --git a/trunk/images/tango/48x48/actions/go-previous.png b/trunk/images/tango/48x48/actions/go-previous.png
new file mode 100644
index 0000000..e29ed76
Binary files /dev/null and b/trunk/images/tango/48x48/actions/go-previous.png differ
diff --git a/trunk/style/colors/tango.css b/trunk/style/colors/tango.css
index c333647..36b637c 100644
--- a/trunk/style/colors/tango.css
+++ b/trunk/style/colors/tango.css
@@ -76,6 +76,13 @@ fieldset,
border-color: #555753;
}
+ ul#queries
+ {
+ margin-bottom: 0.5em;
+ margin-left: 2em;
+ margin-top: 1em;
+ }
+
/* TODO: make images configurable (maybe via symlinks?) */
li#search_custom_one
{
diff --git a/trunk/style/embedded.css b/trunk/style/embedded.css
index 2341abb..5054834 100644
--- a/trunk/style/embedded.css
+++ b/trunk/style/embedded.css
@@ -1,3 +1,4 @@
+@import "reset.css";
@import "colors/tango.css";
body
diff --git a/trunk/style/reset.css b/trunk/style/reset.css
index fe0c754..7a75a47 100644
--- a/trunk/style/reset.css
+++ b/trunk/style/reset.css
@@ -4,9 +4,10 @@ Eric Meyers reset stylesheet, stolen from
*/
html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+/*h1, h2, h3, h4, h5, h6,*/
+p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
+del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
diff --git a/trunk/style/structure/fake6.css b/trunk/style/structure/fake6.css
index 9915394..478ba27 100644
--- a/trunk/style/structure/fake6.css
+++ b/trunk/style/structure/fake6.css
@@ -101,10 +101,21 @@ fieldset
/* forms */
- button[name="upload"]
+ form.pagination
{
- width: 164px;
- height: 164px;
+ /*
+ works with Firefox 2 (for demonstration purposes only)
+ === REMOVE THIS IN FINAL BUILD ===
+ */
+ display: -moz-inline-box;
+ display: inline-block;
+ }
+
+ form.pagination fieldset
+ {
+ border-width: 0px !important;
+ margin: 0px !important;
+ padding: 0px !important;
}
input[type="text"],
diff --git a/trunk/xsl/xhtml/results.xsl b/trunk/xsl/xhtml/results.xsl
index 0019339..eaa6269 100644
--- a/trunk/xsl/xhtml/results.xsl
+++ b/trunk/xsl/xhtml/results.xsl
@@ -36,9 +36,7 @@
-
-
-
+
@@ -89,59 +87,153 @@
-
+
+
diff --git a/trunk/xsl/xhtml/searchbar.xsl b/trunk/xsl/xhtml/searchbar.xsl
index 4600d29..ca2629d 100644
--- a/trunk/xsl/xhtml/searchbar.xsl
+++ b/trunk/xsl/xhtml/searchbar.xsl
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/trunk/xsl/xhtml/upload.xsl b/trunk/xsl/xhtml/upload.xsl
index cd78cf3..64930f4 100644
--- a/trunk/xsl/xhtml/upload.xsl
+++ b/trunk/xsl/xhtml/upload.xsl
@@ -11,6 +11,127 @@
>
+
+