aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/website.css
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-03 13:22:46 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-03 13:22:46 +0000
commit822005d36ad721c2203a5bff990210fa33afee34 (patch)
treec52fc101bf683a8e617de33839445befff691cf1 /h-source/Public/Css/website.css
parent75be1868c47b7b9455eef65a7b1e33e447e61ee5 (diff)
improved search page
Diffstat (limited to 'h-source/Public/Css/website.css')
-rwxr-xr-xh-source/Public/Css/website.css32
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