From 1129e0f12f054615907d3810ef96e2035fd9bf4f Mon Sep 17 00:00:00 2001
From: Luc Donnet
Date: Wed, 22 Oct 2014 10:35:18 +0200
Subject: Change chouette logo for an amazing owl
---
app/assets/images/logo_chouette.png | Bin 5631 -> 2539 bytes
app/assets/stylesheets/main/layout.css.scss | 13 ++++++++++---
app/views/shared/_header.erb | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
(limited to 'app')
diff --git a/app/assets/images/logo_chouette.png b/app/assets/images/logo_chouette.png
index f5064d3cd..2b2040113 100644
Binary files a/app/assets/images/logo_chouette.png and b/app/assets/images/logo_chouette.png differ
diff --git a/app/assets/stylesheets/main/layout.css.scss b/app/assets/stylesheets/main/layout.css.scss
index f55a7c90f..90da0cc6d 100644
--- a/app/assets/stylesheets/main/layout.css.scss
+++ b/app/assets/stylesheets/main/layout.css.scss
@@ -27,13 +27,20 @@ ol.breadcrumb{
img {
height: 40px;
}
+
+ .brand_name{
+ margin-left: 3px;
+ margin-right: 3px;
+ font-size: 20px;
+ font-family: monospace;
+ font-weight: bold;
+ }
.version
- {
- margin-left: 3px;
+ {
vertical-align: text-top;
color: white;
- font-size: 13px;
+ font-size: 12px;
}
}
diff --git a/app/views/shared/_header.erb b/app/views/shared/_header.erb
index 81d75d1ae..0c3cf3bc6 100644
--- a/app/views/shared/_header.erb
+++ b/app/views/shared/_header.erb
@@ -10,7 +10,7 @@
<%= APP_VERSION %>
<%= link_to referentials_path, :class =>"navbar-brand" do %>
- <%= image_tag("logo_chouette.png") %> <%= APP_VERSION %>
+ <%= image_tag("logo_chouette.png") %>CHOUETTE<%= APP_VERSION %>
<% end %>
--
cgit v1.2.3