forked from jasoncoon/esp8266-fastled-webserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jasoncoon#238 from jasoncoon/jcoon/update-bootstrap
* 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
Showing
30 changed files
with
334 additions
and
735 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
esp8266-fastled-webserver/data/css/bootstrap-icons-1.7.2.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.