aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/layouts
diff options
context:
space:
mode:
authorTeddy Wing2015-01-24 09:45:54 -0500
committerTeddy Wing2015-01-24 09:45:54 -0500
commit384167b6122e44971aac7f98a0131f8cad1ef47f (patch)
tree9362399d80e6650114e31b4bbaedb382016f17bf /app/assets/stylesheets/layouts
parentc764e3b3964e137038b964c44b0b736828478868 (diff)
downloadNotes-angular-demo-384167b6122e44971aac7f98a0131f8cad1ef47f.tar.bz2
main view: Create "New" button
Non-functional. To be used to create a new note.
Diffstat (limited to 'app/assets/stylesheets/layouts')
-rw-r--r--app/assets/stylesheets/layouts/_global.scss8
1 files changed, 6 insertions, 2 deletions
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;
}
}