| author | ymh <ymh.work@gmail.com> |
| Wed, 03 Apr 2013 17:47:23 +0200 | |
| changeset 129 | 01c862ada33c |
| parent 127 | 906fed13c1e1 |
| child 136 | a822178766ce |
| permissions | -rw-r--r-- |
|
97
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
1 |
|
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
2 |
::-moz-selection { background: initial; color: initial; text-shadow: initial; } |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
3 |
::selection { background: initial; color: initial; text-shadow: initial; } |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
4 |
|
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
5 |
body,html { |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
6 |
height: 100%; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
7 |
} |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
8 |
|
| 81 | 9 |
body, h1, h2, table, tbody, thead, tr, td, th { |
10 |
border: none; margin: 0; padding: 0; text-align: left; font-size: 100%; |
|
11 |
} |
|
12 |
body { |
|
13 |
margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background: #F6F6F6; color: #333333; |
|
14 |
} |
|
15 |
h1 { |
|
16 |
margin-bottom: 5px; padding: 15px; border-bottom: 2px solid #ffffff; background: #333333; color: #ffffff; |
|
17 |
font-weight: bold; font-size: 30px; |
|
18 |
} |
|
19 |
h2 { |
|
20 |
margin: 12px 15px 2px; |
|
21 |
} |
|
22 |
h3 { |
|
23 |
color: #999999; font-size: 15px; font-weight: bold; |
|
24 |
font-style: italic; margin: 5px 30px; |
|
25 |
} |
|
26 |
a { |
|
27 |
text-decoration: none; color: #3030a0; |
|
28 |
} |
|
29 |
a:hover { |
|
30 |
text-decoration: underline; |
|
31 |
} |
|
32 |
table { |
|
33 |
border-collapse: collapse; margin: 5px 15px; border: 1px solid #CCCCCC; |
|
34 |
} |
|
35 |
th, td { |
|
36 |
padding: 4px 16px 4px 4px; border: 1px solid #cccccc; |
|
37 |
} |
|
38 |
thead { |
|
39 |
font-size: 16px; |
|
40 |
} |
|
41 |
tbody { |
|
42 |
font-size: 14px; |
|
43 |
} |
|
44 |
tbody tr:nth-child(even) { |
|
45 |
background: #fafafa; |
|
46 |
} |
|
47 |
tbody tr:nth-child(odd) { |
|
48 |
background: #f0f0f0; |
|
49 |
} |
|
50 |
thead tr { |
|
51 |
background: #666666; color: #f0e0e0; |
|
52 |
} |
|
53 |
tbody tr:hover { |
|
54 |
background: #ffffff; |
|
55 |
} |
|
56 |
||
| 87 | 57 |
.pagination-container { |
58 |
margin: 12px 15px 2px; |
|
59 |
font-size: 14px; |
|
60 |
} |
|
61 |
||
62 |
.pagination-container a, .pagination-container span { |
|
63 |
margin: 0 1px 0 1px; |
|
64 |
} |
|
65 |
||
|
97
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
66 |
div#container { |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
67 |
position:relative; /* needed for footer positioning*/ |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
68 |
margin:0 auto; /* center, not in IE5 */ |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
69 |
|
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
70 |
height:auto !important; /* real browsers */ |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
71 |
height:100%; /* IE6: treaded as min-height*/ |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
72 |
|
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
73 |
min-height:100%; /* real browsers */ |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
74 |
} |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
75 |
|
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
76 |
div#wrapper { |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
77 |
padding-bottom: 1em; /* bottom padding for footer */ |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
78 |
} |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
79 |
|
| 127 | 80 |
footer#footer { |
|
97
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
81 |
position:absolute; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
82 |
bottom:0; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
83 |
width:100%; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
84 |
font-size: 12px; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
85 |
} |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
86 |
|
| 127 | 87 |
footer#footer div { |
|
97
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
88 |
float:right; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
89 |
margin: 15px 10px 0 0; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
90 |
} |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
91 |
|
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
92 |
#home-link,#home-link:link,#home-link:hover,#home-link:active,#home-link:visited { |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
93 |
text-decoration: none; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
94 |
color: #ffffff; |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
95 |
} |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
96 |
|
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
97 |
|
| 87 | 98 |
#inner { |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
99 |
width: 300px; |
| 81 | 100 |
margin: 10px auto; |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
101 |
} |
| 87 | 102 |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
103 |
#button { |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
104 |
margin: 0 auto; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
105 |
border-radius: 3px; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
106 |
text-align: center; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
107 |
font: 36px verdana,arial,sans-serif; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
108 |
color: white; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
109 |
text-shadow: 0 -1px 0 rgba(0,0,0,.8); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
110 |
height: 70px; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
111 |
line-height: 70px; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
112 |
background: #555; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
113 |
background: -webkit-linear-gradient(#5F5F5F,#565656 50%,#4C4C4C 51%,#373737); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
114 |
background: -moz-linear-gradient(#5F5F5F,#565656 50%,#4C4C4C 51%,#373737); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
115 |
background: -ms-linear-gradient(#5F5F5F,#565656 50%,#4C4C4C 51%,#373737); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
116 |
background: -o-linear-gradient(#5F5F5F,#565656 50%,#4C4C4C 51%,#373737); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
117 |
box-shadow: inset 0 1px 3px rgba(0,0,0,0.9); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
118 |
} |
| 87 | 119 |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
120 |
#button:hover { |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
121 |
cursor: pointer; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
122 |
background: #666; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
123 |
background: -webkit-linear-gradient(#707070,#666666 50%,#5B5B5B 51%,#474747); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
124 |
background: -moz-linear-gradient(#707070,#666666 50%,#5B5B5B 51%,#474747); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
125 |
background: -ms-linear-gradient(#707070,#666666 50%,#5B5B5B 51%,#474747); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
126 |
background: -o-linear-gradient(#707070,#666666 50%,#5B5B5B 51%,#474747); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
127 |
} |
| 87 | 128 |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
129 |
#button:active { |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
130 |
box-shadow: inset 0 1px 12px rgba(0,0,0,0.9); |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
131 |
background: #444; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
132 |
} |
| 87 | 133 |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
134 |
#label { |
| 87 | 135 |
font: 30px verdana,arial,sans-serif bold; |
136 |
text-align: center; |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
137 |
text-shadow: 0 1px 1px #fff; |
| 87 | 138 |
height: 70px; |
139 |
line-height: 70px; |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
140 |
margin: 16px auto 0; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
141 |
} |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
142 |
form { |
| 87 | 143 |
height: 38px; |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
144 |
position: relative; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
145 |
} |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
146 |
button, input { |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
147 |
font-weight: bold; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
148 |
font-size: 15px; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
149 |
} |
| 87 | 150 |
|
| 127 | 151 |
#inner input[type="text"] { |
| 87 | 152 |
background: #fff; |
153 |
border: 1px solid #bbb; |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
154 |
border-radius: 3px; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
155 |
box-sizing: border-box; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
156 |
-moz-box-sizing: border-box; |
| 87 | 157 |
padding: 0 10px 0 10px; |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
158 |
*padding: 0; /* IE7 hack */ |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
159 |
width: 100%; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
160 |
height: 100%; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
161 |
outline: none; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
162 |
position: absolute; |
| 127 | 163 |
} |
|
97
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
87
diff
changeset
|
164 |
|
| 127 | 165 |
#inner button[type="submit"] { |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
166 |
position: absolute; |
| 87 | 167 |
right: -45px; |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
168 |
width: 45px; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
169 |
height: 38px; |
| 127 | 170 |
} |
171 |
||
172 |
#objects-content { |
|
173 |
float: left; |
|
174 |
} |
|
175 |
||
176 |
#objects-content table { |
|
177 |
width: 100%; |
|
178 |
} |
|
179 |
||
180 |
.object-tools { |
|
181 |
font-size: 11px; |
|
182 |
font-weight: bold; |
|
183 |
font-family: Arial,Helvetica,sans-serif; |
|
184 |
padding-left: 0; |
|
185 |
float: right; |
|
186 |
position: relative; |
|
187 |
margin: -2.4em -15px -2em 0; |
|
188 |
} |
|
189 |
||
190 |
.object-tools li { |
|
191 |
list-style: none; |
|
192 |
} |
|
193 |
||
194 |
.object-tools a:link, .object-tools a:visited { |
|
195 |
display: block; |
|
196 |
float: left; |
|
197 |
color: white; |
|
198 |
padding: .1em 8px .1em 8px; |
|
199 |
height: 14px; |
|
200 |
background: #666666; |
|
201 |
text-decoration: none; |
|
202 |
} |
|
203 |
||
204 |
.spaces-table-title { |
|
205 |
width: 250px; |
|
206 |
} |
|
207 |
.spaces-table-created { |
|
208 |
width: 120px; |
|
209 |
} |
|
210 |
||
211 |
.spaces-table-actions { |
|
212 |
width: 40px; |
|
213 |
} |
|
214 |
||
|
129
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
215 |
.spaces-table-actions-disabled, .spaces-table-actions-disabled:link, .spaces-table-actions-disabled:visited, .spaces-table-actions-disabled:hover, .spaces-table-actions-disabled:active, .spaces-table-actions-disabled:focus { |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
216 |
color: gray; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
217 |
text-decoration: none; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
218 |
cursor: default; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
219 |
} |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
220 |
|
| 127 | 221 |
td.spaces-table-created { |
222 |
text-align: center; |
|
223 |
} |
|
224 |
||
225 |
.form-fields label, .form-fields input, .form-fields textarea, .form-fields #binConfigDiv { |
|
226 |
display:inline-block; |
|
227 |
} |
|
228 |
||
229 |
.form-fields label { |
|
230 |
width:150px; |
|
231 |
float: left; |
|
232 |
} |
|
233 |
||
234 |
.form-fields input, .form-fields textarea { |
|
235 |
width:200px; |
|
236 |
} |
|
237 |
||
238 |
||
239 |
#space-form-container { |
|
240 |
margin: 12px 0px 0px 15px; |
|
241 |
} |
|
242 |
||
243 |
.form-fields div { |
|
244 |
margin-bottom: 12px; |
|
245 |
} |
|
246 |
||
247 |
.form-error { |
|
248 |
color: red; |
|
249 |
} |
|
250 |
||
251 |
#binConfigDiv { |
|
252 |
position: relative; |
|
253 |
width: 650px; |
|
254 |
height: 150px; |
|
255 |
} |
|
|
129
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
256 |
|
| 127 | 257 |
#binConfigDiv div { |
258 |
margin-bottom: 0; |
|
259 |
} |
|
|
129
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
260 |
|
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
261 |
#space-delete-container { |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
262 |
margin-left: 12px; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
263 |
margin-top: 1em; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
264 |
} |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
265 |
|
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
266 |
|
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
267 |
#space-delete-confirm-buttons { |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
268 |
margin-top: 1em; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
269 |
} |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
270 |
|
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
271 |
#space-delete-confirm-buttons form { |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
272 |
margin: 0; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
273 |
padding: 0; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
274 |
display: inline; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
275 |
} |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
276 |
|
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
277 |
#space-delete-confirm-buttons input[type=submit] { |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
278 |
margin-right: 12px; |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
279 |
} |