From 8bd8e68e11368cccb35fb2942b866e4750f2b13b Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Jul 26 2016 20:50:06 +0000 Subject: removing img-wrap from team hubs header (will be plain grey to match fedora bootstrap) --- diff --git a/hubs/static/css/style.css b/hubs/static/css/style.css index 1ffc8bb..1160e28 100644 --- a/hubs/static/css/style.css +++ b/hubs/static/css/style.css @@ -57,16 +57,18 @@ .header .dropdown.edit { top: 140px !important; } - .header h3.team { + .header h2.team { top: 170px !important; } } .header { - color: #ffffff; - background-color: #3c6eb4; + color: #373a3c; + background: #f3f3f3 none repeat scroll 0 0; width: 100%; font-family: 'Open Sans', sans-serif; + min-height: 100px; + border-bottom: 1px solid #ddd; } /*.header .dropdown.edit { @@ -76,23 +78,6 @@ z-index: 2; }*/ - .header .img-wrap { - max-height: 100px; - overflow: hidden; - position: relative; - } - - .header .img-wrap img { - width: 100%; - text-align: center; - } - - .header h3.team { - position: absolute; - top: 120px; - left: 45%; - } - .header img.avatar { width: 70px; float: left; @@ -101,7 +86,7 @@ border: 5px solid #fff; } - .header h3 { + .header h2 { font-weight: 700; } diff --git a/hubs/templates/hubs.html b/hubs/templates/hubs.html index c4e6b92..d9592ef 100644 --- a/hubs/templates/hubs.html +++ b/hubs/templates/hubs.html @@ -6,15 +6,12 @@ {% if hub.user_hub %}
-

{{ hub.name }}

+

{{ hub.name }}

{{ hub.summary }}
{% else %} -
- -
-

{{ hub.name }}

+

{{ hub.name }}

{% endif %}