diff test_create/style.css @ 1841:e9c5646739c0

Bug #1588 Fixed.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 22 Feb 2016 14:06:37 +0000
parents 616c602a6a6e
children 124e6c702845
line wrap: on
line diff
--- a/test_create/style.css	Mon Feb 22 12:51:14 2016 +0000
+++ b/test_create/style.css	Mon Feb 22 14:06:37 2016 +0000
@@ -25,13 +25,20 @@
     font-size: 2em;
 }
 
-button#popup-proceed {
+button.popup-button {
     width: 60px;
     height: 27px;
     padding: 5px;
     position: absolute;
+    bottom: 10px;
+}
+
+button#popup-proceed {
     right: 10px;
-    bottom: 10px;
+}
+
+button#popup-back {
+    left: 10px;
 }
 
 div.drag-area {