Skip to content

Commit bd60e9e

Browse files
authored
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.
2 parents 3b5b3ba + b3fef7e commit bd60e9e

30 files changed

+334
-735
lines changed

esp8266-fastled-webserver/data/css/bootstrap-5.1.3.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esp8266-fastled-webserver/data/css/bootstrap-icons-1.7.2.min.css

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esp8266-fastled-webserver/data/css/bootstrap.min.css

-6
This file was deleted.

esp8266-fastled-webserver/data/css/minicolors-2.3.6.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esp8266-fastled-webserver/data/css/minicolors.min.css

-1
This file was deleted.
+8-16
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
body { padding-bottom: 70px; }
2-
3-
.btn-group-custom .btn {
4-
border-right-width: 0;
5-
}
6-
7-
.btn-group-custom .btn:hover {
8-
border-right-width: 1px;
1+
body {
2+
padding-bottom: 80px;
93
}
104

11-
.btn-group-custom .btn:hover + .btn {
12-
border-left-width: 0;
5+
.col-form-label {
6+
text-align: right;
137
}
148

15-
#ButtonSearch {
16-
border-left-width: 1px;
17-
border-right-width: 0;
18-
margin-left: 16px;
9+
.infoDtTemplate {
10+
text-align: right;
1911
}
2012

21-
#ButtonExport {
22-
border-right-width: 1px;
13+
.btn-color {
14+
width: 40px;
2315
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)