aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-01-22 17:33:41 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-01-22 17:33:41 +0000
commitb4b66007baf1304aefe1ea74a62a967fd96addcc (patch)
tree257057124b3145d19afbd75fd284528da4138dfe /h-source/Public
parent7f6e4376f546a6f9ebcee4f85a09efa914907f0e (diff)
mobile version: added device detail page and some icons
Diffstat (limited to 'h-source/Public')
-rw-r--r--h-source/Public/Css/mobile.css38
-rwxr-xr-xh-source/Public/Img/Crystal/hardware.pngbin0 -> 3478 bytes
-rwxr-xr-xh-source/Public/Img/Crystal/home.pngbin0 -> 867 bytes
3 files changed, 38 insertions, 0 deletions
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
--- /dev/null
+++ b/h-source/Public/Img/Crystal/hardware.png
Binary files 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
--- /dev/null
+++ b/h-source/Public/Img/Crystal/home.png
Binary files differ