Browse Source

Fix button height

rfm69
Xose Pérez 6 years ago
parent
commit
1ac653b5e7
3 changed files with 2756 additions and 2756 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +2755
    -2755
      code/espurna/static/index.html.gz.h
  3. +1
    -1
      code/html/custom.css

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


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


+ 1
- 1
code/html/custom.css View File

@ -151,7 +151,7 @@ div.state {
text-transform: uppercase; text-transform: uppercase;
font-family: 'FreeSans','Arimo','Droid Sans','Helvetica','Arial','sans-serif'; font-family: 'FreeSans','Arimo','Droid Sans','Helvetica','Arial','sans-serif';
font-size: .7em; font-size: .7em;
height: 35px;
height: 37px;
padding: 8px 8px; padding: 8px 8px;
} }


Loading…
Cancel
Save