| author | Alexandre Segura <mex.zktk@gmail.com> |
| Wed, 17 May 2017 17:06:07 +0200 | |
| changeset 507 | 1bae3da99830 |
| parent 506 | 4e18e1f69db9 |
| child 508 | 3d920e27a465 |
| permissions | -rw-r--r-- |
|
313
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
1 |
header { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
2 |
margin-bottom: 20px; |
| 298 | 3 |
} |
|
436
60d98f985e3b
Add email to registration form, improve forms HTML.
Alexandre Segura <mex.zktk@gmail.com>
parents:
431
diff
changeset
|
4 |
footer { |
|
60d98f985e3b
Add email to registration form, improve forms HTML.
Alexandre Segura <mex.zktk@gmail.com>
parents:
431
diff
changeset
|
5 |
margin-top: 20px; |
|
60d98f985e3b
Add email to registration form, improve forms HTML.
Alexandre Segura <mex.zktk@gmail.com>
parents:
431
diff
changeset
|
6 |
} |
|
313
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
7 |
|
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
8 |
#topnav { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
9 |
.navbar { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
10 |
margin-bottom: 0; |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
11 |
} |
| 298 | 12 |
} |
|
313
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
13 |
#topsearch { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
14 |
padding: 15px 0; |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
15 |
&, .navbar { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
16 |
background-color: #333; |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
17 |
} |
| 298 | 18 |
} |
19 |
||
|
321
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
20 |
.item-grid { |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
21 |
display: flex; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
22 |
flex-direction: row; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
23 |
flex-wrap: wrap; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
24 |
.item-grid-item { |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
25 |
padding: 0 10px 20px; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
26 |
@media (min-width: $screen-sm-min) { |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
27 |
width: 25%; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
28 |
} |
|
412
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
29 |
.main-image, .other-images { |
|
321
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
30 |
margin-bottom: 10px; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
31 |
img { |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
32 |
width: 100%; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
33 |
height: auto; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
34 |
} |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
35 |
} |
|
412
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
36 |
.other-images { |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
37 |
display: flex; |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
38 |
> * { |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
39 |
width: 50%; |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
40 |
} |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
41 |
} |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
42 |
.main-image { |
|
506
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
43 |
position: relative; |
|
321
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
44 |
a { |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
45 |
display: block; |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
46 |
} |
|
506
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
47 |
.bookmark { |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
48 |
color: #E67E22; |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
49 |
position: absolute; |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
50 |
top: 10px; |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
51 |
right: 10px; |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
52 |
&:hover, |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
53 |
&:active { |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
54 |
color: darken(#E67E22, 10%); |
|
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
55 |
} |
|
507
1bae3da99830
Display bookmarked images.
Alexandre Segura <mex.zktk@gmail.com>
parents:
506
diff
changeset
|
56 |
&.active { |
|
1bae3da99830
Display bookmarked images.
Alexandre Segura <mex.zktk@gmail.com>
parents:
506
diff
changeset
|
57 |
color: #3498DB; |
|
1bae3da99830
Display bookmarked images.
Alexandre Segura <mex.zktk@gmail.com>
parents:
506
diff
changeset
|
58 |
} |
|
506
4e18e1f69db9
Introduce bookmarks feature.
Alexandre Segura <mex.zktk@gmail.com>
parents:
476
diff
changeset
|
59 |
} |
|
321
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
60 |
} |
|
412
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
61 |
.item-image-stats { |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
62 |
display: flex; |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
63 |
justify-content: space-around; |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
64 |
padding: 0 10px; |
|
d7f556b0bd2a
Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents:
411
diff
changeset
|
65 |
} |
|
321
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
66 |
} |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
67 |
} |
|
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
68 |
|
| 298 | 69 |
.drawingModeBtn {border: 1px solid orange; cursor: pointer; height: 25px; margin-bottom: 10px} |
70 |
||
71 |
.form-drawing {border-bottom: 1px solid #C3C3C3; } |
|
72 |
||
73 |
.form-drawing-wrapper .selected {border: 1px solid orange; color: white; background-color: orange} |
|
74 |
.showPointer {cursor: pointer;} |
|
75 |
||
76 |
.zoom-action-list { |
|
77 |
padding-left:21px; |
|
78 |
} |
|
79 |
||
80 |
.zoomTarget-wrapper { |
|
81 |
padding: 0px; |
|
82 |
} |
|
83 |
||
| 411 | 84 |
#zoomTarget { |
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
85 |
border: 1px solid #C3C3C3; |
| 298 | 86 |
} |
87 |
||
88 |
.no-padding { |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
89 |
padding-left: 0; |
| 298 | 90 |
padding-right: 0; |
91 |
} |
|
92 |
||
93 |
.annotation-content{ |
|
94 |
margin-top: 15px; |
|
95 |
margin-bottom: 15px; |
|
96 |
} |
|
97 |
||
98 |
.highlight { |
|
99 |
border: 1px solid orange; |
|
100 |
} |
|
101 |
||
102 |
.revision-proposal { |
|
103 |
background-color: #ECF0F1; |
|
104 |
} |
|
105 |
||
106 |
.collection-home-btn{ |
|
107 |
margin-top: 5px; |
|
108 |
} |
|
109 |
||
110 |
.img-stats-dt{ |
|
111 |
width: 250px !important; |
|
112 |
} |
|
113 |
||
114 |
.img-stats-dd{ |
|
115 |
margin-left: 270px !important; |
|
116 |
} |
|
117 |
||
118 |
.revision-link:hover{ |
|
119 |
text-decoration: underline; |
|
120 |
} |
|
121 |
||
122 |
.item-image-thumbnail:hover{ |
|
123 |
cursor: pointer; |
|
124 |
} |
|
125 |
||
126 |
ul.annotation-comments{ |
|
127 |
background-color: #ededed; |
|
128 |
} |
|
129 |
li.list-group-item{ |
|
130 |
border: 1px solid #bbb |
|
131 |
} |
|
132 |
||
|
405
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
133 |
.comment-form { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
134 |
|
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
135 |
$color-request-for-contribution: #f5e41c; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
136 |
$color-reference: #478ee0; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
137 |
$color-agree: #b8e986; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
138 |
$color-disagree: #ff7284; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
139 |
|
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
140 |
.btn-group-wrapper { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
141 |
text-align: center; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
142 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
143 |
|
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
144 |
.form-group { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
145 |
margin-bottom: 10px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
146 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
147 |
|
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
148 |
.btn-group-metacategory { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
149 |
|
|
406
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
150 |
&.active { |
|
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
151 |
margin-bottom: 5px; |
|
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
152 |
padding-bottom: 0px; |
|
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
153 |
border-bottom: 2px solid #969696; |
|
405
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
154 |
} |
|
406
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
155 |
&.active.btn-group-request-for-contribution { |
|
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
156 |
border-bottom: 2px solid $color-request-for-contribution; |
|
405
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
157 |
} |
|
406
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
158 |
&.active.btn-group-reference { |
|
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
159 |
border-bottom: 2px solid $color-reference; |
|
405
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
160 |
} |
|
406
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
161 |
&.active.btn-group-agree { |
|
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
162 |
border-bottom: 2px solid $color-agree; |
|
405
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
163 |
} |
|
406
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
164 |
&.active.btn-group-disagree { |
|
733be8cac793
Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
405
diff
changeset
|
165 |
border-bottom: 2px solid $color-disagree; |
|
405
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
166 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
167 |
|
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
168 |
.btn { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
169 |
border: none; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
170 |
padding: 4px 8px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
171 |
margin: 0 2px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
172 |
border-radius: 0; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
173 |
border-radius: 4px !important; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
174 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
175 |
.btn:first-child { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
176 |
margin-left: 0; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
177 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
178 |
.btn:last-child { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
179 |
margin-right: 0; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
180 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
181 |
.btn:focus, |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
182 |
.btn.focus, |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
183 |
.btn:active:focus, |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
184 |
.btn:active.focus, |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
185 |
.btn.active:focus, |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
186 |
.btn.active.focus { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
187 |
outline: none; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
188 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
189 |
.btn.active { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
190 |
padding: 4px 8px 8px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
191 |
border-bottom-left-radius: 0 !important; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
192 |
border-bottom-right-radius: 0 !important; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
193 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
194 |
.btn-comment { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
195 |
background-color: #969696; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
196 |
color: #fff; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
197 |
padding-left: 20px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
198 |
padding-right: 20px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
199 |
&:hover { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
200 |
background-color: darken(#969696, 10%); |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
201 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
202 |
&.active { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
203 |
padding-left: 20px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
204 |
padding-right: 20px; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
205 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
206 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
207 |
.btn-request-for-contribution { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
208 |
background-color: $color-request-for-contribution; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
209 |
&:hover { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
210 |
background-color: darken($color-request-for-contribution, 10%); |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
211 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
212 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
213 |
.btn-reference { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
214 |
background-color: $color-reference; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
215 |
color: #fff; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
216 |
&:hover { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
217 |
background-color: darken($color-reference, 10%); |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
218 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
219 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
220 |
.btn-agree { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
221 |
background-color: $color-agree; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
222 |
&:hover { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
223 |
background-color: darken($color-agree, 10%); |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
224 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
225 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
226 |
.btn-disagree { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
227 |
background-color: $color-disagree; |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
228 |
&:hover { |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
229 |
background-color: darken($color-disagree, 10%); |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
230 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
231 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
232 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
233 |
} |
|
6b8a1ae18e91
Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents:
396
diff
changeset
|
234 |
|
| 298 | 235 |
.comment-reply-link{ |
236 |
cursor: pointer; |
|
237 |
} |
|
238 |
.comment-subtext{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
239 |
font-size:0.9em; |
| 298 | 240 |
display:inline; |
241 |
} |
|
242 |
.comment-metacategories{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
243 |
font-size:0.9em; |
| 298 | 244 |
display:inline; |
245 |
} |
|
246 |
.comment-separator{ |
|
247 |
margin-top: 10px; |
|
248 |
margin-bottom: 5px; |
|
249 |
} |
|
250 |
||
251 |
.pagination-shortcut{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
252 |
cursor: pointer; |
| 298 | 253 |
} |
254 |
||
255 |
/* BADGES */ |
|
256 |
||
257 |
.badge-error { |
|
258 |
background-color: #b94a48; |
|
259 |
} |
|
260 |
.badge-warning { |
|
261 |
background-color: #f89406; |
|
262 |
} |
|
263 |
.badge-success { |
|
264 |
background-color: #468847; |
|
265 |
} |
|
266 |
.badge-info { |
|
267 |
background-color: #3a87ad; |
|
268 |
} |
|
269 |
.badge-inverse { |
|
270 |
background-color: #333333; |
|
271 |
} |
|
272 |
||
273 |
.notif-badge{ |
|
274 |
margin-bottom: 5px; |
|
275 |
} |
|
276 |
||
277 |
/* USER PAGE */ |
|
278 |
||
279 |
.show-all-notifications{ |
|
280 |
cursor: pointer; |
|
281 |
} |
|
282 |
.annotation-panel{ |
|
283 |
min-width: 535px; |
|
284 |
} |
|
285 |
.annotation-detail{ |
|
286 |
display:inline-block; |
|
287 |
margin-right: 5px; |
|
288 |
margin-left: 5px; |
|
289 |
margin-top: 5px; |
|
290 |
white-space: normal; |
|
291 |
vertical-align: top; |
|
292 |
padding: 10px; |
|
293 |
} |
|
294 |
||
295 |
.stats-annotation-userpage{ |
|
296 |
display:inline-block; |
|
297 |
vertical-align: top; |
|
298 |
padding: 10px; |
|
299 |
} |
|
300 |
||
301 |
.image-detail{ |
|
302 |
display:inline-block; |
|
303 |
vertical-align: top; |
|
304 |
width:150px; |
|
305 |
} |
|
306 |
.large-image-detail{ |
|
307 |
display:inline-block; |
|
308 |
vertical-align: top; |
|
309 |
width:400px; |
|
310 |
} |
|
311 |
||
312 |
||
313 |
.panel .dl-horizontal dt { |
|
314 |
white-space: normal; |
|
315 |
text-align: left; |
|
316 |
} |
|
317 |
||
318 |
.no-user-annotation{ |
|
319 |
margin-left: 15px; |
|
320 |
} |
|
321 |
.dt-annotation{ |
|
322 |
margin-bottom: 10px; |
|
323 |
} |
|
324 |
.userpage-annotation-btn{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
325 |
display:inline-block; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
326 |
vertical-align: top; |
| 298 | 327 |
margin-bottom:5px; |
328 |
} |
|
329 |
||
330 |
/* GLOBAL HOME PAGE */ |
|
331 |
||
332 |
.collection-title{ |
|
333 |
margin-top:0px; |
|
334 |
} |
|
335 |
||
336 |
/* COLLECTION HOME PAGE */ |
|
337 |
||
338 |
.collection-summary{ |
|
339 |
padding-bottom: 15px; |
|
|
414
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
340 |
.tab-pane { |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
341 |
padding: 30px 0; |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
342 |
} |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
343 |
.fragment-container { |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
344 |
margin-bottom: 20px; |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
345 |
} |
| 298 | 346 |
} |
347 |
||
348 |
.collection-container{ |
|
349 |
width:100%; |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
350 |
padding-top: 15px; |
| 298 | 351 |
padding-bottom: 15px; |
352 |
} |
|
353 |
||
354 |
.tab-selector{ |
|
355 |
margin-top: 15px; |
|
356 |
} |
|
357 |
||
358 |
.image-list-wrapper{ |
|
359 |
margin-top: 15px; |
|
360 |
} |
|
361 |
||
362 |
li.image-list-li{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
363 |
margin-bottom: 5px; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
364 |
width: 370px; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
365 |
height: 430px; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
366 |
vertical-align:middle; |
| 298 | 367 |
padding:5px; |
368 |
} |
|
369 |
.image-list-image-container{ |
|
370 |
position: relative; |
|
371 |
} |
|
372 |
.object-info{ |
|
373 |
margin-bottom:10px; |
|
374 |
} |
|
375 |
.collection-home-item-btn{ |
|
376 |
margin-bottom:5px; |
|
377 |
} |
|
378 |
.collection-home-tab{ |
|
379 |
cursor: pointer; |
|
380 |
} |
|
381 |
||
382 |
||
383 |
/* DIFF STYLE */ |
|
384 |
||
385 |
.diff-viewer-wrapper {margin-top: 5px;} |
|
386 |
.diff-panel {border: 1px solid gray; width: 300px; heigth: 250px;} |
|
387 |
||
388 |
del { text-decoration: line-through; color: #b30000; background: #fadad7;} |
|
389 |
||
390 |
ins { background: #eaf2c2; color: #406619; text-decoration: none; } |
|
391 |
||
392 |
.diff-panel .close-btn { |
|
393 |
cursor: pointer; |
|
394 |
margin-right: 5px; |
|
395 |
} |
|
396 |
||
397 |
/* FOOTER STYLE */ |
|
398 |
||
399 |
footer div{ |
|
400 |
} |
|
401 |
||
402 |
||
403 |
.partners-icons{ |
|
404 |
margin-left: 20px; |
|
405 |
} |
|
406 |
.footer-link{ |
|
407 |
margin-left: 20px; |
|
408 |
} |
|
409 |
||
410 |
.footer-info{ |
|
411 |
margin-left:15px; |
|
412 |
} |
|
413 |
||
414 |
/* STATIC PAGES STYLE */ |
|
415 |
||
416 |
/* - LEGAL MENTIONS STYLE */ |
|
417 |
||
418 |
dl.legals-dl dd{ |
|
419 |
margin-left: 10px; |
|
420 |
} |
|
421 |
||
422 |
/* HOME PAGE STYLE */ |
|
423 |
||
424 |
.show-complete-link, .hide-complete-link{ |
|
425 |
cursor: pointer; |
|
426 |
} |
|
427 |
||
428 |
/* - COLLECTION HOME STYLE */ |
|
429 |
||
430 |
.description-col{ |
|
431 |
padding: 10px; |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
432 |
} |
|
321
f8ee375445e6
Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents:
313
diff
changeset
|
433 |
|
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
434 |
.annotation-navigator { |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
435 |
display: flex; |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
436 |
margin-bottom: 30px; |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
437 |
.annotation-navigator-list { |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
438 |
width: 20%; |
|
349
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
439 |
.panel { |
|
410
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
440 |
max-height: 700px; |
|
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
441 |
height: 700px; |
|
379
690df941c075
fixes scroll on right panel (and auto on left one)
duong tam kien <tk@deveha.com>
parents:
378
diff
changeset
|
442 |
overflow-y: auto; |
|
349
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
443 |
} |
|
336
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
444 |
.list-group-item { |
|
349
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
445 |
.list-group-item-heading { |
|
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
446 |
font-weight: bold; |
|
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
447 |
margin-bottom: 10px; |
|
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
448 |
} |
|
336
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
449 |
.close { |
|
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
450 |
display: none; |
|
349
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
451 |
line-height: floor(($font-size-small * $headings-line-height)); |
|
336
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
452 |
} |
|
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
453 |
&.active .close { |
|
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
454 |
display: block; |
|
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
455 |
color: #fff; |
|
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
456 |
} |
|
349
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
457 |
.list-group-item-footer { |
|
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
458 |
margin-top: 10px; |
|
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
459 |
font-size: $font-size-small; |
|
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
460 |
text-align: right; |
|
6425443f0b12
Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents:
336
diff
changeset
|
461 |
} |
|
336
157819077ee5
Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents:
324
diff
changeset
|
462 |
} |
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
463 |
} |
|
410
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
464 |
|
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
465 |
.annotation-navigator-canvas { |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
466 |
width: 60%; |
|
410
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
467 |
height: 700px; |
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
468 |
padding: 0 15px; |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
469 |
} |
|
410
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
470 |
|
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
471 |
.annotation-navigator-panel { |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
472 |
width: 20%; |
|
410
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
473 |
height: 700px; |
|
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
474 |
|
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
475 |
display: flex; |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
476 |
> div, .panel-body { |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
477 |
display: flex; |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
478 |
flex: 1; |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
479 |
} |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
480 |
.panel { |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
481 |
margin-bottom: 0; |
|
410
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
482 |
overflow-y: auto; |
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
483 |
} |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
484 |
.panel-body { |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
485 |
flex-direction: column; |
|
414
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
486 |
.comment-form { |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
487 |
padding: 10px 0; |
|
410
a6db5e626850
sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents:
406
diff
changeset
|
488 |
} |
|
323
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
489 |
} |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
490 |
} |
|
55c024fc7c60
Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents:
321
diff
changeset
|
491 |
} |
|
414
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
492 |
|
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
493 |
.annotation-navigator-metadata { |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
494 |
margin-bottom: 30px; |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
495 |
padding: 0 15px; |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
496 |
dl { |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
497 |
max-width: 60%; |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
498 |
margin: 0 auto; |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
499 |
margin-bottom: 20px; |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
500 |
} |
|
49a753808505
Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents:
412
diff
changeset
|
501 |
} |
|
431
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
502 |
|
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
503 |
.slide-down-enter-active { |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
504 |
animation: slide-down-in .6s; |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
505 |
} |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
506 |
@keyframes slide-down-in { |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
507 |
0% { |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
508 |
max-height: 0; |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
509 |
opacity: 0; |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
510 |
} |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
511 |
100% { |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
512 |
max-height: 1000px; |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
513 |
opacity: 1; |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
514 |
} |
|
39893bc3340a
Add transition when showing comment form.
Alexandre Segura <mex.zktk@gmail.com>
parents:
416
diff
changeset
|
515 |
} |
|
476
8e706eb56e6e
Fix folders HTML/CSS.
Alexandre Segura <mex.zktk@gmail.com>
parents:
436
diff
changeset
|
516 |
|
|
8e706eb56e6e
Fix folders HTML/CSS.
Alexandre Segura <mex.zktk@gmail.com>
parents:
436
diff
changeset
|
517 |
.collection-folder { |
|
8e706eb56e6e
Fix folders HTML/CSS.
Alexandre Segura <mex.zktk@gmail.com>
parents:
436
diff
changeset
|
518 |
padding-bottom: 20px; |
|
8e706eb56e6e
Fix folders HTML/CSS.
Alexandre Segura <mex.zktk@gmail.com>
parents:
436
diff
changeset
|
519 |
} |