Author: apfelmaennchen
Date: 2008-03-09 18:25:09 +0100 (Sun, 09 Mar 2008)
New Revision: 4541

Added:
   trunk/htroot/yacy/ui/img/box200.png
   trunk/htroot/yacy/ui/img/box250.png
   trunk/htroot/yacy/ui/img/box600.png
   trunk/htroot/yacy/ui/result.class
   trunk/htroot/yacy/ui/ritem.class
   trunk/htroot/yacy/ui/ymarks.class
Modified:
   trunk/htroot/yacy/ui/css/base.css
   trunk/htroot/yacy/ui/css/jquery.tablesorter.pager.css
   trunk/htroot/yacy/ui/index.html
   trunk/htroot/yacy/ui/welcome.html
   trunk/htroot/yacy/ui/ymarks.html
Log:
fixed the box headings

Modified: trunk/htroot/yacy/ui/css/base.css
===================================================================
--- trunk/htroot/yacy/ui/css/base.css   2008-03-09 13:04:34 UTC (rev 4540)
+++ trunk/htroot/yacy/ui/css/base.css   2008-03-09 17:25:09 UTC (rev 4541)
@@ -38,6 +38,11 @@
 
 /* Boxed Style */
 
+.searchbox {
+  float:left; 
+  width:600px;
+}
+
 .boxed{  
   margin-bottom: 1em;
 }
@@ -50,6 +55,23 @@
   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;

Modified: trunk/htroot/yacy/ui/css/jquery.tablesorter.pager.css
===================================================================
--- trunk/htroot/yacy/ui/css/jquery.tablesorter.pager.css       2008-03-09 
13:04:34 UTC (rev 4540)
+++ trunk/htroot/yacy/ui/css/jquery.tablesorter.pager.css       2008-03-09 
17:25:09 UTC (rev 4541)
@@ -1,5 +1,7 @@
 div.tablesorterPager {
-       
+       text-align: center;
+       padding-right: 10px;
+       padding-bottom: 10px;
 }
 div.tablesorterPager span {
        padding: 0 5px 0 5px;

Added: trunk/htroot/yacy/ui/img/box200.png
===================================================================
(Binary files differ)


Property changes on: trunk/htroot/yacy/ui/img/box200.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/htroot/yacy/ui/img/box250.png
===================================================================
(Binary files differ)


Property changes on: trunk/htroot/yacy/ui/img/box250.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/htroot/yacy/ui/img/box600.png
===================================================================
(Binary files differ)


Property changes on: trunk/htroot/yacy/ui/img/box600.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/htroot/yacy/ui/index.html
===================================================================
--- trunk/htroot/yacy/ui/index.html     2008-03-09 13:04:34 UTC (rev 4540)
+++ trunk/htroot/yacy/ui/index.html     2008-03-09 17:25:09 UTC (rev 4541)
@@ -42,7 +42,7 @@
 </head>
 
 <body>
-       <div style="float:left; width:600px;">
+       <div class="searchbox">
                <div id="menu" class="boxed">
                        <div class="title">
                                YaCy Search

Added: trunk/htroot/yacy/ui/result.class
===================================================================
(Binary files differ)


Property changes on: trunk/htroot/yacy/ui/result.class
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/htroot/yacy/ui/ritem.class
===================================================================
(Binary files differ)


Property changes on: trunk/htroot/yacy/ui/ritem.class
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/htroot/yacy/ui/welcome.html
===================================================================
--- trunk/htroot/yacy/ui/welcome.html   2008-03-09 13:04:34 UTC (rev 4540)
+++ trunk/htroot/yacy/ui/welcome.html   2008-03-09 17:25:09 UTC (rev 4541)
@@ -1,4 +1,4 @@
-<div style="float:left; width:250px;  margin-right:15px;">
+<div class="sidebar">
 <div id="menu" class="boxed">
        <div class="title">Peer-Menu</div>
        <div class="content">
@@ -8,7 +8,7 @@
        </div>
 </div>
 </div>
-<div style="float:left; width:250px; margin-right:15px;">
+<div class="sidebar">
 <div id="menu" class="boxed">
        <div class="title">YaCy Project</div>
        <div class="content"><img style="width: 32px; height: 32px;" alt="YaCy 
Project Home" title="YaCy Project Home" src="img-1/home.png" align="absmiddle" 
hspace="3" vspace="3"/>Home<br>

Added: trunk/htroot/yacy/ui/ymarks.class
===================================================================
(Binary files differ)


Property changes on: trunk/htroot/yacy/ui/ymarks.class
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/htroot/yacy/ui/ymarks.html
===================================================================
--- trunk/htroot/yacy/ui/ymarks.html    2008-03-09 13:04:34 UTC (rev 4540)
+++ trunk/htroot/yacy/ui/ymarks.html    2008-03-09 17:25:09 UTC (rev 4541)
@@ -20,7 +20,7 @@
                        <thead>
                          <tr>                   
                                <th class="{sorter: false}"></th>
-                               <th class="{sorter: false}"></th>
+                               <th></th>
                                <th>Title</th>
                                <th>URL</th>                            
                                <th>Tags</th>

_______________________________________________
YaCy-svn mailing list
YaCy-svn@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an