diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:52:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:52:55 +0000 |
commit | d0d8cd258ff7f993950595dda0e5b970638621eb (patch) | |
tree | dc98a6d3f1fb2a2a1c40fe6aed569ee9b04e289f /h-source/Public | |
parent | 14691cd854be3e9ee272c9619a6368c83d72267b (diff) |
mobile:added model nale filer
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 8 | ||||
-rw-r--r-- | h-source/Public/Css/mobile.css | 15 |
2 files changed, 21 insertions, 2 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index b6fd1d1..3b4612c 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -537,8 +537,11 @@ div.history_page_list_news a .viewall_no_items_found { font:normal 14px/1 sans-serif,arial; - margin:10px; + margin:20px 5px; padding:5px; +/* color: #FF4500; */ + border-top:1px solid #FF4500; + border-bottom:1px solid #FF4500; } @@ -985,7 +988,7 @@ ins { clear:left; clear:right; - margin-bottom:20px; + margin-bottom:30px; /* background:#E0FFFF; */ padding:0px 10px 10px 0px; } @@ -2089,6 +2092,7 @@ div#description_tabs_content padding:8px; background-color:#C7DAEF; border: 1px solid #6495ED; + width:280px; } .model_string_search_form img diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index 78bd288..6dbd834 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -147,6 +147,21 @@ img padding:5px; } +.viewall_no_items_found +{ + font:normal 14px/1 sans-serif,arial; + margin:20px 5px; + padding:5px; +/* color: #FF4500; */ + border-top:1px solid #FF4500; + border-bottom:1px solid #FF4500; +} + +.ui-body { + padding-top: 0.8em; + margin-top:10px; +} + .ui-li-desc { white-space: normal; } .ui-li-heading { white-space: normal; } |