aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Public')
-rwxr-xr-xh-source/Public/Css/website.css32
-rwxr-xr-xh-source/Public/Img/Crystal/agt_forward.pngbin0 -> 729 bytes
-rw-r--r--h-source/Public/Img/search_back.pngbin0 -> 3404 bytes
3 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
diff --git a/h-source/Public/Img/Crystal/agt_forward.png b/h-source/Public/Img/Crystal/agt_forward.png
new file mode 100755
index 0000000..13a59ad
--- /dev/null
+++ b/h-source/Public/Img/Crystal/agt_forward.png
Binary files differ
diff --git a/h-source/Public/Img/search_back.png b/h-source/Public/Img/search_back.png
new file mode 100644
index 0000000..6fd3b01
--- /dev/null
+++ b/h-source/Public/Img/search_back.png
Binary files differ