From c6db14c708f7a2cc29dce7b1f97f01826e6df112 Mon Sep 17 00:00:00 2001 From: Macartur Sousa Date: Tue, 16 Jun 2015 18:04:26 -0300 Subject: [PATCH] Change header.html and header.css --- colab/proxy/noosfero/diazo.xml | 1 - colab/proxy/noosfero/static/noosfero/css/bootstrap-colab-style.css | 4 ---- colab/static/css/header.css | 12 ++++++------ colab/templates/header.html | 12 ++++++------ 4 files changed, 12 insertions(+), 17 deletions(-) diff --git a/colab/proxy/noosfero/diazo.xml b/colab/proxy/noosfero/diazo.xml index 2d07b24..bd1d770 100644 --- a/colab/proxy/noosfero/diazo.xml +++ b/colab/proxy/noosfero/diazo.xml @@ -10,7 +10,6 @@ - diff --git a/colab/proxy/noosfero/static/noosfero/css/bootstrap-colab-style.css b/colab/proxy/noosfero/static/noosfero/css/bootstrap-colab-style.css index c8cef10..18877f2 100644 --- a/colab/proxy/noosfero/static/noosfero/css/bootstrap-colab-style.css +++ b/colab/proxy/noosfero/static/noosfero/css/bootstrap-colab-style.css @@ -672,10 +672,6 @@ .colab-style .container:after { clear: both; } -.colab-style .row { - margin-right: -15px; - margin-left: -15px; -} .colab-style .row:before, .colab-style .row:after { display: table; diff --git a/colab/static/css/header.css b/colab/static/css/header.css index d72e985..1e015b5 100644 --- a/colab/static/css/header.css +++ b/colab/static/css/header.css @@ -25,16 +25,16 @@ background-color: #2c66ce; } -#portal-siteactions{ +#colab-portal-siteactions{ font-size: 10px; text-align: center; } -#portal-siteactions li{ +#colab-portal-siteactions li{ display: inline-block; } -#portal-siteactions a { +#colab-portal-siteactions a { color:#2c66ce; text-decoration: none; text-transform: uppercase; @@ -43,15 +43,15 @@ padding-left: 10px; } -#portal-siteactions #siteaction-mapadosite a{ +#colab-portal-siteactions #colab-siteaction-mapadosite a{ padding-right: 0; } -#portal-siteactions a:hover { +#colab-portal-siteactions a:hover { color: #03316f; } -#portal-siteactions span { +#colab-portal-siteactions span { border-bottom: 1px dotted #2c66ce; } diff --git a/colab/templates/header.html b/colab/templates/header.html index 01c6a16..ad446f2 100644 --- a/colab/templates/header.html +++ b/colab/templates/header.html @@ -5,9 +5,9 @@