From 48d8da44d161623b4a716741dbe05fc636fc7390 Mon Sep 17 00:00:00 2001 From: michitux Date: Tue, 12 Sep 2006 16:15:02 +0000 Subject: [PATCH] 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 --- htroot/IndexMonitor.html | 12 ++++++------ htroot/env/base.css | 10 ++++++++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/htroot/IndexMonitor.html b/htroot/IndexMonitor.html index fe8ebb861..86203202d 100644 --- a/htroot/IndexMonitor.html +++ b/htroot/IndexMonitor.html @@ -94,12 +94,12 @@ - +
-
+
-
+
#(showInit)#::Initiator#(/showInit)# @@ -111,13 +111,13 @@ #{indexed}# - +
-
+
-
+
#(showInit)#::#[initiatorSeed]##(/showInit)# diff --git a/htroot/env/base.css b/htroot/env/base.css index 27d43b3ac..eafa06354 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -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; }