2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

Responsive iOS 6 Theme - ios6.js needs to be added in the config.

Android + Floorplan + Dashboard Fixes
http://forum.fhem.de/index.php/topic,23406.msg166953.html#msg166953

git-svn-id: https://svn.fhem.de/fhem/trunk@8714 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy 2015-06-08 04:33:35 +00:00
parent 431ebdf691
commit d85e45dde3
3 changed files with 30 additions and 2 deletions

View File

@ -4,6 +4,10 @@
/* by Sandra Ohmayer */
/* http://www.animeschatten.net */
a {
outline: 0;
}
.ui-widget-overlay {background: #000000;opacity: .7;filter: Alpha(Opacity=30);position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.ui-corner-bottom,
.ui-corner-top,

View File

@ -162,6 +162,32 @@ text-shadow: 0px -1px #000000;
padding-right: 7px;
}
#floorplans svg {
fill:#FFF;
padding:5px;
width:18px;
height:18px;
box-shadow:inset 0 1px 1px rgba(255,255,255,0.7);
background:-moz-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%);
/* FF3.6+ */
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0.2)));
/* Chrome,Safari4+ */
background:-webkit-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%);
/* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%);
/* Opera 11.10+ */
background:-ms-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%);
/* IE10+ */
background:linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%);
/* W3C */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff',endColorstr='#33ffffff',GradientType=0);
/* IE6-9 */
background-size:28px 12px;
background-repeat:no-repeat;
border-radius:5px;
border:1px solid #666;
background-color:#4b6dab;
}
#fpmenu.fp_arrange {
width:200px;

View File

@ -180,7 +180,6 @@ and (orientation : portrait) {
width:360px
}
.isAndroidTablet {
width:1080px;
}
}
@ -190,7 +189,6 @@ and (orientation : landscape) {
width:640px
}
.isAndroidTablet {
width:1920px;
}
}