summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-26 17:17:50 -0400
committerJules Laplace <jules@okfoc.us>2015-08-26 17:21:10 -0400
commita54c08b70c6072f6c2da48bc209a8b915c993a97 (patch)
tree6bf43fe482737aa0eaa5cae1e88689a253e66be8 /public/assets/stylesheets/app.css
parent8ce3e6347b75a653ed3b7e4e3b2be5f23c841e97 (diff)
set default start position on blueprint
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 3caa063..5ef8c18 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -2358,6 +2358,14 @@ input[type="range"]::-webkit-slider-thumb {
#blueprintNotice a {
border-bottom: 1px solid;
}
+#blueprintNotice .next {
+ display: inline-block;
+ background: black; color: white;
+ padding: 4px;
+ margin: 4px 0 0 0;
+ float: right;
+ cursor: pointer;
+}
#textEditor.settings {
width: 320px;
}