Commit 1da674ab0cc74aa0613d8b28525fad4a6173c952
1 parent
ca9f61d4
Exists in
master
and in
5 other branches
Css fixes
Showing
3 changed files
with
21 additions
and
12 deletions
Show diff stats
gov-style.css
| ... | ... | @@ -319,6 +319,7 @@ div.width-5 { |
| 319 | 319 | text-decoration: none; |
| 320 | 320 | padding: 4px 0 4px 10px; |
| 321 | 321 | text-transform: uppercase; |
| 322 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 322 | 323 | } |
| 323 | 324 | |
| 324 | 325 | #portal-siteactions a:hover { |
| ... | ... | @@ -328,7 +329,7 @@ div.width-5 { |
| 328 | 329 | #social-icons { |
| 329 | 330 | float: right; |
| 330 | 331 | clear: right; |
| 331 | - margin: 10px 0; | |
| 332 | + margin: 12px 0px 0px 0px; | |
| 332 | 333 | } |
| 333 | 334 | |
| 334 | 335 | #social-icons ul { |
| ... | ... | @@ -401,9 +402,10 @@ input.searchField { |
| 401 | 402 | } |
| 402 | 403 | |
| 403 | 404 | #portal-searchbox .searchField { |
| 404 | - padding: 0.35em; | |
| 405 | + padding: 0.45em; | |
| 405 | 406 | border-right: none; |
| 406 | 407 | border: none; |
| 408 | + width: 170px; | |
| 407 | 409 | } |
| 408 | 410 | |
| 409 | 411 | #searchGadget, #header input.searchButton { | ... | ... |
header.rhtml
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | </li> |
| 22 | 22 | <li> |
| 23 | 23 | <a id="link-buscar" href="#portal-searchbox" accesskey="3"> |
| 24 | - Ir para a Busca | |
| 24 | + Ir para a busca | |
| 25 | 25 | <span>3</span> |
| 26 | 26 | </a> |
| 27 | 27 | </li> |
| ... | ... | @@ -33,13 +33,13 @@ |
| 33 | 33 | </li> |
| 34 | 34 | </ul> |
| 35 | 35 | <ul id="portal-siteactions"> |
| 36 | - <li> | |
| 36 | + <li id="siteaction-accessibility"> | |
| 37 | 37 | <a href="#">Acessibilidade</a> |
| 38 | 38 | </li> |
| 39 | - <li> | |
| 39 | + <li id="siteaction-contraste"> | |
| 40 | 40 | <a href="#">Alto Contraste</a> |
| 41 | 41 | </li> |
| 42 | - <li> | |
| 42 | + <li id="siteaction-mapadosite"> | |
| 43 | 43 | <a href="#">Mapa do Site</a> |
| 44 | 44 | </li> |
| 45 | 45 | </ul> | ... | ... |
style.css
| ... | ... | @@ -158,13 +158,15 @@ border-bottom-left-radius: 0.5em; |
| 158 | 158 | -moz-border-radius-bottomright: 0.5em; |
| 159 | 159 | max-width: 50%; |
| 160 | 160 | } |
| 161 | + | |
| 161 | 162 | #portal-searchbox { |
| 162 | 163 | float: right; |
| 163 | 164 | text-align: left; |
| 164 | 165 | clear: right; |
| 165 | -margin: 1.2em 0; | |
| 166 | +margin: 3.12em 0px 3px 0px; | |
| 166 | 167 | font-size: 80%; |
| 167 | 168 | } |
| 169 | + | |
| 168 | 170 | #portal-searchbox form { |
| 169 | 171 | white-space: nowrap; |
| 170 | 172 | } |
| ... | ... | @@ -241,14 +243,14 @@ color: #666666; |
| 241 | 243 | /* */ |
| 242 | 244 | /* */ |
| 243 | 245 | #portal-siteactions { |
| 244 | - padding-bottom: 5px; | |
| 245 | - margin-top: -10px; | |
| 246 | + padding-bottom: 2px; | |
| 247 | + margin-top: -15px; | |
| 246 | 248 | font-size: 85%; |
| 247 | 249 | text-align: center; |
| 248 | 250 | clear: left; |
| 249 | 251 | } |
| 250 | 252 | #portal-siteactions li { |
| 251 | -margin-right: 0.5em; | |
| 253 | +/*margin-right: 0.5em;*/ | |
| 252 | 254 | } |
| 253 | 255 | #portal-siteactions li a:hover { |
| 254 | 256 | color: #75ad0a |
| ... | ... | @@ -256,6 +258,12 @@ color: #75ad0a |
| 256 | 258 | #portal-siteactions li a { |
| 257 | 259 | padding: 4px 0px; |
| 258 | 260 | } |
| 261 | + | |
| 262 | +#siteaction-accessibility, | |
| 263 | +#siteaction-contraste { | |
| 264 | + margin: 0px 15px 0px 0px; | |
| 265 | +} | |
| 266 | + | |
| 259 | 267 | /* */ |
| 260 | 268 | /* */ |
| 261 | 269 | a.link-parent { |
| ... | ... | @@ -2720,8 +2728,7 @@ float: none; |
| 2720 | 2728 | } |
| 2721 | 2729 | |
| 2722 | 2730 | .action-home-index #content .tags-block .tag_cloud a:hover { |
| 2723 | - font-size: 12pt !important; | |
| 2724 | - color: #FFF !important; | |
| 2731 | + color: yellow !important; | |
| 2725 | 2732 | } |
| 2726 | 2733 | |
| 2727 | 2734 | /*IE FIX*/ | ... | ... |