diff --git a/htroot/yacy/ui/css/base.css b/htroot/yacy/ui/css/base.css index 69b0fed03..d09ed95b8 100644 --- a/htroot/yacy/ui/css/base.css +++ b/htroot/yacy/ui/css/base.css @@ -38,6 +38,11 @@ div.sidebar { /* Boxed Style */ +.searchbox { + float:left; + width:600px; +} + .boxed{ margin-bottom: 1em; } @@ -50,6 +55,23 @@ div.sidebar { font-family: Helvetica,Arial,sans-serif; background: url(../img/tab.png) no-repeat; } +.sidebar .boxed .title { + display: block; + height: 25px; + padding: 5px 0 0 10px; + font-weight: bold; + font-family: Helvetica,Arial,sans-serif; + background: url(../img/box250.png) no-repeat; +} + +.searchbox .boxed .title { + display: block; + height: 25px; + padding: 5px 0 0 10px; + font-weight: bold; + font-family: Helvetica,Arial,sans-serif; + background: url(../img/box600.png) no-repeat; +} .boxed .content { font-family: Helvetica,Arial,sans-serif; diff --git a/htroot/yacy/ui/css/jquery.tablesorter.pager.css b/htroot/yacy/ui/css/jquery.tablesorter.pager.css index 39f73c04c..4987aac80 100644 --- a/htroot/yacy/ui/css/jquery.tablesorter.pager.css +++ b/htroot/yacy/ui/css/jquery.tablesorter.pager.css @@ -1,5 +1,7 @@ div.tablesorterPager { - + text-align: center; + padding-right: 10px; + padding-bottom: 10px; } div.tablesorterPager span { padding: 0 5px 0 5px; diff --git a/htroot/yacy/ui/img/box200.png b/htroot/yacy/ui/img/box200.png new file mode 100644 index 000000000..76368f837 Binary files /dev/null and b/htroot/yacy/ui/img/box200.png differ diff --git a/htroot/yacy/ui/img/box250.png b/htroot/yacy/ui/img/box250.png new file mode 100644 index 000000000..49115ee14 Binary files /dev/null and b/htroot/yacy/ui/img/box250.png differ diff --git a/htroot/yacy/ui/img/box600.png b/htroot/yacy/ui/img/box600.png new file mode 100644 index 000000000..f68a696aa Binary files /dev/null and b/htroot/yacy/ui/img/box600.png differ diff --git a/htroot/yacy/ui/index.html b/htroot/yacy/ui/index.html index 59ed7cc0d..f2492368f 100644 --- a/htroot/yacy/ui/index.html +++ b/htroot/yacy/ui/index.html @@ -42,7 +42,7 @@
-