diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 288b9ab..cb36b90 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -13,3 +13,24 @@ *= require_tree . *= require_self */ + +.app-menu { + height: 2.1em; +} +.app-menu a { + color: black; + float: right; + font-size: 0.9em; + padding: 0.6em; +} +.app-menu a:hover { + background-color: #009ade; + border-radius: 0.2em; + color: white; + cursor: pointer; + text-decoration: none; +} + +a:not(:hover) { + text-decoration: none; +} diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 54c0824..26fa10e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -11,6 +11,20 @@
+ + + <% if flash[:notice] %> +