2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 22:56:34 +00:00

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

Supports Desktop, iPad, iPhone - ios6 styled "?"
http://forum.fhem.de/index.php/topic,23406.msg166953.html#msg166953

git-svn-id: https://svn.fhem.de/fhem/trunk@7836 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy 2015-02-02 19:53:02 +00:00
parent bf74714b7b
commit c22c091a80
2 changed files with 13 additions and 33 deletions

View File

@ -4,33 +4,4 @@
@import url("ios6dashboard.css"); @import url("ios6dashboard.css");
@import url("ios6Common.css"); @import url("ios6Common.css");
@import url("ios6touchpadstyle.css"); @import url("ios6touchpadstyle.css");
/*For smaller Desktop-Screens*/
#content, #right {
width: 763px;
/* Firefox */
width: -moz-calc(100% - 261px);
/* WebKit */
width: -webkit-calc(100% - 261px);
/* Opera */
width: -o-calc(100% - 261px);
/* Standard */
width: calc(100% - 261px);
}
#content, #menu, #right {
/*old*/
height: 704px;
/* Firefox */
height: -moz-calc(100vh - 44px);
/* WebKit */
height: -webkit-calc(100vh - 44px);
/* Opera */
height: -o-calc(100vh - 44px);
/* Standard */
height: calc(100vh - 44px);
}
#hdr input {
width: 80%;
}

View File

@ -301,9 +301,18 @@ border: 1px solid #666666;
background-color:#4b6dab; background-color:#4b6dab;
} }
.changed a, #saveCheck {
.changed { color:#008700; } position: absolute;
#saveCheck { position: absolute; top: 14px; right: 16px; } top: 13px;
right: 7px;
padding-right: 10px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
background: #7887A4;
border-radius: 10px;
color: #F4FDFF;
}
table.room .changedicon svg { table.room .changedicon svg {