diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-26 06:05:12 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-26 06:05:12 +0000 |
commit | 4e4b0e82b62d9a5bdce92b3caa2ab18e16122ba0 (patch) | |
tree | 3305181e5116c2c3c9254dd106ffadf6ae7908cd /h-source/Public | |
parent | f51c3d89d5118e45914a1de7f6bdb03dd559e32e (diff) |
modified the search view files
Diffstat (limited to 'h-source/Public')
-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 |