Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
domotikad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
domotika
domotikad
Commits
01026e3b
Commit
01026e3b
authored
11 years ago
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
many gui minor fixes
parent
9f025766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
7 deletions
+28
-7
style.css
Web/htdocs/gui/css/style.css
+27
-6
standard.php
Web/htdocs/gui/panels/content/standard.php
+1
-1
No files found.
Web/htdocs/gui/css/style.css
View file @
01026e3b
...
...
@@ -160,21 +160,23 @@
max-width
:
100%
!important
;
width
:
100%
;
height
:
100%
;
bottom
:
50px
;
/*bottom: 50px;*/
padding-top
:
50px
;
padding-bottom
:
55px
;
}
.theme-dmblack
{
background-color
:
#000
;
}
.container
{
padding-top
:
100px
;
/*padding-top: 100px;*/
height
:
100%
;
padding-bottom
:
45px
;
padding-bottom
:
20px
;
/* was 45 */
}
.insider
{
margin-top
:
20px
;
margin-bottom
:
40px
;
/*
margin-top: 20px;
margin-bottom: 40px;
*/
height
:
100%
;
}
...
...
@@ -338,6 +340,7 @@ input::-webkit-input-speech-button {
.devlist-item-theme-dmblack
{
background-color
:
rgb
(
24
,
24
,
24
);
border
:
0px
;
color
:
#888
;
}
.devlist-row
{
...
...
@@ -460,12 +463,30 @@ input::-webkit-input-speech-button {
border
:
0px
;
}
.panel-theme-dmwhite
{
border
:
0px
;
}
.panel-head-theme-dmblack
{
background-color
:
#2a2ac0
;
/*background-color: #2a2ac0;*/
background-color
:
#494992
;
border-bottom
:
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
{
color
:
#fff
;
...
...
This diff is collapsed.
Click to expand it.
Web/htdocs/gui/panels/content/standard.php
View file @
01026e3b
...
...
@@ -34,7 +34,7 @@ if($panel && is_array($panel)) {
$dmheight
=
"style=
\"
height:100%;
\"
"
;
}
?>
<div
class=
"domotika-panel
<?=
$dmfull
;
?>
"
<?=
$dmheight
;
?>
>
<div
class=
"domotika-panel
<?=
$dmfull
;
?>
"
<?=
$dmheight
;
?>
>
<div
class=
"home-panel"
<?=
$dmheight
;
?>
>
<div
class=
"list-group theme-
<?=
$_DOMOTIKA
[
'gui_theme'
]
?>
"
>
<?
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment