From 79f7ca454bbd5c53ff5507be63c4c1e0e538fd5e Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Fri, 30 Sep 2016 20:32:42 -0300 Subject: [PATCH] New note button styling --- css/style.css | 16 ++++++++++++++++ templates/part.navigation.php | 4 +++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 41b9fcc..c04a74a 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,22 @@ height: 100%; } +#new-note { + width: 100%; + padding: 10px; + padding-left: 34px; + background-position: 10px center; + text-align: left; + margin: 0; +} + +#new-note-fixed { + z-index: 111; /* navigation menu is 110 ;-) */ + background-color: rgba(255, 255, 255, .75); + padding: 10px; + position: relative; +} + .quicknote { min-height: 150px; width: 250px; diff --git a/templates/part.navigation.php b/templates/part.navigation.php index 9cea4fc..e2b1fcf 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -2,7 +2,9 @@