diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-11 17:21:27 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-11 17:21:27 +0000 |
commit | edaf9574b90e742d05ab1bf33f4597b70375fcf1 (patch) | |
tree | c3a51dce3c4d1a73bf78ebaffeb518a9c8c5ecd7 /h-source/Public | |
parent | 10f51945ac703a80421f7a1d3aee36101e6485bc (diff) |
improved mobile
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/mobile.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index 6f5a84a..37a43c3 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -96,8 +96,9 @@ img } .page_list { - margin-bottom:28px; + margin-top:28px; } + .notebook_view_title { margin-bottom:28px; @@ -115,6 +116,10 @@ img top: 5px; } +.ui-content .ui-listview { + margin: 15px -15px; +} + /*.ui-icon, .ui-icon-searchfield:after { -moz-border-radius: 0px; -webkit-border-radius: 0px; |