diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 13:22:46 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 13:22:46 +0000 |
commit | 822005d36ad721c2203a5bff990210fa33afee34 (patch) | |
tree | c52fc101bf683a8e617de33839445befff691cf1 /h-source/Public/Css | |
parent | 75be1868c47b7b9455eef65a7b1e33e447e61ee5 (diff) |
improved search page
Diffstat (limited to 'h-source/Public/Css')
-rwxr-xr-x | h-source/Public/Css/website.css | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 03043ec..def10fa 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1568,9 +1568,12 @@ td.text_item_date .lspci_item_found, .lspci_item_not_found { - margin:10px 5px; - background: #C7DAEF; - padding:8px; + margin:20px 5px; + background: url('../Img/search_back.png') no-repeat top left; +/* background: #C7DAEF; */ + padding:12px 15px; + border-bottom:3px solid #8eb5df; + border-right:1px solid #8eb5df; } .lspci_item_found_compat { @@ -1589,5 +1592,26 @@ td.text_item_date .lspci_item_not_found { - background: orange; + background: #ffe170; + border-bottom:3px solid #e8c224; + border-right:1px solid #e8c224; +} +.lspci_item_found_compat ul li +{ + list-style-type:none; +} +.lspci_item_found_compat ul +{ + margin:10px 20px; + padding:0px; +} +.found_ext +{ + margin-bottom:2em; +} + +.lspci_item_found_compat a +{ + text-decoration:none; + font:normal 16px/1 sans-serif; }
\ No newline at end of file |