diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-21 14:43:38 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-21 14:43:38 +0000 |
commit | 4a872aa6512b3336f5c8464f7c79d6b5c90b38d8 (patch) | |
tree | 627fac916b58d3e3e32c9fbdd30f64efd0d4b298 /h-source/Public | |
parent | 32e60f1c2228e2a46707d15bec10cd54e476076c (diff) |
added bios and architecture filters for notebooks
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index c7c9c0f..b8d4234 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -534,6 +534,13 @@ div.history_page_list_news a margin-bottom:0px; margin-top:10px; margin-left:0px; + position:relative; + z-index:4; +} +.more_filters +{ + position:relative; + z-index:3; } .viewall_popup_menu_status |