Skip to content

Commit 772e876

Browse files
major UI & responsive fixes
1 parent 3ffb4ba commit 772e876

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+230
-258
lines changed

public/css/all.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/origin/form.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/origin/list_view.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/origin/report_view.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"/css/all.css": "/css/all.css?id=05c46976e0da361db764",
3-
"/js/all.js": "/js/all.js?id=c39350e07d18b4e7d5a9",
2+
"/css/all.css": "/css/all.css?id=299deef52b99665815d1",
3+
"/js/all.js": "/js/all.js?id=33999d5e15bc776fbe12",
44
"/js/origin/activity.js": "/js/origin/activity.js?id=280531543dae17c80e07",
55
"/js/origin/backups.js": "/js/origin/backups.js?id=60f7cb557ef68fa6d4d6",
6-
"/js/origin/list_view.js": "/js/origin/list_view.js?id=96bf10919813ef10165b",
7-
"/js/origin/form.js": "/js/origin/form.js?id=dccd6f7bac62e7866842",
6+
"/js/origin/list_view.js": "/js/origin/list_view.js?id=fdfef4433abb94367180",
7+
"/js/origin/form.js": "/js/origin/form.js?id=6a3036ca7c138c1639aa",
88
"/css/origin/report_view.css": "/css/origin/report_view.css?id=d674c574860fdde3c481",
9-
"/js/origin/report_view.js": "/js/origin/report_view.js?id=d912796f92ffa2780557"
9+
"/js/origin/report_view.js": "/js/origin/report_view.js?id=6342d14b4d8cbd3c672e"
1010
}

resources/css/adminlte.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
--breakpoint-md: 768px;
3838
--breakpoint-lg: 992px;
3939
--breakpoint-xl: 1200px;
40-
--font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
40+
--font-family-sans-serif: "Roboto", sans-serif;
4141
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
4242
}
4343

@@ -48,7 +48,7 @@
4848
}
4949

5050
html {
51-
font-family: sans-serif;
51+
font-family: 'Roboto', sans-serif;
5252
line-height: 1.15;
5353
-webkit-text-size-adjust: 100%;
5454
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -60,7 +60,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
6060

6161
body {
6262
margin: 0;
63-
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
63+
font-family: "Roboto", sans-serif;
6464
font-size: 1rem;
6565
font-weight: 400;
6666
line-height: 1.5;
@@ -6539,7 +6539,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
65396539
z-index: 1070;
65406540
display: block;
65416541
margin: 0;
6542-
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
6542+
font-family: "Roboto", sans-serif;
65436543
font-style: normal;
65446544
font-weight: 400;
65456545
line-height: 1.5;
@@ -6652,7 +6652,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
66526652
z-index: 1060;
66536653
display: block;
66546654
max-width: 276px;
6655-
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
6655+
font-family: "Roboto", sans-serif;
66566656
font-style: normal;
66576657
font-weight: 400;
66586658
line-height: 1.5;
@@ -29380,7 +29380,7 @@ html.maximized-card {
2938029380
.card-comments .username {
2938129381
color: #495057;
2938229382
display: block;
29383-
font-weight: 600;
29383+
font-weight: 500;
2938429384
}
2938529385

2938629386
.card-comments .text-muted {
@@ -29414,7 +29414,7 @@ html.maximized-card {
2941429414

2941529415
.todo-list > li .text {
2941629416
display: inline-block;
29417-
font-weight: 600;
29417+
font-weight: 500;
2941829418
margin-left: 5px;
2941929419
}
2942029420

@@ -34188,7 +34188,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
3418834188
}
3418934189

3419034190
.timeline > div > .timeline-item > .timeline-header > a {
34191-
font-weight: 600;
34191+
font-weight: 500;
3419234192
}
3419334193

3419434194
.timeline > div > .timeline-item > .timeline-body,
@@ -34238,7 +34238,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
3423834238
border-radius: 4px;
3423934239
background-color: #fff;
3424034240
display: inline-block;
34241-
font-weight: 600;
34241+
font-weight: 500;
3424234242
padding: 5px;
3424334243
}
3424434244

@@ -34303,7 +34303,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
3430334303
}
3430434304

3430534305
.products-list .product-title {
34306-
font-weight: 600;
34306+
font-weight: 500;
3430734307
}
3430834308

3430934309
.products-list .product-description {
@@ -34444,7 +34444,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
3444434444
}
3444534445

3444634446
.direct-chat-name {
34447-
font-weight: 600;
34447+
font-weight: 500;
3444834448
}
3444934449

3445034450
.direct-chat-timestamp {
@@ -34523,7 +34523,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
3452334523
}
3452434524

3452534525
.contacts-list-name {
34526-
font-weight: 600;
34526+
font-weight: 500;
3452734527
}
3452834528

3452934529
.contacts-list-status {
@@ -35313,7 +35313,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
3531335313
}
3531435314

3531535315
.lockscreen .lockscreen-name {
35316-
font-weight: 600;
35316+
font-weight: 500;
3531735317
text-align: center;
3531835318
}
3531935319

@@ -40484,7 +40484,7 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
4048440484
}
4048540485

4048640486
.mapael .mapTooltip {
40487-
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
40487+
font-family: "Roboto", sans-serif;
4048840488
font-style: normal;
4048940489
font-weight: 400;
4049040490
line-height: 1.5;
@@ -44752,7 +44752,7 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
4475244752

4475344753
.description-block > .description-header {
4475444754
font-size: 16px;
44755-
font-weight: 600;
44755+
font-weight: 500;
4475644756
margin: 0;
4475744757
padding: 0;
4475844758
}
@@ -44814,7 +44814,7 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
4481444814

4481544815
.user-block .username {
4481644816
font-size: 16px;
44817-
font-weight: 600;
44817+
font-weight: 500;
4481844818
margin-top: -1px;
4481944819
}
4482044820

@@ -45192,7 +45192,7 @@ blockquote h5,
4519245192
blockquote h6 {
4519345193
color: #007bff;
4519445194
font-size: 1.25rem;
45195-
font-weight: 600;
45195+
font-weight: 500;
4519645196
}
4519745197

4519845198
blockquote.quote-primary {

resources/css/adminlte.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.components.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.components.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.components.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.components.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.core.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
--breakpoint-md: 768px;
3939
--breakpoint-lg: 992px;
4040
--breakpoint-xl: 1200px;
41-
--font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
41+
--font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
4242
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
4343
}
4444

@@ -49,7 +49,7 @@
4949
}
5050

5151
html {
52-
font-family: sans-serif;
52+
font-family: 'Roboto', sans-serif;
5353
line-height: 1.15;
5454
-webkit-text-size-adjust: 100%;
5555
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -61,7 +61,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
6161

6262
body {
6363
margin: 0;
64-
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
64+
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
6565
font-size: 1rem;
6666
font-weight: 400;
6767
line-height: 1.5;
@@ -6540,7 +6540,7 @@ a.close.disabled {
65406540
z-index: 1070;
65416541
display: block;
65426542
margin: 0;
6543-
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
6543+
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
65446544
font-style: normal;
65456545
font-weight: 400;
65466546
line-height: 1.5;
@@ -6653,7 +6653,7 @@ a.close.disabled {
66536653
z-index: 1060;
66546654
display: block;
66556655
max-width: 276px;
6656-
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
6656+
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
66576657
font-style: normal;
66586658
font-weight: 400;
66596659
line-height: 1.5;
@@ -21890,7 +21890,7 @@ body.text-sm .control-sidebar {
2189021890

2189121891
.description-block > .description-header {
2189221892
font-size: 16px;
21893-
font-weight: 600;
21893+
font-weight: 500;
2189421894
margin: 0;
2189521895
padding: 0;
2189621896
}
@@ -21952,7 +21952,7 @@ body.text-sm .control-sidebar {
2195221952

2195321953
.user-block .username {
2195421954
font-size: 16px;
21955-
font-weight: 600;
21955+
font-weight: 500;
2195621956
margin-top: -1px;
2195721957
}
2195821958

@@ -22330,7 +22330,7 @@ blockquote h5,
2233022330
blockquote h6 {
2233122331
color: #007bff;
2233222332
font-size: 1.25rem;
22333-
font-weight: 600;
22333+
font-weight: 500;
2233422334
}
2233522335

2233622336
blockquote.quote-primary {

resources/css/alt/adminlte.core.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.core.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.extra-components.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.extra-components.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.extra-components.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.extra-components.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.pages.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.pages.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.pages.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.pages.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.plugins.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.plugins.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.plugins.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/alt/adminlte.plugins.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)