www/css/style.css

changeset 71
e1c50b21b7e3
parent 67
883e897aad40
child 139
eb1ac7487710
--- a/www/css/style.css	Wed Sep 26 15:28:59 2018 +0200
+++ b/www/css/style.css	Thu Sep 27 23:13:41 2018 +0200
@@ -192,3 +192,46 @@
     box-shadow: #024 0 0px 1px 1px;
 }
 */
+
+
+/*
+ * New recipe wizzard
+ */
+#hintBase, #hintStyle {
+    float: left;
+    margin-top: 30px;
+    margin-right: 20px;
+    padding: 5px;
+    width: 600px;
+    color: yellow;
+}
+#section {
+    margin: 5px;
+}
+#baseButtonsWrapper {
+    float: right;
+    margin-top: 30px;
+    margin-right: 10px;
+    width: 160px;
+}
+#styleButtonsWrapper {
+    float: right;
+    margin-top: 30px;
+    margin-right: 10px;
+    width: 320px;
+}
+#completedButtonsWrapper {
+    float: right;
+    margin-right: 10px;
+    width: 320px;
+    margin-top: 160px;
+}
+.nextButton {
+    float: right;
+    margin-left: 0px;
+}
+.backButton {
+    float: left;
+    margin-left: 10px;
+}
+

mercurial