From db79ee8f45e4699eff63c74ab76413c57cdf43d0 Mon Sep 17 00:00:00 2001
From: Fernando Pietchaki Domingues <fpd09@c3sl.ufpr.br>
Date: Tue, 20 Aug 2013 17:28:30 -0300
Subject: [PATCH] Modificados elementos visuais.

---
 .../themes/Participatorio/lib/css/style.css   | 44 ++++++++++++-------
 1 file changed, 28 insertions(+), 16 deletions(-)

diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css
index d5710ae..5514dba 100644
--- a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css
+++ b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css
@@ -51,7 +51,6 @@ select.multiple {
 }
 
 #ds-header-wrapper {
-    background-color: #1F3F5E;
     color: white;
     min-width: 950px;
     padding-top: 30px;
@@ -64,13 +63,14 @@ select.multiple {
 
 #ds-header-logo {
     float:left;
-    width: 500px;
-    height: 185px;
-    margin-top: 10px;
+    width: 300px;
+    height: 113px;
+    margin-top: 0px;
     margin-right: 15px;
 	background: url('../../images/Logo_participatorio_2.png');
     background-repeat: no-repeat;
     background-color: transparent;
+    background-size: 100%; 
 }
 
 #ds-header-logo-text {
@@ -132,23 +132,23 @@ select.multiple {
 }
 
 #ds-user-box a{
-    color: white;
+    color: #555;
 }
 
 #ds-trail-wrapper {
-    background-color: #b6c8d9;
     margin: 0;
     padding: 0;
-    border-top: 1px solid #9cacba;
-    border-bottom: 1px solid #9cacba;
     min-width: 950px;
 }
 
 #ds-trail {
+	background-color: #EFEFEF;
     list-style: none;
     line-height: 138.5%;
     margin: 0;
     padding: 3px 0;
+    border: 2px solid white;
+    border-radius: 6px;
 }
 
 #ds-trail li {
@@ -156,6 +156,9 @@ select.multiple {
     color: #1F3F5E;
     margin-right: 5px;
 }
+#ds-trail .ds-trail-link.first-link {
+    padding-left: 10px;
+}
 
 #ds-trail a {
     color: #1F3F5E;
@@ -193,7 +196,6 @@ select.multiple {
 }
 
 #ds-footer {
-    border-top: 1px solid #9CACBA;
     padding-top: 10px;
     font-size: 93%;
     line-height: 1.6em;
@@ -243,7 +245,7 @@ select.multiple {
 #ds-footer-powered{
 	float: right;
 	clear: both;
-	width: 212px;
+	width: 222px;
 	height: 40px;
 }
 #ds-footer-powered ul {
@@ -289,8 +291,14 @@ select.multiple {
 
 #ds-body {
     float: left;
-    width: 675px;
+    width: 665px;
+    margin-top: 10px;
     padding-top: 10px;
+    padding-left: 10px;
+    background-color: #EFEFEF;
+    border: 2px solid white;
+    border-radius: 6px;
+    box-shadow: 1px 1px 6px #CCC;
 }
 
 #ds-options-wrapper {
@@ -301,24 +309,26 @@ select.multiple {
 
 #ds-options {
     padding: 0;
+    background-color: #EFEFEF;
+    border: 2px solid white;
+    border-radius: 6px;
+    box-shadow: 1px 1px 6px #CCC;
 }
 
 h1.ds-option-set-head {
     margin-top: 20px;
-    background-color: #f0f2f5;
     padding: 3px 10px;
-    border: 1px solid #d8e8eb;
-    border-bottom: none;
     font-size: 108%;
+    border-top: 1px dotted #CCCCCC;
 }
 
 #ds-search-option-head{
     margin-top: 0;
+    border-top: none;
 }
 
 div.ds-option-set {
-    border: 1px solid #d8e8eb;
-    border-top: none;
+    border-top: 0px none #CCCCCC;
 }
 
 div.ds-option-set ul {
@@ -368,6 +378,8 @@ div#ds-feed-option a
 #ds-search-form input.ds-text-field,
 #ds-search-form input.ds-button-field{
     margin-bottom: 10px;
+    border: 1px solid black;
+    border-radius: 11px;
 }
 
 p {
-- 
GitLab