From 2fee8068c26773b3ff8ca1b822a5a363c6b639af Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 8 Jan 2012 12:22:41 +0000 Subject: improved mobile --- h-source/Public/Css/mobile.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'h-source/Public') 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; } -- cgit v1.2.3