Skip to content

Commit 647f544

Browse files
committed
bump version
1 parent 23a76ec commit 647f544

File tree

16 files changed

+428
-68
lines changed

16 files changed

+428
-68
lines changed

log_viewer/locale/en/LC_MESSAGES/django.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-09-01 13:55+0700\n"
11+
"POT-Creation-Date: 2020-10-30 17:54+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

log_viewer/locale/id/LC_MESSAGES/django.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-09-01 13:55+0700\n"
11+
"POT-Creation-Date: 2020-10-30 17:54+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

log_viewer_demo/static/admin/css/changelists.css

+23-18
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
/* CHANGELISTS */
22

33
#changelist {
4-
position: relative;
5-
width: 100%;
4+
display: flex;
5+
align-items: flex-start;
6+
justify-content: space-between;
7+
}
8+
9+
#changelist .changelist-form-container {
10+
flex: 1 1 auto;
11+
min-width: 0;
612
}
713

814
#changelist table {
@@ -21,7 +27,6 @@
2127

2228
.change-list .filtered .results, .change-list .filtered .paginator,
2329
.filtered #toolbar, .filtered div.xfull {
24-
margin-right: 280px;
2530
width: auto;
2631
}
2732

@@ -30,7 +35,8 @@
3035
}
3136

3237
#changelist-form .results {
33-
overflow-x: auto;
38+
overflow-x: auto;
39+
width: 100%;
3440
}
3541

3642
#changelist .toplinks {
@@ -67,7 +73,7 @@
6773

6874
/* TOOLBAR */
6975

70-
#changelist #toolbar {
76+
#toolbar {
7177
padding: 8px 10px;
7278
margin-bottom: 15px;
7379
border-top: 1px solid #eee;
@@ -76,27 +82,28 @@
7682
color: #666;
7783
}
7884

79-
#changelist #toolbar form input {
85+
#toolbar form input {
8086
border-radius: 4px;
8187
font-size: 14px;
8288
padding: 5px;
8389
color: #333;
8490
}
8591

86-
#changelist #toolbar form #searchbar {
92+
#searchbar {
8793
height: 19px;
8894
border: 1px solid #ccc;
8995
padding: 2px 5px;
9096
margin: 0;
9197
vertical-align: top;
9298
font-size: 13px;
99+
max-width: 100%;
93100
}
94101

95-
#changelist #toolbar form #searchbar:focus {
102+
#searchbar:focus {
96103
border-color: #999;
97104
}
98105

99-
#changelist #toolbar form input[type="submit"] {
106+
#toolbar form input[type="submit"] {
100107
border: 1px solid #ccc;
101108
font-size: 13px;
102109
padding: 4px 8px;
@@ -108,27 +115,24 @@
108115
color: #333;
109116
}
110117

111-
#changelist #toolbar form input[type="submit"]:focus,
112-
#changelist #toolbar form input[type="submit"]:hover {
118+
#toolbar form input[type="submit"]:focus,
119+
#toolbar form input[type="submit"]:hover {
113120
border-color: #999;
114121
}
115122

116-
#changelist #changelist-search img {
123+
#changelist-search img {
117124
vertical-align: middle;
118125
margin-right: 4px;
119126
}
120127

121128
/* FILTER COLUMN */
122129

123130
#changelist-filter {
124-
position: absolute;
125-
top: 0;
126-
right: 0;
127-
z-index: 1000;
131+
order: 1;
128132
width: 240px;
129133
background: #f8f8f8;
130134
border-left: none;
131-
margin: 0;
135+
margin: 0 0 0 30px;
132136
}
133137

134138
#changelist-filter h2 {
@@ -227,6 +231,7 @@
227231
line-height: 22px;
228232
margin: 0;
229233
border-top: 1px solid #ddd;
234+
width: 100%;
230235
}
231236

232237
.paginator a:link, .paginator a:visited {
@@ -266,7 +271,6 @@
266271
/* ACTIONS */
267272

268273
.filtered .actions {
269-
margin-right: 280px;
270274
border-right: none;
271275
}
272276

@@ -286,6 +290,7 @@
286290
border-bottom: none;
287291
line-height: 24px;
288292
color: #999;
293+
width: 100%;
289294
}
290295

291296
#changelist .actions.selected {

log_viewer_demo/static/admin/css/forms.css

+1
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ body.popup .submit-row {
430430

431431
.inline-related.tabular fieldset.module table {
432432
width: 100%;
433+
overflow-x: scroll;
433434
}
434435

435436
.last-related fieldset {

log_viewer_demo/static/admin/css/nav_sidebar.css

+18
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,18 @@
7171

7272
#nav-sidebar .module th {
7373
width: 100%;
74+
overflow-wrap: anywhere;
7475
}
7576

7677
#nav-sidebar .module th,
7778
#nav-sidebar .module caption {
7879
padding-left: 16px;
7980
}
8081

82+
#nav-sidebar .module td {
83+
white-space: nowrap;
84+
}
85+
8186
[dir="rtl"] #nav-sidebar .module th,
8287
[dir="rtl"] #nav-sidebar .module caption {
8388
padding-left: 8px;
@@ -94,8 +99,21 @@
9499
background: #ffc;
95100
}
96101

102+
.main > #nav-sidebar + .content {
103+
max-width: calc(100% - 23px);
104+
}
105+
106+
.main.shifted > #nav-sidebar + .content {
107+
max-width: calc(100% - 299px);
108+
}
109+
97110
@media (max-width: 767px) {
98111
#nav-sidebar, #toggle-nav-sidebar {
99112
display: none;
100113
}
114+
115+
.main > #nav-sidebar + .content,
116+
.main.shifted > #nav-sidebar + .content {
117+
max-width: 100%;
118+
}
101119
}

log_viewer_demo/static/admin/css/responsive.css

+10-24
Original file line numberDiff line numberDiff line change
@@ -93,28 +93,32 @@ input[type="submit"], button {
9393

9494
/* Changelist */
9595

96-
#changelist #toolbar {
96+
#toolbar {
9797
border: none;
9898
padding: 15px;
9999
}
100100

101101
#changelist-search > div {
102102
display: flex;
103-
flex-wrap: wrap;
103+
flex-wrap: nowrap;
104104
max-width: 480px;
105105
}
106106

107107
#changelist-search label {
108108
line-height: 22px;
109109
}
110110

111-
#changelist #toolbar form #searchbar {
111+
#toolbar form #searchbar {
112112
flex: 1 0 auto;
113113
width: 0;
114114
height: 22px;
115115
margin: 0 10px 0 6px;
116116
}
117117

118+
#toolbar form input[type=submit] {
119+
flex: 0 1 auto;
120+
}
121+
118122
#changelist-search .quiet {
119123
width: 100%;
120124
margin: 5px 0 0 25px;
@@ -159,9 +163,6 @@ input[type="submit"], button {
159163
.change-list .filtered .paginator,
160164
.filtered #toolbar,
161165
.filtered .actions,
162-
.filtered div.xfull {
163-
margin-right: 230px;
164-
}
165166

166167
#changelist .paginator {
167168
border-top-color: #eee;
@@ -500,25 +501,16 @@ input[type="submit"], button {
500501
/* Changelist */
501502

502503
#changelist {
503-
display: flex;
504+
align-items: stretch;
504505
flex-direction: column;
505506
}
506507

507-
#changelist #toolbar {
508-
order: 1;
508+
#toolbar {
509509
padding: 10px;
510510
}
511511

512-
#changelist .xfull {
513-
order: 2;
514-
}
515-
516-
#changelist-form {
517-
order: 3;
518-
}
519-
520512
#changelist-filter {
521-
order: 4;
513+
margin-left: 0;
522514
}
523515

524516
#changelist .actions label {
@@ -534,11 +526,6 @@ input[type="submit"], button {
534526
flex: 1 0 100%;
535527
}
536528

537-
.change-list .filtered .results, .change-list .filtered .paginator,
538-
.filtered #toolbar, .filtered .actions, .filtered div.xfull {
539-
margin-right: 0;
540-
}
541-
542529
#changelist-filter {
543530
position: static;
544531
width: auto;
@@ -570,7 +557,6 @@ input[type="submit"], button {
570557
.aligned .form-row,
571558
.aligned .form-row > div {
572559
display: flex;
573-
flex-wrap: wrap;
574560
max-width: 100vw;
575561
}
576562

log_viewer_demo/static/admin/css/responsive_rtl.css

+8-11
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
[dir="rtl"] .change-list .filtered .paginator,
2424
[dir="rtl"] .filtered #toolbar,
2525
[dir="rtl"] .filtered div.xfull,
26-
[dir="rtl"] .filtered .actions {
27-
margin-right: 0;
28-
margin-left: 230px;
26+
[dir="rtl"] .filtered .actions,
27+
[dir="rtl"] #changelist-filter {
28+
margin-left: 0;
2929
}
3030

3131
[dir="rtl"] .inline-group ul.tools a.add,
@@ -63,14 +63,6 @@
6363
/* MOBILE */
6464

6565
@media (max-width: 767px) {
66-
[dir="rtl"] .change-list .filtered .results,
67-
[dir="rtl"] .change-list .filtered .paginator,
68-
[dir="rtl"] .filtered #toolbar,
69-
[dir="rtl"] .filtered div.xfull,
70-
[dir="rtl"] .filtered .actions {
71-
margin-left: 0;
72-
}
73-
7466
[dir="rtl"] .aligned .related-lookup,
7567
[dir="rtl"] .aligned .datetimeshortcuts {
7668
margin-left: 0;
@@ -80,4 +72,9 @@
8072
[dir="rtl"] .aligned ul {
8173
margin-right: 0;
8274
}
75+
76+
[dir="rtl"] #changelist-filter {
77+
margin-left: 0;
78+
margin-right: 0;
79+
}
8380
}

log_viewer_demo/static/admin/css/rtl.css

+2-12
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,10 @@ thead th.sorted .text {
109109
}
110110

111111
#changelist-filter {
112-
right: auto;
113-
left: 0;
114112
border-left: none;
115113
border-right: none;
116-
}
117-
118-
.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
119-
margin-right: 0;
120-
margin-left: 280px;
114+
margin-left: 0;
115+
margin-right: 30px;
121116
}
122117

123118
#changelist-filter li.selected {
@@ -129,11 +124,6 @@ thead th.sorted .text {
129124
margin-right: -15px;
130125
}
131126

132-
.filtered .actions {
133-
margin-left: 280px;
134-
margin-right: 0;
135-
}
136-
137127
#changelist table tbody td:first-child, #changelist table tbody th:first-child {
138128
border-right: none;
139129
border-left: none;

0 commit comments

Comments
 (0)