Commit 01026e3b authored by nextime's avatar nextime

many gui minor fixes

parent 9f025766
...@@ -160,21 +160,23 @@ ...@@ -160,21 +160,23 @@
max-width: 100% !important; max-width: 100% !important;
width: 100%; width: 100%;
height: 100%; height: 100%;
bottom: 50px; /*bottom: 50px;*/
padding-top: 50px;
padding-bottom: 55px;
} }
.theme-dmblack { .theme-dmblack {
background-color: #000; background-color: #000;
} }
.container { .container {
padding-top: 100px; /*padding-top: 100px;*/
height:100%; height:100%;
padding-bottom: 45px; padding-bottom: 20px; /* was 45 */
} }
.insider { .insider {
margin-top: 20px; /*margin-top: 20px;
margin-bottom: 40px; margin-bottom: 40px;*/
height:100%; height:100%;
} }
...@@ -338,6 +340,7 @@ input::-webkit-input-speech-button { ...@@ -338,6 +340,7 @@ input::-webkit-input-speech-button {
.devlist-item-theme-dmblack{ .devlist-item-theme-dmblack{
background-color: rgb(24,24,24); background-color: rgb(24,24,24);
border: 0px; border: 0px;
color: #888;
} }
.devlist-row { .devlist-row {
...@@ -460,12 +463,30 @@ input::-webkit-input-speech-button { ...@@ -460,12 +463,30 @@ input::-webkit-input-speech-button {
border: 0px; border: 0px;
} }
.panel-theme-dmwhite {
border: 0px;
}
.panel-head-theme-dmblack { .panel-head-theme-dmblack {
background-color: #2a2ac0; /*background-color: #2a2ac0;*/
background-color: #494992;
border-bottom: 0px; border-bottom: 0px;
margin: 0px; margin: 0px;
margin-bottom: 10px;
border-radius: 6px;
} }
.panel-head-theme-dmwhite {
background-color: #bbb;
border-bottom: 0px;
margin: 0px;
margin-bottom: 10px;
border-radius: 6px;
}
.panel {
margin-bottom: 0px;
}
body.theme-dmblack { body.theme-dmblack {
color: #fff; color: #fff;
......
...@@ -34,7 +34,7 @@ if($panel && is_array($panel)) { ...@@ -34,7 +34,7 @@ if($panel && is_array($panel)) {
$dmheight="style=\"height:100%;\""; $dmheight="style=\"height:100%;\"";
} }
?> ?>
<div class="domotika-panel<?=$dmfull;?>" <?=$dmheight;?>> <div class="domotika-panel <?=$dmfull;?>" <?=$dmheight;?>>
<div class="home-panel" <?=$dmheight;?>> <div class="home-panel" <?=$dmheight;?>>
<div class="list-group theme-<?=$_DOMOTIKA['gui_theme']?>"> <div class="list-group theme-<?=$_DOMOTIKA['gui_theme']?>">
<? <?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment