From 3d9e0e2a68319c619680333ecc5729f2aa2ee5bc Mon Sep 17 00:00:00 2001 From: michitux Date: Wed, 6 Jun 2007 21:11:02 +0000 Subject: [PATCH] Fixed a bug in IE, now forms are displayed correctly again, fixed a bug in Firefox: dl.pairs is now displayed correctly when the dt is higher than the dd, but now this bug has appeared in IE. There is no solution known to me but changing the browser (or using a browser with a width of 1280px, then it should not appear, but it depends on the length of the string in the dt, so it might be there in translations). Added the color of the progressbar in the mint-green style so that it is no longer transparent. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3812 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 19 ++++++++----------- skins/mint-green.css | 4 ++++ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/htroot/env/base.css b/htroot/env/base.css index 4251c4568..55aac4151 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -94,11 +94,6 @@ td { padding:1px 2px; } -form dd { - margin:0 0 0.5em 0.25em; - float:left; -} - fieldset { margin:10px 5px; padding:10px; @@ -519,17 +514,19 @@ li.menugroup {
,
,
*/ -dl.pairs dd { - padding:0.2em 0.5em; - margin:0 0 2px 18.3em; +dl.pairs dd, form dd { + padding:0.25%; + margin:0 0 0.25% 0.25%; + float:left; + width:74%; } form dt, dl.pairs dt { float:left; clear:left; - width:17em; - margin:0 0 2px; - padding:0.2em 0.5em; + width:24%; + margin:0 0 0.25% 0.25%; + padding:0.25% 0.25%; text-align:right; } diff --git a/skins/mint-green.css b/skins/mint-green.css index 1b356075b..fcf0a8a21 100644 --- a/skins/mint-green.css +++ b/skins/mint-green.css @@ -144,6 +144,10 @@ a.bookmarkAction { border: #76895F solid 1px; } +div.ProgressBarFill { + background-color: #5E862E; +} + /* Copyright info */ .info {