diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-04 09:59:54 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-04 09:59:54 +0000 |
commit | aff3e1005d17d67315262822b49e89c083dad644 (patch) | |
tree | 0a2325ae0f3546595a82c46eb3735a98c2eaef84 /h-source/Public | |
parent | 5b39c3d1cd300503750162bad0af715161b1bb20 (diff) |
mobile:added hardware page
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/mobile.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index efd5750..6dfe10f 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -71,11 +71,26 @@ img width:100%; } +#hardware_list +{ + padding:0 15px; + margin-top:20px; + margin-bottom:20px; +} + /*jquery mobile*/ .ui-bar-a { background: #B7F18C; } +.ui-li-thumb { + left: 5px; + max-height: 80px; + max-width: 80px; + position: absolute; + top: 5px; +} + /*.ui-icon, .ui-icon-searchfield:after { -moz-border-radius: 0px; -webkit-border-radius: 0px; |