diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-27 18:18:23 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-27 18:18:23 +0000 |
commit | 4ace8344cfd8769ef059ec5c920ac663c8c1d4ce (patch) | |
tree | 14427de964a8a0abb2596e97c50a37d5d979f16e /h-source/Public | |
parent | 4e4b0e82b62d9a5bdce92b3caa2ab18e16122ba0 (diff) |
improved search and impagination with CSS
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/explorer6.css (renamed from h-source/Public/Css/explorer.css) | 7 | ||||
-rw-r--r-- | h-source/Public/Css/explorer7.css | 12 | ||||
-rwxr-xr-x | h-source/Public/Css/website.css | 47 | ||||
-rwxr-xr-x | h-source/Public/Img/Glaze/viewmag.png | bin | 0 -> 980 bytes |
4 files changed, 56 insertions, 10 deletions
diff --git a/h-source/Public/Css/explorer.css b/h-source/Public/Css/explorer6.css index 0c3e7b6..dcdc4b0 100644 --- a/h-source/Public/Css/explorer.css +++ b/h-source/Public/Css/explorer6.css @@ -69,7 +69,8 @@ ul#menuBlock li ul { } .viewall_popup_menu_status_item { - padding-left:10px; + padding-left:2px; +/* background:red; */ } .copyright_notice_box { @@ -95,4 +96,8 @@ ul#menuBlock li ul { .talk_numb_ext a { margin-bottom:0px; +} +.language_links_box a.current_lang +{ + background:#6495ED; }
\ No newline at end of file diff --git a/h-source/Public/Css/explorer7.css b/h-source/Public/Css/explorer7.css new file mode 100644 index 0000000..11c9f02 --- /dev/null +++ b/h-source/Public/Css/explorer7.css @@ -0,0 +1,12 @@ +.viewall_popup_menu_status_item +{ + width:129px; +} +.talk_numb_ext +{ + margin-top:-30px; +} +.language_links_box a.current_lang +{ + background:#6495ED; +}
\ No newline at end of file diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 45b0dc9..d9672bd 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -834,6 +834,7 @@ ins .panelApplicationList { padding:0px; + margin:0px; } .panelApplicationList li { @@ -1098,21 +1099,24 @@ ins .search_form { clear:both; - margin:5px 5px 35px 5px; + margin:5px 5px 50px 5px; } -.search_form_2 +.search_form_pciid { clear:both; - margin:5px 5px 35px 5px; + margin:5px 5px 50px 5px; } .search_form_label { - padding:3px 10px; - background:#B7F18C; - color:#000; - margin-bottom:1em; + overflow:hidden; + height:22px; + margin:15px 5px 20px 5px; +/* background:#90EE90; */ + padding:5px 0px; + border-bottom:1px solid #228B22; + font-weight:bold; } -.search_form .input_entry_search +.input_entry_search { width:250px; border: 1px solid #CECECE; @@ -1530,9 +1534,34 @@ td.text_item_date .noscript_notice { - margin:10px 0px; + margin:10px 5px; padding:5px 10px; background:#B0E0E6; border:1px solid #4169E1; color:#4169E1; +} +.search_img +{ + float:left; +} +.span_search_desc +{ + float:left; + margin-left:10px; + padding-top:0px; +} +.textarea_entry_search +{ + width:450px; + height:200px; + padding:3px; + border: 1px solid #CECECE; +} +.lspci_notice +{ + margin:10px 0px; + padding:5px 10px; + background:#B7F18C; + font-weight:bold; +/* border: 1px solid #CECECE; */ }
\ No newline at end of file diff --git a/h-source/Public/Img/Glaze/viewmag.png b/h-source/Public/Img/Glaze/viewmag.png Binary files differnew file mode 100755 index 0000000..c3976ee --- /dev/null +++ b/h-source/Public/Img/Glaze/viewmag.png |