Skip to content

Commit

Permalink
correct the RGB lamp page alignment flatsiedatsie#46
Browse files Browse the repository at this point in the history
  • Loading branch information
M-M3on authored Nov 12, 2020
1 parent 596e991 commit 88254f5
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1791,10 +1791,10 @@ table.dataTable td:first-of-type{padding-left:10px;}

/* some datatable tweaks */

#lighttable_wrapper > .dataTable.no-footer#lighttable td:first-of-type thead th{width:150px!important}
#lighttable_wrapper > .dataTable.no-footer#lighttable td:first-of-type thead th{width:150px!important;}

/* devices table: keep icons horizontal*/
.table3icons{width:70px!important}
.table3icons{width:70px!important;}



Expand All @@ -1810,10 +1810,17 @@ table.dataTable td:first-of-type{padding-left:10px;}
display: none;
}

.ui-close {
/* Crop and realign "close" button in popup to avoid shifted button */
width: 29px;
height: 29px;
top: 2px;
}

#rgbw_popup td,
#setpoint_popup td{
width:auto!important;
padding:10px
padding:10px;
}

#rgbw_popup table#ledtable #popup_picker{
Expand All @@ -1827,9 +1834,14 @@ table.dataTable td:first-of-type{padding-left:10px;}
justify-content: center;*/
}

#rgbw_popup_colour .jQWCP-wWidget{
#rgbw_popup_colour .jQWCP-wWidget {
display:flex;
width:auto!important;
}

.jQWCP-wWidget {
display:flex;
width:232px!important;
height:200px!important;
}

#rgbw_popup > span{
Expand All @@ -1844,7 +1856,7 @@ table.dataTable td:first-of-type{padding-left:10px;}
position: relative;
height: auto;
min-height: 12px;
margin: 0;
margin: 8px;
padding: 0;
}

Expand Down

0 comments on commit 88254f5

Please sign in to comment.