Index: pageheader.html =================================================================== --- pageheader.html (revision 8947) +++ pageheader.html (working copy) @@ -24,6 +24,14 @@
[% pagetitle %][% IF artwork && (levelName == 'album' || levelName == 'age')%] [% "GALLERY" | string %][% END %]
+
+
+ + + + +
+
Index: slimserver.css =================================================================== --- slimserver.css (revision 8947) +++ slimserver.css (working copy) @@ -480,3 +480,33 @@ display: block; overflow: hidden; } + +#hdrsearch { + position: absolute; + right: 16px; + top: 74px; + text-align: right; +} + +#hdrsearch input.text { + font-size: 9px; + padding: 1px; + margin: 0; + border: 1px solid; + border-top-color: #555; + border-left-color: #555; + border-right-color: #ccc; + border-bottom-color: #ccc; +} + +#hdrsearch input.button { + font-size: 88%; + color: #555; + background-color: #fff; + padding: 0; + border: 1px solid; + border-top-color: #ccc; + border-left-color: #ccc; + border-right-color: #555; + border-bottom-color: #555; +}