Browse Source

Remove RTL Layout

rfm69
Niklas Wagner 6 years ago
parent
commit
6bc63f1530
4 changed files with 2795 additions and 2802 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +2794
    -2795
      code/espurna/static/index.html.gz.h
  3. +0
    -6
      code/html/custom.css
  4. +1
    -1
      code/html/index.html

BIN
code/espurna/data/index.html.gz View File


+ 2794
- 2795
code/espurna/static/index.html.gz.h
File diff suppressed because it is too large
View File


+ 0
- 6
code/html/custom.css View File

@ -220,12 +220,6 @@ span.slider {
margin-top: 7px;
}
#mireds {
direction: rtl;
}
/* -----------------------------------------------------------------------------
Loading
-------------------------------------------------------------------------- */


+ 1
- 1
code/html/index.html View File

@ -1415,7 +1415,7 @@
<div id="miredsTemplate" class="template">
<div class="pure-g">
<label class="pure-u-1 pure-u-lg-1-4">Mireds (Warm &harr; Cold)</label>
<label class="pure-u-1 pure-u-lg-1-4">Mireds (Cold &harr; Warm)</label>
<input type="range" min="153" max="500" class="slider pure-u-lg-1-4" id="mireds">
<span class="slider mireds pure-u-lg-1-4"></span>
</div>


Loading…
Cancel
Save