mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-14 11:32:10 +01:00
Add repeater function #261
This commit is contained in:
parent
b458435ddf
commit
4e0d89e7db
15 changed files with 430 additions and 81 deletions
|
|
@ -46,6 +46,10 @@
|
|||
left: 0px;
|
||||
color: white;
|
||||
}
|
||||
#divLinkRepeat {
|
||||
border-radius:24px;
|
||||
}
|
||||
.edit-repeaterlist,
|
||||
.edit-roomlist,
|
||||
.edit-grouplist,
|
||||
.edit-motorlist {
|
||||
|
|
@ -61,6 +65,7 @@
|
|||
max-height:calc(100% - 77px);
|
||||
overflow:auto;
|
||||
}
|
||||
.instructions .sub-message,
|
||||
.prompt-message .sub-message {
|
||||
font-size: 17px;
|
||||
padding-left: 10px;
|
||||
|
|
@ -82,6 +87,7 @@
|
|||
.wizard[data-stepid="6"] .wizard-step:not([data-stepid="6"]) { display: none; }
|
||||
.wizard[data-stepid="7"] .wizard-step:not([data-stepid="7"]) { display: none; }
|
||||
|
||||
.somfyRepeater,
|
||||
.somfyRoom,
|
||||
.somfyGroup,
|
||||
.somfyShade {
|
||||
|
|
@ -93,6 +99,8 @@
|
|||
}
|
||||
.linked-shade > div,
|
||||
.linked-shade > span,
|
||||
.somfyRepeater > div,
|
||||
.somfyRepeater > span,
|
||||
.somfyRoom > div,
|
||||
.somfyRoom > span,
|
||||
.somfyGroup > div,
|
||||
|
|
@ -103,12 +111,16 @@
|
|||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
.repeater-name,
|
||||
.linked-shade {
|
||||
width: 100%;
|
||||
padding-bottom: 4px;
|
||||
display: inline-table;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
.repeater-name {
|
||||
text-align:left;
|
||||
}
|
||||
.linked-shade > .linkedshade-name { width: 100%; }
|
||||
.pin-digit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue