Commit 572228afb332497b3b9e142bc7c6132b629bbbe6
1 parent
5027ad7d
Exists in
master
and in
1 other branch
Alteração na largura da div "logo"
Showing
1 changed file
with
7 additions
and
11 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/default.css
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | margin: 0; |
4 | 4 | background-color: #fff; |
5 | 5 | color: #000000; |
6 | - font-size: 62.5%; | |
6 | + font-size: 61%; | |
7 | 7 | font-weight: normal; |
8 | 8 | font-family: "Open Sans", Arial, Helvetica, sans-serif; |
9 | 9 | } |
... | ... | @@ -121,21 +121,19 @@ |
121 | 121 | color: #fff !important; |
122 | 122 | padding: 0; |
123 | 123 | float: left; |
124 | - width: 70%; | |
124 | + width: 35%; | |
125 | 125 | padding-left: 12%; |
126 | - margin-bottom: 15px; | |
127 | 126 | } |
128 | 127 | #logo a { |
129 | 128 | color: #fff; |
130 | 129 | display: block; |
131 | 130 | width: 100%; |
132 | - margin: 1px 0px; | |
133 | 131 | } |
134 | 132 | #logo #portal-title-1 { |
135 | 133 | font-size: 0.8em; |
136 | 134 | } |
137 | 135 | #logo #portal-title { |
138 | - font-size: 3em; | |
136 | + font-size: 2.7em; | |
139 | 137 | } |
140 | 138 | #menu { |
141 | 139 | background: #0a5517; |
... | ... | @@ -220,14 +218,14 @@ |
220 | 218 | margin: 0; |
221 | 219 | background-color: #fff; |
222 | 220 | color: #000000; |
223 | - font-size: 62.5%; | |
221 | + font-size: 61%; | |
224 | 222 | font-weight: normal; |
225 | 223 | font-family: "Open Sans", Arial, Helvetica, sans-serif; |
226 | 224 | } |
227 | 225 | header ul li { |
228 | 226 | display: block; |
229 | 227 | margin-top: 0; |
230 | - padding: 0; | |
228 | + padding: 0; | |
231 | 229 | } |
232 | 230 | header { |
233 | 231 | width: 100%; |
... | ... | @@ -349,15 +347,13 @@ |
349 | 347 | #logo { |
350 | 348 | color: #fff !important; |
351 | 349 | padding: 0; |
352 | - width: 70%; | |
353 | - padding-left: 3%; | |
354 | - margin-bottom: 15px; | |
350 | + width: 35%; | |
351 | + padding-left: 3%; | |
355 | 352 | } |
356 | 353 | #logo a { |
357 | 354 | color: #fff; |
358 | 355 | display: block; |
359 | 356 | width: 100%; |
360 | - margin: 1px 0px; | |
361 | 357 | } |
362 | 358 | #logo #portal-title-1 { |
363 | 359 | font-size: 0.8em; | ... | ... |