| author | ymh <ymh.work@gmail.com> |
| Tue, 17 Mar 2015 18:55:22 +0100 | |
| changeset 404 | 40cff6e6b665 |
| parent 401 | e02e58fc07cf |
| child 405 | 269c65c9db79 |
| permissions | -rw-r--r-- |
|
342
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
/*! |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
* _____ _ |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
* | __ \ | | |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
* | |__) |___ _ __ | | ____ _ _ __ |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
* | _ // _ \ '_ \| |/ / _` | '_ \ |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
* | | \ \ __/ | | | < (_| | | | | |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
* |_| \_\___|_| |_|_|\_\__,_|_| |_| |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
* |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
* Copyright 2012-2013 Institut de recherche et d'innovation |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
* contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
* |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
* contact@iri.centrepompidou.fr |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
* http://www.iri.centrepompidou.fr |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
* |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
* This software is a computer program whose purpose is to show and add annotations on a video . |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
* This software is governed by the CeCILL-C license under French law and |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
* abiding by the rules of distribution of free software. You can use, |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
* modify and/ or redistribute the software under the terms of the CeCILL-C |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
19 |
* license as circulated by CEA, CNRS and INRIA at the following URL |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
* "http://www.cecill.info". |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
* |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
* The fact that you are presently reading this means that you have had |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
* knowledge of the CeCILL-C license and that you accept its terms. |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
*/ |
| 404 | 25 |
/*! renkan - v0.8.4 - Copyright © IRI 2015 */ |
|
342
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
26 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
27 |
html { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
28 |
overflow: visible !important; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
29 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
30 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
31 |
body { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
32 |
font-family: Arial, Helvetica, sans-serif; background: #F6F6F6; color: #333333; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
33 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
34 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
35 |
.clearer { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
36 |
display: block; clear: both; height: 1px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
37 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
38 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
39 |
h1 { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
40 |
margin-bottom: 5px; padding: 0 15px; background: #333333; color: #ffffff; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
41 |
font-weight: bold; font-size: 30px; line-height: 60px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
42 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
43 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
44 |
.right { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
45 |
width: 301px; position: absolute; top: 10px; right: 10px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
46 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
47 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
48 |
.main { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
49 |
margin: 10px 330px 10px 20px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
50 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
51 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
52 |
.blue-button { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
53 |
display: inline-block; padding: 4px 6px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
54 |
color: #ffffff; text-decoration: none; border-radius: 4px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
55 |
background: -moz-linear-gradient(top, #6080c0, #2040a0); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
56 |
background: -webkit-linear-gradient(top, #6080c0, #2040a0); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
57 |
box-shadow: 1px 1px 2px #808080; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
58 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
59 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
60 |
.blue-button:hover { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
61 |
background: -moz-linear-gradient(top, #2040a0, #6080c0); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
62 |
background: -webkit-linear-gradient(top, #2040a0, #6080c0); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
63 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
64 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
65 |
.update-preview { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
66 |
text-align: center; display: block; margin-bottom: 10px; font-size: 24px; font-weight: bold; line-height: 34px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
67 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
68 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
69 |
#preview { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
70 |
position: relative; border-left: 1px solid #000000; border-bottom: 1px solid #000000; width: 300px; height: 800px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
71 |
border-radius: 4px; overflow: hidden; margin-bottom: 10px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
72 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
73 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
74 |
.section-title { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
75 |
font-size: 20px; font-weight: bold; margin: 20px 0 5px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
76 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
77 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
78 |
.first-level-list { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
79 |
margin: 5px 0; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
80 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
81 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
82 |
.add-item { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
83 |
margin: 5px 0; font-size: 22px; font-weight: bold; line-height: 18px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
84 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
85 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
86 |
.add-item:hover:after { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
87 |
float: right; font-size: 14px; font-weight: normal; line-height: 18px; margin-left: 4px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
88 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
89 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
90 |
.add-search-engine:hover:after { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
91 |
content: "Add Search Engine"; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
92 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
93 |
.add-resource:hover:after { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
94 |
content: "Add Resource"; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
95 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
96 |
.add-bin:hover:after { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
97 |
content: "Add Bin"; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
98 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
99 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
100 |
.item { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
101 |
padding: 5px; margin: 5px 0; border-radius: 4px; font-size: 12px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
102 |
background: -moz-linear-gradient(top, #ffcc8f, #fff0d0); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
103 |
background: -webkit-linear-gradient(top, #ffcc8f, #fff0d0); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
104 |
box-shadow: 1px 1px 2px #808080; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
105 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
106 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
107 |
.remove-item { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
108 |
float: right; font-size: 22px; line-height: 18px; height: 18px; margin: 0 0 2px -10px; font-weight: bold; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
109 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
110 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
111 |
.setting { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
112 |
float: left; width: 260px; margin: 2px 15px 2px 2px; line-height: 24px; min-height: 24px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
113 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
114 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
115 |
.setting label { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
116 |
float: left; display: block; width: 100px; font-weight: bold; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
117 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
118 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
119 |
.display-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
120 |
float: left; display: block; width: 160px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
121 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
122 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
123 |
.edit-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
124 |
width: 160px; display: none; border: 1px solid #cccccc; border-radius: 3px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
125 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
126 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
127 |
input.edit-value, textarea.edit-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
128 |
width: 154px; padding: 2px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
129 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
130 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
131 |
textarea.edit-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
132 |
resize: vertical; height: 72px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
133 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
134 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
135 |
.item-editing .display-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
136 |
display: none; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
137 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
138 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
139 |
.item-editing .edit-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
140 |
display: inline-block; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
141 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
142 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
143 |
.resource-list-title { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
144 |
clear: both; width: 100%; font-size: 16px; font-weight: bold; margin: 5px 0 0; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
145 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
146 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
147 |
.resource { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
148 |
display: block; clear: both; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
149 |
padding: 5px; margin: 5px; border-radius: 4px; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
150 |
background: -moz-linear-gradient(top, #ff8f00, #ffcc8f); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
151 |
background: -webkit-linear-gradient(top, #ff8f00, #ffcc8f); |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
152 |
box-shadow: 1px 1px 2px #808080; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
153 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
154 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
155 |
.resource .display-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
156 |
display: inline-block; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
157 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
158 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
159 |
.resource .edit-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
160 |
display: none; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
161 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
162 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
163 |
.resource.resource-editing .display-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
164 |
display: none; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
165 |
} |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
166 |
|
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
167 |
.resource.resource-editing .edit-value { |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
168 |
display: inline-block; |
|
2306317213a1
publish a new version of renkan in django server part and add a grunt target to do it
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
169 |
} |