diff --git a/gov-style.css b/gov-style.css
index 12e79bf..b232b35 100644
--- a/gov-style.css
+++ b/gov-style.css
@@ -319,6 +319,7 @@ div.width-5 {
text-decoration: none;
padding: 4px 0 4px 10px;
text-transform: uppercase;
+ font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#portal-siteactions a:hover {
@@ -328,7 +329,7 @@ div.width-5 {
#social-icons {
float: right;
clear: right;
- margin: 10px 0;
+ margin: 12px 0px 0px 0px;
}
#social-icons ul {
@@ -401,9 +402,10 @@ input.searchField {
}
#portal-searchbox .searchField {
- padding: 0.35em;
+ padding: 0.45em;
border-right: none;
border: none;
+ width: 170px;
}
#searchGadget, #header input.searchButton {
diff --git a/header.rhtml b/header.rhtml
index bc88abc..2a4b98e 100644
--- a/header.rhtml
+++ b/header.rhtml
@@ -21,7 +21,7 @@
- Ir para a Busca
+ Ir para a busca
3
@@ -33,13 +33,13 @@
diff --git a/style.css b/style.css
index 6ef38d2..cc5bd51 100644
--- a/style.css
+++ b/style.css
@@ -158,13 +158,15 @@ border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomright: 0.5em;
max-width: 50%;
}
+
#portal-searchbox {
float: right;
text-align: left;
clear: right;
-margin: 1.2em 0;
+margin: 3.12em 0px 3px 0px;
font-size: 80%;
}
+
#portal-searchbox form {
white-space: nowrap;
}
@@ -241,14 +243,14 @@ color: #666666;
/* */
/* */
#portal-siteactions {
- padding-bottom: 5px;
- margin-top: -10px;
+ padding-bottom: 2px;
+ margin-top: -15px;
font-size: 85%;
text-align: center;
clear: left;
}
#portal-siteactions li {
-margin-right: 0.5em;
+/*margin-right: 0.5em;*/
}
#portal-siteactions li a:hover {
color: #75ad0a
@@ -256,6 +258,12 @@ color: #75ad0a
#portal-siteactions li a {
padding: 4px 0px;
}
+
+#siteaction-accessibility,
+#siteaction-contraste {
+ margin: 0px 15px 0px 0px;
+}
+
/* */
/* */
a.link-parent {
@@ -2720,8 +2728,7 @@ float: none;
}
.action-home-index #content .tags-block .tag_cloud a:hover {
- font-size: 12pt !important;
- color: #FFF !important;
+ color: yellow !important;
}
/*IE FIX*/
--
libgit2 0.21.2