From b4b66007baf1304aefe1ea74a62a967fd96addcc Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 22 Jan 2012 17:33:41 +0000 Subject: mobile version: added device detail page and some icons --- h-source/Public/Css/mobile.css | 38 +++++++++++++++++++++++++++++++ h-source/Public/Img/Crystal/hardware.png | Bin 0 -> 3478 bytes h-source/Public/Img/Crystal/home.png | Bin 0 -> 867 bytes 3 files changed, 38 insertions(+) create mode 100755 h-source/Public/Img/Crystal/hardware.png create mode 100755 h-source/Public/Img/Crystal/home.png (limited to 'h-source/Public') diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index 9ca6693..2550056 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -120,7 +120,45 @@ img margin: 15px -15px; } +#language-dialog .ui-header .ui-title +{ + display: block; + font-size: 16px; + margin: 0.7em 0; + margin-left:30px; + margin-top:0.8em; + text-align: left; +} +.main_content_element +{ + padding:5px 0; + border-top:1px dashed #000; +} + +.track_alert +{ + border:10px solid red; + padding:5px; +} + +.device_description +{ + background-color:#E6E6FA; + padding:5px; +} + +.ui-li-desc { white-space: normal; } +.ui-li-heading { white-space: normal; } + +.devices_list .ui-li-desc +{ +/* border-bottom:1px dashed #A9A9A9; */ +} + +.ui-listview .ui-li-icon { + top: 1.3em; +} /*.ui-icon, .ui-icon-searchfield:after { -moz-border-radius: 0px; diff --git a/h-source/Public/Img/Crystal/hardware.png b/h-source/Public/Img/Crystal/hardware.png new file mode 100755 index 0000000..7e90419 Binary files /dev/null and b/h-source/Public/Img/Crystal/hardware.png differ diff --git a/h-source/Public/Img/Crystal/home.png b/h-source/Public/Img/Crystal/home.png new file mode 100755 index 0000000..816a0c3 Binary files /dev/null and b/h-source/Public/Img/Crystal/home.png differ -- cgit v1.2.3