www/css/style.css

changeset 71
e1c50b21b7e3
parent 67
883e897aad40
child 139
eb1ac7487710
equal deleted inserted replaced
70:4da2414eabbc 71:e1c50b21b7e3
190 background-color: #137; 190 background-color: #137;
191 border-radius: 50%; 191 border-radius: 50%;
192 box-shadow: #024 0 0px 1px 1px; 192 box-shadow: #024 0 0px 1px 1px;
193 } 193 }
194 */ 194 */
195
196
197 /*
198 * New recipe wizzard
199 */
200 #hintBase, #hintStyle {
201 float: left;
202 margin-top: 30px;
203 margin-right: 20px;
204 padding: 5px;
205 width: 600px;
206 color: yellow;
207 }
208 #section {
209 margin: 5px;
210 }
211 #baseButtonsWrapper {
212 float: right;
213 margin-top: 30px;
214 margin-right: 10px;
215 width: 160px;
216 }
217 #styleButtonsWrapper {
218 float: right;
219 margin-top: 30px;
220 margin-right: 10px;
221 width: 320px;
222 }
223 #completedButtonsWrapper {
224 float: right;
225 margin-right: 10px;
226 width: 320px;
227 margin-top: 160px;
228 }
229 .nextButton {
230 float: right;
231 margin-left: 0px;
232 }
233 .backButton {
234 float: left;
235 margin-left: 10px;
236 }
237

mercurial