diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 4afcdd5..e3a8d05 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1,51 +1,67 @@ /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * *= require bootstrap.min *= require_tree . *= require_self */ /* Make sure navbar does not overlay body */ body { padding-top: 70px; } .right { text-align: right; margin-right: 0px; float: right; } .graybox { max-width: 500px; margin-right: 0; margin-left: 0; background-color: #F7F7F9; margin-bottom: 30px; } .graybox form { padding-top: 30px; } #_days_back { margin: auto 10px; } tr.fatal > td { background-color: #EA7272; } tr.fatal > td { background-color: #EA7272; } + +li.logo { +} + +li.logo > a { + padding-left: 60px; + background: url('/images/logo.png') no-repeat scroll 4px 5px; + padding-top: 5px; + padding-bottom: 5px; +} + +li.logo > a > p { + font-size: 13px; + margin-bottom: 0; + color: #333333px; +} diff --git a/app/views/shared/_nav.html.erb b/app/views/shared/_nav.html.erb index 1129172..ecaf656 100644 --- a/app/views/shared/_nav.html.erb +++ b/app/views/shared/_nav.html.erb @@ -1,53 +1,58 @@ -