diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-08 12:22:41 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-08 12:22:41 +0000 |
commit | 2fee8068c26773b3ff8ca1b822a5a363c6b639af (patch) | |
tree | 116ce9b8f55f8fb84c9d615b3c65313e050690f5 /h-source/Public/Css | |
parent | 31d6fce5da571062bdceb9a755c3902520ae0785 (diff) |
improved mobile
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/mobile.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index df7a350..e351ffc 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -17,14 +17,18 @@ img border:0px; } +#footer +{ + padding-bottom:5px; + padding-top:5px; +} #footer div { text-align:center; } #footer a { -/* text-decoration:none; */ -/* color:#FFF; */ +/* color: #DC143C; */ } .navigation-bar @@ -44,11 +48,15 @@ img border-top:1px solid #DC143C; border-bottom:1px solid #DC143C; } -.position_tree_box a, .position_tree_box a.ui-link:visited +.position_tree_box a, .position_tree_box a.ui-link:visited, .position_tree_box .ui-link { text-decoration:none; color:#DC143C; } +/*.ui-body-d .ui-link { + color:#DC143C; + font-weight: bold; +}*/ .last_tree_element { font-weight:bold; @@ -73,13 +81,13 @@ img #hardware_list { - padding:0 15px; +/* padding:0 15px; */ margin-top:20px; margin-bottom:20px; } /*jquery mobile*/ -.ui-bar-a { +.ui-header { background: #B7F18C; } |