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 /> <col />
</colgroup> </colgroup>
<tr class="TableHeader"> <tr class="TableHeader">
<td> <td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data"> <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
<fieldset> <div>
<input type="hidden" name="process" value="#[tabletype]#" /> <input type="hidden" name="process" value="#[tabletype]#" />
<input type="submit" name="clearlist" value="clear list" /> <input type="submit" name="clearlist" value="clear list" />
</fieldset> </div>
</form> </form>
</td> </td>
#(showInit)#::<td><strong>Initiator</strong></td>#(/showInit)# #(showInit)#::<td><strong>Initiator</strong></td>#(/showInit)#
@ -111,13 +111,13 @@
</tr> </tr>
#{indexed}# #{indexed}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#"> <tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td> <td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data"> <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
<fieldset> <div>
<input type="hidden" name="process" value="#[tabletype]#" /> <input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hash" value="#[urlhash]#" /> <input type="hidden" name="hash" value="#[urlhash]#" />
<input type="submit" name="deleteentry" value="delete" /> <input type="submit" name="deleteentry" value="delete" />
</fieldset> </div>
</form> </form>
</td> </td>
#(showInit)#::<td>#[initiatorSeed]#</td>#(/showInit)# #(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; 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 */ form.search.small p.yacylogo { /* The logo in yacysearch.html */
display:block; display:block;
float:left; float:left;
padding:0; padding:0;
margin:5px;
width:70px; width:70px;
} }
form.search.small h2 { form.search.small h2 {
clear:none; clear:none;
margin-left:85px;
} }
div.urlactions { div.urlactions {
@ -294,7 +300,7 @@ a.BookmarkLink {
/* Forms and key-value pairs with dl */ /* Forms and key-value pairs with dl */
fieldset { fieldset {
margin:1em 0.4em; margin:5px;
padding:5px; padding:5px;
} }
@ -308,7 +314,7 @@ form dt, dl.pairs dt {
float:left; float:left;
clear:left; clear:left;
width:17em; width:17em;
margin:0 0.25em; margin:0 2px;
padding:0.2em 1em; padding:0.2em 1em;
text-align:right; text-align:right;
} }

Loading…
Cancel
Save