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
pull/1/head
michitux 18 years ago
parent 7fdf31093b
commit 3d9e0e2a68

@ -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>, <dd>, <dt>
*/
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;
}

@ -144,6 +144,10 @@ a.bookmarkAction {
border: #76895F solid 1px;
}
div.ProgressBarFill {
background-color: #5E862E;
}
/* Copyright info */
.info {

Loading…
Cancel
Save