diff options
Diffstat (limited to 'h-source/Public/Css')
-rwxr-xr-x | h-source/Public/Css/website.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 1d94fdb..45b0dc9 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1100,6 +1100,18 @@ ins clear:both; margin:5px 5px 35px 5px; } +.search_form_2 +{ + clear:both; + margin:5px 5px 35px 5px; +} +.search_form_label +{ + padding:3px 10px; + background:#B7F18C; + color:#000; + margin-bottom:1em; +} .search_form .input_entry_search { width:250px; @@ -1514,4 +1526,13 @@ td.text_item_date padding:10px; border:1px solid #ED9F4A; background:#F6EA99; +} + +.noscript_notice +{ + margin:10px 0px; + padding:5px 10px; + background:#B0E0E6; + border:1px solid #4169E1; + color:#4169E1; }
\ No newline at end of file |