From 564050c7e6af7c5824b0449c91c1406eb44104cf Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 27 Apr 2008 14:27:09 +0000 Subject: [PATCH] expanded custom search queries to css naming git-svn-id: http://yolanda.mister-muffin.de/svn@324 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/locale/en-us.xml | 4 ---- trunk/style/colors/tango.css | 17 +++++++++-------- trunk/style/decoration/bridget.css | 6 +++--- trunk/style/structure/fake6.css | 6 +++--- trunk/xsl/xhtml/searchbar.xsl | 6 +++--- 5 files changed, 18 insertions(+), 21 deletions(-) diff --git a/trunk/locale/en-us.xml b/trunk/locale/en-us.xml index 54c849f..aff27c5 100755 --- a/trunk/locale/en-us.xml +++ b/trunk/locale/en-us.xml @@ -31,10 +31,6 @@ Find Instant Access Advanced Search - - new videos - most downloaded - popular videos new videos most downloaded diff --git a/trunk/style/colors/tango.css b/trunk/style/colors/tango.css index c960b1d..dc05a73 100644 --- a/trunk/style/colors/tango.css +++ b/trunk/style/colors/tango.css @@ -115,22 +115,23 @@ div.loginbox /* "Aluminium 5" */ border-color: #555753; } - - li#latestadditions + + /* TODO: make images configureable (maybe via symlinks?) */ + li#search_custom_one { list-style-image: url(../../images/tango/16x16/actions/document-new.png) } - li#mostviews - { - list-style-image: url(../../images/tango/16x16/emblems/emblem-favorite.png) - } - - li#mostdownloads + li#search_custom_two { list-style-image: url(../../images/tango/16x16/actions/document-save.png) } + li#search_custom_three + { + list-style-image: url(../../images/tango/16x16/emblems/emblem-favorite.png) + } + span.duration { } diff --git a/trunk/style/decoration/bridget.css b/trunk/style/decoration/bridget.css index 4c7cf1e..e1c602b 100644 --- a/trunk/style/decoration/bridget.css +++ b/trunk/style/decoration/bridget.css @@ -243,15 +243,15 @@ li { } - li#latestadditions + li#search_custom_one { } - li#mostviews + li#search_custom_two { } - li#mostdownloads + li#search_custom_three { } diff --git a/trunk/style/structure/fake6.css b/trunk/style/structure/fake6.css index ee35c10..d146932 100644 --- a/trunk/style/structure/fake6.css +++ b/trunk/style/structure/fake6.css @@ -226,15 +226,15 @@ li { } - li#latestadditions + li#search_custom_one { } - li#mostviews + li#search_custom_two { } - li#mostdownloads + li#search_custom_three { } diff --git a/trunk/xsl/xhtml/searchbar.xsl b/trunk/xsl/xhtml/searchbar.xsl index d00d467..bda063c 100644 --- a/trunk/xsl/xhtml/searchbar.xsl +++ b/trunk/xsl/xhtml/searchbar.xsl @@ -36,7 +36,7 @@