From d79082769a84d82ceca0ea7324a1a9b364268b2b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 May 2007 16:38:19 +0000 Subject: - Patch #144919 by dww: hide user picture settings when possible. --- modules/system/system.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/system') diff --git a/modules/system/system.css b/modules/system/system.css index ebe41c55a..7d30a5cca 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -438,3 +438,11 @@ thead div.sticky-header { #clean-url.install { display: none; } + +/* +** For anything you want to hide on page load when JS is enabled, so +** that you can use the JS to control visibility and avoid flicker. +*/ +html.js .js-hide { + display: none; +} -- cgit v1.2.3