Skip to content

Commit

Permalink
Merge pull request jasoncoon#238 from jasoncoon/jcoon/update-bootstrap
Browse files Browse the repository at this point in the history
* Updated to latest bootstrap, jquery, filesaver. 
* Switched from glyphicons to bootstrap icons.
* This will allow us to switch to "vanilla" JS & remove jquery.
* Hide the import/export accordion until the app is loaded.
* Use enableCORS, remove individual CORS headers.
* Fixed info & simple pages, which were trying to load local css & js, which does not currently work.
* Removed isotope library, used bootstrap grid instead.
* Query product for info & simple page titles.
* Removed target="_blank" from navbar links.
* Inlined a few styles to compensate for local static file problem.
* Fixed info softAPMacAddress label.
  • Loading branch information
jasoncoon authored Dec 20, 2021
2 parents 3b5b3ba + b3fef7e commit bd60e9e
Show file tree
Hide file tree
Showing 30 changed files with 334 additions and 735 deletions.
7 changes: 7 additions & 0 deletions esp8266-fastled-webserver/data/css/bootstrap-5.1.3.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions esp8266-fastled-webserver/data/css/bootstrap.min.css

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion esp8266-fastled-webserver/data/css/minicolors.min.css

This file was deleted.

24 changes: 8 additions & 16 deletions esp8266-fastled-webserver/data/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
body { padding-bottom: 70px; }

.btn-group-custom .btn {
border-right-width: 0;
}

.btn-group-custom .btn:hover {
border-right-width: 1px;
body {
padding-bottom: 80px;
}

.btn-group-custom .btn:hover + .btn {
border-left-width: 0;
.col-form-label {
text-align: right;
}

#ButtonSearch {
border-left-width: 1px;
border-right-width: 0;
margin-left: 16px;
.infoDtTemplate {
text-align: right;
}

#ButtonExport {
border-right-width: 1px;
.btn-color {
width: 40px;
}
Binary file not shown.
Binary file not shown.
Binary file removed esp8266-fastled-webserver/data/fonts/glyphicons.eot
Binary file not shown.
Loading

0 comments on commit bd60e9e

Please sign in to comment.