mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
Responsive iOS 6 Theme - ios6.js needs to be added in the config.
Dashboard fixes - Codemirror fix for edit files - long menuEntries fix http://forum.fhem.de/index.php/topic,23406.msg166953.html#msg166953 git-svn-id: https://svn.fhem.de/fhem/trunk@8694 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a375302b76
commit
33faf0b59f
@ -10,7 +10,7 @@ $(document).ready(function() {
|
|||||||
var paddingwidth = 60;
|
var paddingwidth = 60;
|
||||||
var mobilepaddingwidth = 20;
|
var mobilepaddingwidth = 20;
|
||||||
var logowidth = 28;
|
var logowidth = 28;
|
||||||
var switchtomobilemode = 376;
|
var switchtomobilemode = 415;
|
||||||
var hdrheight = 44;
|
var hdrheight = 44;
|
||||||
var inputpadding = 251;
|
var inputpadding = 251;
|
||||||
/*
|
/*
|
||||||
|
@ -11,6 +11,12 @@
|
|||||||
.ui-corner-right,
|
.ui-corner-right,
|
||||||
.ui-corner-all {border-radius: 5px;}
|
.ui-corner-all {border-radius: 5px;}
|
||||||
|
|
||||||
|
/* jQuery UI Fix*/
|
||||||
|
#dashboardtabs, #dashboard_tabnav, .dashboard_tab, #dashboard-dialog .ui-widget-header {
|
||||||
|
border: none !important;
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dashboard
|
/* Dashboard
|
||||||
------------------------------------------------------------------------*/
|
------------------------------------------------------------------------*/
|
||||||
.dashboardhidden { height:0px;}
|
.dashboardhidden { height:0px;}
|
||||||
@ -104,7 +110,7 @@ padding:10px 0px 0px 3px;
|
|||||||
#dashboard .ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;}
|
#dashboard .ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;}
|
||||||
#dashboard .ui-helper-clearfix:after {clear: both;}
|
#dashboard .ui-helper-clearfix:after {clear: both;}
|
||||||
#dashboard .ui-helper-clearfix {min-height: 0;}
|
#dashboard .ui-helper-clearfix {min-height: 0;}
|
||||||
#dashboard .ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 1.3;text-decoration: none;font-size: 100%;list-style: none; background: none;}
|
#dashboard .ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 2.5;text-decoration: none;font-size: 100%;list-style: none; background: none;}
|
||||||
|
|
||||||
#dashboard .ui-tabs {
|
#dashboard .ui-tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -2,6 +2,4 @@
|
|||||||
/* by Sandra Ohmayer */
|
/* by Sandra Ohmayer */
|
||||||
/* http://www.animeschatten.net */
|
/* http://www.animeschatten.net */
|
||||||
|
|
||||||
@import url("ios6dashboard.css");
|
|
||||||
@import url("ios6Common.css");
|
|
||||||
@import url("ios6touchpadstyle.css");
|
@import url("ios6touchpadstyle.css");
|
@ -1,6 +1,5 @@
|
|||||||
@import ios6Common.css;
|
@import url("ios6dashboard.css");
|
||||||
|
@import url("ios6Common.css");
|
||||||
@import ios6dashboard.css;
|
|
||||||
|
|
||||||
/* iOS 6 Theme for FHEM */
|
/* iOS 6 Theme for FHEM */
|
||||||
/* by Sandra Ohmayer */
|
/* by Sandra Ohmayer */
|
||||||
@ -250,7 +249,7 @@ textarea,select,input {
|
|||||||
border:1px solid #d4d7db;
|
border:1px solid #d4d7db;
|
||||||
border-bottom-color:#c6c8cd;
|
border-bottom-color:#c6c8cd;
|
||||||
background-color:#f7f7f7;
|
background-color:#f7f7f7;
|
||||||
padding-left:1.5em;
|
padding-left:0.5em;
|
||||||
margin:7px;
|
margin:7px;
|
||||||
outline:none;
|
outline:none;
|
||||||
-moz-box-shadow:0 1px #f7f7f7,inset 0 1px 1px #b6b8bd,inset 0 -2px 2px #fff;
|
-moz-box-shadow:0 1px #f7f7f7,inset 0 1px 1px #b6b8bd,inset 0 -2px 2px #fff;
|
||||||
@ -261,7 +260,7 @@ textarea,select,input {
|
|||||||
textarea,input[type="text"] {
|
textarea,input[type="text"] {
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
-webkit-appearance:none;
|
-webkit-appearance:none;
|
||||||
width:90%
|
/*width:90%*/
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
@ -269,7 +268,7 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
select,input[type="submit"],input[type="reset"],input[type="button"] {
|
select,input[type="submit"],input[type="reset"],input[type="button"] {
|
||||||
width:35%;
|
/*width:35%;*/
|
||||||
min-width:90px;
|
min-width:90px;
|
||||||
font:normal 14px Helvetica,Sans-serif;
|
font:normal 14px Helvetica,Sans-serif;
|
||||||
height:25px
|
height:25px
|
||||||
@ -495,6 +494,10 @@ table.room tr.sel a svg {
|
|||||||
width:100%!important
|
width:100%!important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content > form > .CodeMirror {
|
||||||
|
height: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
#menuScrollArea {
|
#menuScrollArea {
|
||||||
float:left
|
float:left
|
||||||
}
|
}
|
||||||
@ -578,6 +581,10 @@ table.block td {
|
|||||||
vertical-align:middle
|
vertical-align:middle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dval {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
table.block td {
|
table.block td {
|
||||||
border-top:1px solid #fdfdfd;
|
border-top:1px solid #fdfdfd;
|
||||||
border-bottom:1px solid #cbcbcb
|
border-bottom:1px solid #cbcbcb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user