diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-01-27 15:47:15 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-01-27 15:47:15 +0100 |
| commit | 68afe900d079219721180e769eea16a5a91aaa96 (patch) | |
| tree | 195f0f474ba2148c8febe0c14992c69e5f2ff84f /htroot/env/base.css | |
| parent | 95d2a2859914c79f7d74ee035087366d88b68392 (diff) | |
Added user-friendly controls over disk usage configuration settings.
As mentioned in issue #103, control settings over YaCy disk usage
already existed but lacked a user-friendly way to set them.
I added it to the Performance_p.html administration page with a little
refactoring on the "Resource Observer" fieldset for improved
accessibility and HTML standards respect.
Also added the possibility to enable/disable the autoregulation fonction
from this page.
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index 924de111a..c0fef583d 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -1038,11 +1038,11 @@ div#tagcloud { margin: 10px 0; } -.info span { +.info span, .info div { display: none; } -.info:hover span { +.info:hover span, .info:hover div { display: block; position: absolute; font-size:1em; |
