Skip to content

Commit 1b258ea

Browse files
committed
jyu app
1 parent e7ff7ab commit 1b258ea

File tree

96 files changed

+25716
-0
lines changed

Some content is hidden

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

96 files changed

+25716
-0
lines changed

jyu/collected_static/admin/css/base.css

Lines changed: 978 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 344 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,344 @@
1+
/* CHANGELISTS */
2+
3+
#changelist {
4+
position: relative;
5+
width: 100%;
6+
}
7+
8+
#changelist table {
9+
width: 100%;
10+
}
11+
12+
.change-list .hiddenfields { display:none; }
13+
14+
.change-list .filtered table {
15+
border-right: none;
16+
}
17+
18+
.change-list .filtered {
19+
min-height: 400px;
20+
}
21+
22+
.change-list .filtered .results, .change-list .filtered .paginator,
23+
.filtered #toolbar, .filtered div.xfull {
24+
margin-right: 280px;
25+
width: auto;
26+
}
27+
28+
.change-list .filtered table tbody th {
29+
padding-right: 1em;
30+
}
31+
32+
#changelist-form .results {
33+
overflow-x: auto;
34+
}
35+
36+
#changelist .toplinks {
37+
border-bottom: 1px solid #ddd;
38+
}
39+
40+
#changelist .paginator {
41+
color: #666;
42+
border-bottom: 1px solid #eee;
43+
background: #fff;
44+
overflow: hidden;
45+
}
46+
47+
/* CHANGELIST TABLES */
48+
49+
#changelist table thead th {
50+
padding: 0;
51+
white-space: nowrap;
52+
vertical-align: middle;
53+
}
54+
55+
#changelist table thead th.action-checkbox-column {
56+
width: 1.5em;
57+
text-align: center;
58+
}
59+
60+
#changelist table tbody td.action-checkbox {
61+
text-align: center;
62+
}
63+
64+
#changelist table tfoot {
65+
color: #666;
66+
}
67+
68+
/* TOOLBAR */
69+
70+
#changelist #toolbar {
71+
padding: 8px 10px;
72+
margin-bottom: 15px;
73+
border-top: 1px solid #eee;
74+
border-bottom: 1px solid #eee;
75+
background: #f8f8f8;
76+
color: #666;
77+
}
78+
79+
#changelist #toolbar form input {
80+
border-radius: 4px;
81+
font-size: 14px;
82+
padding: 5px;
83+
color: #333;
84+
}
85+
86+
#changelist #toolbar form #searchbar {
87+
height: 19px;
88+
border: 1px solid #ccc;
89+
padding: 2px 5px;
90+
margin: 0;
91+
vertical-align: top;
92+
font-size: 13px;
93+
}
94+
95+
#changelist #toolbar form #searchbar:focus {
96+
border-color: #999;
97+
}
98+
99+
#changelist #toolbar form input[type="submit"] {
100+
border: 1px solid #ccc;
101+
padding: 2px 10px;
102+
margin: 0;
103+
vertical-align: middle;
104+
background: #fff;
105+
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
106+
cursor: pointer;
107+
color: #333;
108+
}
109+
110+
#changelist #toolbar form input[type="submit"]:focus,
111+
#changelist #toolbar form input[type="submit"]:hover {
112+
border-color: #999;
113+
}
114+
115+
#changelist #changelist-search img {
116+
vertical-align: middle;
117+
margin-right: 4px;
118+
}
119+
120+
/* FILTER COLUMN */
121+
122+
#changelist-filter {
123+
position: absolute;
124+
top: 0;
125+
right: 0;
126+
z-index: 1000;
127+
width: 240px;
128+
background: #f8f8f8;
129+
border-left: none;
130+
margin: 0;
131+
}
132+
133+
#changelist-filter h2 {
134+
font-size: 14px;
135+
text-transform: uppercase;
136+
letter-spacing: 0.5px;
137+
padding: 5px 15px;
138+
margin-bottom: 12px;
139+
border-bottom: none;
140+
}
141+
142+
#changelist-filter h3 {
143+
font-weight: 400;
144+
font-size: 14px;
145+
padding: 0 15px;
146+
margin-bottom: 10px;
147+
}
148+
149+
#changelist-filter ul {
150+
margin: 5px 0;
151+
padding: 0 15px 15px;
152+
border-bottom: 1px solid #eaeaea;
153+
}
154+
155+
#changelist-filter ul:last-child {
156+
border-bottom: none;
157+
padding-bottom: none;
158+
}
159+
160+
#changelist-filter li {
161+
list-style-type: none;
162+
margin-left: 0;
163+
padding-left: 0;
164+
}
165+
166+
#changelist-filter a {
167+
display: block;
168+
color: #999;
169+
text-overflow: ellipsis;
170+
overflow-x: hidden;
171+
}
172+
173+
#changelist-filter li.selected {
174+
border-left: 5px solid #eaeaea;
175+
padding-left: 10px;
176+
margin-left: -15px;
177+
}
178+
179+
#changelist-filter li.selected a {
180+
color: #5b80b2;
181+
}
182+
183+
#changelist-filter a:focus, #changelist-filter a:hover,
184+
#changelist-filter li.selected a:focus,
185+
#changelist-filter li.selected a:hover {
186+
color: #036;
187+
}
188+
189+
/* DATE DRILLDOWN */
190+
191+
.change-list ul.toplinks {
192+
display: block;
193+
float: left;
194+
padding: 0;
195+
margin: 0;
196+
width: 100%;
197+
}
198+
199+
.change-list ul.toplinks li {
200+
padding: 3px 6px;
201+
font-weight: bold;
202+
list-style-type: none;
203+
display: inline-block;
204+
}
205+
206+
.change-list ul.toplinks .date-back a {
207+
color: #999;
208+
}
209+
210+
.change-list ul.toplinks .date-back a:focus,
211+
.change-list ul.toplinks .date-back a:hover {
212+
color: #036;
213+
}
214+
215+
/* PAGINATOR */
216+
217+
.paginator {
218+
font-size: 13px;
219+
padding-top: 10px;
220+
padding-bottom: 10px;
221+
line-height: 22px;
222+
margin: 0;
223+
border-top: 1px solid #ddd;
224+
}
225+
226+
.paginator a:link, .paginator a:visited {
227+
padding: 2px 6px;
228+
background: #79aec8;
229+
text-decoration: none;
230+
color: #fff;
231+
}
232+
233+
.paginator a.showall {
234+
padding: 0;
235+
border: none;
236+
background: none;
237+
color: #5b80b2;
238+
}
239+
240+
.paginator a.showall:focus, .paginator a.showall:hover {
241+
background: none;
242+
color: #036;
243+
}
244+
245+
.paginator .end {
246+
margin-right: 6px;
247+
}
248+
249+
.paginator .this-page {
250+
padding: 2px 6px;
251+
font-weight: bold;
252+
font-size: 13px;
253+
vertical-align: top;
254+
}
255+
256+
.paginator a:focus, .paginator a:hover {
257+
color: white;
258+
background: #036;
259+
}
260+
261+
/* ACTIONS */
262+
263+
.filtered .actions {
264+
margin-right: 280px;
265+
border-right: none;
266+
}
267+
268+
#changelist table input {
269+
margin: 0;
270+
vertical-align: baseline;
271+
}
272+
273+
#changelist table tbody tr.selected {
274+
background-color: #FFFFCC;
275+
}
276+
277+
#changelist .actions {
278+
padding: 10px;
279+
background: #fff;
280+
border-top: none;
281+
border-bottom: none;
282+
line-height: 24px;
283+
color: #999;
284+
}
285+
286+
#changelist .actions.selected {
287+
background: #fffccf;
288+
border-top: 1px solid #fffee8;
289+
border-bottom: 1px solid #edecd6;
290+
}
291+
292+
#changelist .actions span.all,
293+
#changelist .actions span.action-counter,
294+
#changelist .actions span.clear,
295+
#changelist .actions span.question {
296+
font-size: 13px;
297+
margin: 0 0.5em;
298+
display: none;
299+
}
300+
301+
#changelist .actions:last-child {
302+
border-bottom: none;
303+
}
304+
305+
#changelist .actions select {
306+
vertical-align: top;
307+
height: 24px;
308+
background: none;
309+
color: #000;
310+
border: 1px solid #ccc;
311+
border-radius: 4px;
312+
font-size: 14px;
313+
padding: 0 0 0 4px;
314+
margin: 0;
315+
margin-left: 10px;
316+
}
317+
318+
#changelist .actions select:focus {
319+
border-color: #999;
320+
}
321+
322+
#changelist .actions label {
323+
display: inline-block;
324+
vertical-align: middle;
325+
font-size: 13px;
326+
}
327+
328+
#changelist .actions .button {
329+
font-size: 13px;
330+
border: 1px solid #ccc;
331+
border-radius: 4px;
332+
background: #fff;
333+
box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
334+
cursor: pointer;
335+
height: 24px;
336+
line-height: 1;
337+
padding: 4px 8px;
338+
margin: 0;
339+
color: #333;
340+
}
341+
342+
#changelist .actions .button:focus, #changelist .actions .button:hover {
343+
border-color: #999;
344+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* DASHBOARD */
2+
3+
.dashboard .module table th {
4+
width: 100%;
5+
}
6+
7+
.dashboard .module table td {
8+
white-space: nowrap;
9+
}
10+
11+
.dashboard .module table td a {
12+
display: block;
13+
padding-right: .6em;
14+
}
15+
16+
/* RECENT ACTIONS MODULE */
17+
18+
.module ul.actionlist {
19+
margin-left: 0;
20+
}
21+
22+
ul.actionlist li {
23+
list-style-type: none;
24+
overflow: hidden;
25+
text-overflow: ellipsis;
26+
-o-text-overflow: ellipsis;
27+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@font-face {
2+
font-family: 'Roboto';
3+
src: url('../fonts/Roboto-Bold-webfont.woff');
4+
font-weight: 700;
5+
font-style: normal;
6+
}
7+
8+
@font-face {
9+
font-family: 'Roboto';
10+
src: url('../fonts/Roboto-Regular-webfont.woff');
11+
font-weight: 400;
12+
font-style: normal;
13+
}
14+
15+
@font-face {
16+
font-family: 'Roboto';
17+
src: url('../fonts/Roboto-Light-webfont.woff');
18+
font-weight: 300;
19+
font-style: normal;
20+
}

0 commit comments

Comments
 (0)