fixed the box headings

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4541 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
apfelmaennchen 17 years ago
parent f7a0804e83
commit b4b370586a

@ -38,6 +38,11 @@ div.sidebar {
/* Boxed Style */ /* Boxed Style */
.searchbox {
float:left;
width:600px;
}
.boxed{ .boxed{
margin-bottom: 1em; margin-bottom: 1em;
} }
@ -50,6 +55,23 @@ div.sidebar {
font-family: Helvetica,Arial,sans-serif; font-family: Helvetica,Arial,sans-serif;
background: url(../img/tab.png) no-repeat; 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 { .boxed .content {
font-family: Helvetica,Arial,sans-serif; font-family: Helvetica,Arial,sans-serif;

@ -1,5 +1,7 @@
div.tablesorterPager { div.tablesorterPager {
text-align: center;
padding-right: 10px;
padding-bottom: 10px;
} }
div.tablesorterPager span { div.tablesorterPager span {
padding: 0 5px 0 5px; padding: 0 5px 0 5px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

@ -42,7 +42,7 @@
</head> </head>
<body> <body>
<div style="float:left; width:600px;"> <div class="searchbox">
<div id="menu" class="boxed"> <div id="menu" class="boxed">
<div class="title"> <div class="title">
YaCy Search YaCy Search

Binary file not shown.

Binary file not shown.

@ -1,4 +1,4 @@
<div style="float:left; width:250px; margin-right:15px;"> <div class="sidebar">
<div id="menu" class="boxed"> <div id="menu" class="boxed">
<div class="title">Peer-Menu</div> <div class="title">Peer-Menu</div>
<div class="content"> <div class="content">
@ -8,7 +8,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="float:left; width:250px; margin-right:15px;"> <div class="sidebar">
<div id="menu" class="boxed"> <div id="menu" class="boxed">
<div class="title">YaCy Project</div> <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> <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>

Binary file not shown.

@ -20,7 +20,7 @@
<thead> <thead>
<tr> <tr>
<th class="{sorter: false}"></th> <th class="{sorter: false}"></th>
<th class="{sorter: false}"></th> <th></th>
<th>Title</th> <th>Title</th>
<th>URL</th> <th>URL</th>
<th>Tags</th> <th>Tags</th>

Loading…
Cancel
Save