diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 21:18:54 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 21:18:54 +0200 |
commit | aa08196c32894333b14570348446463385058c94 (patch) | |
tree | 32e32e166a2b623cff39085c926c8cf52b398a14 /core/css | |
parent | d2d77b2a481a63cb5b7346ab26565edefdc7f901 (diff) | |
download | nextcloud-server-aa08196c32894333b14570348446463385058c94.tar.gz nextcloud-server-aa08196c32894333b14570348446463385058c94.zip |
some interface work on instant search
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 400108c454d..05546541153 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -23,6 +23,7 @@ form input[type="submit"]:active { outline:0; } form input[type="button"], form input[type="text"] { font-size:0.9em; } fieldset { padding:1em; background-color:#f7f7f7; border:1px solid #ddd; max-width:600px; margin:2em 2em 2em 3em; } legend { padding:0.5em; font-size:1.2em; } +.template{display:none;} div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:2; } |