Design changes: less margin in fieldsets, search form in yacysearch.html not centered, smaller rows in IndexMonitor.html

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2557 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
michitux 19 years ago
parent 140c3e1db9
commit 48d8da44d1

@ -94,12 +94,12 @@
<col />
</colgroup>
<tr class="TableHeader">
<td>
<td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
<fieldset>
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="submit" name="clearlist" value="clear list" />
</fieldset>
</div>
</form>
</td>
#(showInit)#::<td><strong>Initiator</strong></td>#(/showInit)#
@ -111,13 +111,13 @@
</tr>
#{indexed}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>
<td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
<fieldset>
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hash" value="#[urlhash]#" />
<input type="submit" name="deleteentry" value="delete" />
</fieldset>
</div>
</form>
</td>
#(showInit)#::<td>#[initiatorSeed]#</td>#(/showInit)#

@ -173,15 +173,21 @@ h2.yacy { /* The heading in index.html */
background:url(/env/grafics/kaskelix.png) top center no-repeat;
}
form.search.small {
text-align:left;
}
form.search.small p.yacylogo { /* The logo in yacysearch.html */
display:block;
float:left;
padding:0;
margin:5px;
width:70px;
}
form.search.small h2 {
clear:none;
margin-left:85px;
}
div.urlactions {
@ -294,7 +300,7 @@ a.BookmarkLink {
/* Forms and key-value pairs with dl */
fieldset {
margin:1em 0.4em;
margin:5px;
padding:5px;
}
@ -308,7 +314,7 @@ form dt, dl.pairs dt {
float:left;
clear:left;
width:17em;
margin:0 0.25em;
margin:0 2px;
padding:0.2em 1em;
text-align:right;
}

Loading…
Cancel
Save