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 /search/css | |
parent | d2d77b2a481a63cb5b7346ab26565edefdc7f901 (diff) | |
download | nextcloud-server-aa08196c32894333b14570348446463385058c94.tar.gz nextcloud-server-aa08196c32894333b14570348446463385058c94.zip |
some interface work on instant search
Diffstat (limited to 'search/css')
-rw-r--r-- | search/css/results.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/search/css/results.css b/search/css/results.css new file mode 100644 index 00000000000..61b7cf541c5 --- /dev/null +++ b/search/css/results.css @@ -0,0 +1,8 @@ +#searchresults { position:fixed; top:3.3em; right:0; z-index:50; background-color:white; border:1px solid black; margin-bottom:3em; overflow:auto; max-height:80%; width:40em; } +#searchresults table{ width:100%; table-layout:fixed; top:1em;border-spacing:0} +#searchresults td{padding-right:0.3em;padding-left:0.3em;vertical-align:top} +#searchresults td.result div.text{padding-left:1em;} +#searchresults div.text,div.name{width:30em; white-space:normal} +#searchresults td.result{width:30em;} +#searchresults td.result *{cursor:pointer} +#searchresults td.type{width:7em;text-align:right; border-right:1px solid #aaa;border-bottom:none} |