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 */
.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;

@ -1,5 +1,7 @@
div.tablesorterPager {
text-align: center;
padding-right: 10px;
padding-bottom: 10px;
}
div.tablesorterPager span {
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>
<body>
<div style="float:left; width:600px;">
<div class="searchbox">
<div id="menu" class="boxed">
<div class="title">
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 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>

Binary file not shown.

@ -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>

Loading…
Cancel
Save