Commit 21eccd2b02a69124a8672da7e942118d7def6b7b
1 parent
beb89bc0
Exists in
master
and in
12 other branches
New css blocks: social block, events block.
Showing
2 changed files
with
12 additions
and
6 deletions
Show diff stats
header.html.erb
... | ... | @@ -4,10 +4,6 @@ |
4 | 4 | </div> |
5 | 5 | <!--fim barra do governo --> |
6 | 6 | |
7 | -<!--<div id="barra-brasil"> | |
8 | - <a href="http://brasil.gov.br" style="background:#455ede; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">SPB</a> | |
9 | -</div> --> | |
10 | - | |
11 | 7 | |
12 | 8 | <div class="header-content"> |
13 | 9 | <div role="banner" id="header"> | ... | ... |
style.css
... | ... | @@ -16,6 +16,12 @@ |
16 | 16 | |
17 | 17 | /****************** FIM cabecalho azul ****************/ |
18 | 18 | |
19 | +/****************** Block Agenda ********************/ | |
20 | +@import url(agenda.css); | |
21 | + | |
22 | +/****************** Block Redes Sociais ********************/ | |
23 | +@import url(redes_sociais.css); | |
24 | + | |
19 | 25 | |
20 | 26 | @import url(../../icons/tango/style.css); |
21 | 27 | |
... | ... | @@ -1059,8 +1065,7 @@ div#article-parent { |
1059 | 1065 | } |
1060 | 1066 | |
1061 | 1067 | .formfield input, .formfield textarea{ |
1062 | - /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ | |
1063 | - background-image: none; | |
1068 | + background: none #FFFFFF; | |
1064 | 1069 | border: 1px solid #DDDDDD; |
1065 | 1070 | color: #585858; |
1066 | 1071 | font-size: 16px; |
... | ... | @@ -1082,6 +1087,11 @@ div#article-parent { |
1082 | 1087 | margin-right: 0.5em; |
1083 | 1088 | } |
1084 | 1089 | |
1090 | + | |
1091 | +.formfieldline input[type="text"] { | |
1092 | + width: 300px; | |
1093 | +} | |
1094 | + | |
1085 | 1095 | #search-page form.search_form input.icon-search { |
1086 | 1096 | background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; |
1087 | 1097 | border: 1px solid #DDDDDD; | ... | ... |