diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-27 02:59:32 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-27 02:59:32 +0200 |
| commit | afe767d8e935e33a8aafd0c2a8fe3686a7d1a248 (patch) | |
| tree | 8d310c1946e64295c405d27e127b6c39832135a9 /searx/static/css/style.css | |
| parent | 4f4ec44bb373a6aff0c723943544f44907519dca (diff) | |
[enh] stat bar graphs
Diffstat (limited to 'searx/static/css/style.css')
| -rw-r--r-- | searx/static/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 47ce2d1b2..d83e1b935 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -84,9 +84,16 @@ a { text-decoration: none; } .invisible { display: none; } +.left { float: left; } + .image_result { float: left; margin: 10px 10px; position: relative; height: 160px;} .image_result img { border: 0; height: 160px;} .image_result p { margin: 0; padding: 0; } .image_result p span a { display: none; } .image_result p span a { color: #FFFFFF; } -.image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; } +image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; } + +.percentage { position: relative; width: 300px; } +.percentage div { background: #444444; } +td { padding: 0 4px; } +tr:hover td { background: #DDDDDD; } |