diff --git a/htroot/env/base.css b/htroot/env/base.css index e54fd3964..3f1e9c88c 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -1031,7 +1031,10 @@ div#info:hover span { border: 1px dashed black; z-index: 100; } - + +div#tagcloud { + line-height:16px; +} .info span { display: none; diff --git a/htroot/yacy/ui/css/base.css b/htroot/yacy/ui/css/base.css index 1f8c2b825..9a067633c 100644 --- a/htroot/yacy/ui/css/base.css +++ b/htroot/yacy/ui/css/base.css @@ -247,7 +247,7 @@ p.url a { #tagcloud { margin: 10px 10px 10px 7px; /* top right bottom left */ text-align: justify; - line-height: 1.2em; + line-height: 0.9; } #topwords { max-height: 160px; diff --git a/htroot/yacysearchtrailer.html b/htroot/yacysearchtrailer.html index f094dfd54..73c8fa5b1 100644 --- a/htroot/yacysearchtrailer.html +++ b/htroot/yacysearchtrailer.html @@ -16,8 +16,8 @@ data-on-color="warning" data-off-color="success" type="checkbox" name="resource-switch" value="local" data-size="large" onchange="document.getElementById('resource').value='local';document.searchform.submit();"> - + @@ -30,14 +30,14 @@ data-on-color="warning" data-off-color="success" type="checkbox" name="resource-switch" value="global" data-size="large" onchange="document.getElementById('resource').value='global';document.searchform.submit();"> - + #(/resource-select)# -#(searchdomswitches)#::
+#(searchdomswitches)#::
+