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/Application/Views/Mobile/header.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'h-source/Application/Views/Mobile/header.php') diff --git a/h-source/Application/Views/Mobile/header.php b/h-source/Application/Views/Mobile/header.php index e3340b0..deb1782 100644 --- a/h-source/Application/Views/Mobile/header.php +++ b/h-source/Application/Views/Mobile/header.php @@ -56,6 +56,16 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index'; background-image: url(baseUrl;?>/Public/Img/Famfamfam/); background-position:1px 4px; } + .ui-icon-go-to-hardware + { + background-image: url(baseUrl;?>/Public/Img/Crystal/hardware.png); + background-position:1px 0px; + } + .ui-icon-go-to-home + { + background-image: url(baseUrl;?>/Public/Img/Crystal/home.png); + background-position:1px 1px; + }