Skip to content

Commit af794e1

Browse files
gordonb3gizmocuz
authored andcommitted
correct position of sun times and room selector in themes (#2450)
* correct position of sun times and room selector in themes
1 parent fa516bd commit af794e1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

www/css/legacy.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,3 +987,8 @@ div.item.statusLowBattery td#name{
987987
.selectorlevels .ui-selectmenu-button.ui-widget {
988988
font-size: 1.1em;
989989
}
990+
991+
#holder .container-fluid {
992+
margin-top: 20px;
993+
padding-bottom: 20px;
994+
}

www/styles/dark-th3me/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ li {
6666
border: none;
6767
}
6868
.bannercontent {
69-
padding-top: 60px;
69+
padding-top: 40px;
7070
padding-bottom: 12px;
7171
}
7272
/*OLD
@@ -942,4 +942,4 @@ body table#itemtablenostatus tr td:first-child + td + td + td + td + td + td {
942942
}
943943
.modal-body form {
944944
color: #000;
945-
}
945+
}

www/styles/element-dark/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ copyright {
7777
}
7878

7979
.bannercontent {
80-
padding-top: 80px !important;
80+
padding-top: 60px !important;
8181
}
8282

8383
.navbar .nav li a {

www/styles/element-light/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ font-family: Open Sans, sans-serif;
7575
}
7676

7777
.bannercontent {
78-
padding-top: 80px !important;
78+
padding-top: 60px !important;
7979
}
8080

8181
.navbar .nav li a {

0 commit comments

Comments
 (0)