From 384167b6122e44971aac7f98a0131f8cad1ef47f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 24 Jan 2015 09:45:54 -0500 Subject: main view: Create "New" button Non-functional. To be used to create a new note. --- app/assets/stylesheets/layouts/_global.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/layouts/_global.scss b/app/assets/stylesheets/layouts/_global.scss index 5113083..02dbe0c 100644 --- a/app/assets/stylesheets/layouts/_global.scss +++ b/app/assets/stylesheets/layouts/_global.scss @@ -17,6 +17,10 @@ body { margin-top: 70px; } +.margin-left-8 { + margin-left: 8px; +} + .padding-13 { padding: 13px; @@ -48,10 +52,10 @@ body { height: 30px; padding: 20px; - .right-button { + .right-section { position: absolute; right: 40px; - top: -33px; + top: -22px; } } -- cgit v1.2.3