Commit 1f149ce9f0da6fffa1d778e61d06e60176428aa9
1 parent
cf8f1518
Exists in
master
and in
7 other branches
Remoção da barra de botões
Showing
4 changed files
with
11 additions
and
11 deletions
Show diff stats
css/black.css
css/i3geo6.css
... | ... | @@ -257,7 +257,7 @@ para nao selecionar |
257 | 257 | -o-user-select: none; |
258 | 258 | user-select: none; |
259 | 259 | } |
260 | -.bd input, .bd textarea { | |
260 | +.bd input, .bd textarea, #escala input { | |
261 | 261 | -webkit-user-select: text; |
262 | 262 | -khtml-user-select: text; |
263 | 263 | -moz-user-select: text; |
... | ... | @@ -266,7 +266,7 @@ user-select: text; |
266 | 266 | } |
267 | 267 | #i3GEOlogoMarca { |
268 | 268 | display: block; |
269 | -top: 10px; | |
269 | +top: 4em; | |
270 | 270 | zIndex: 5000; |
271 | 271 | } |
272 | 272 | #i3GEOlogoMarca > table { |
... | ... | @@ -2955,11 +2955,11 @@ border-color: #D3D3D3; |
2955 | 2955 | border-radius: 7px; |
2956 | 2956 | } |
2957 | 2957 | .ygtvcontent { |
2958 | -font-size: 12pt; | |
2958 | +font-size: 1em; | |
2959 | 2959 | padding: 0 3px 10px 0; |
2960 | 2960 | } |
2961 | 2961 | .ygtvcell { |
2962 | -font-size: 12pt; | |
2962 | +font-size: 1em; | |
2963 | 2963 | padding: 0 3px 5px 0; |
2964 | 2964 | } |
2965 | 2965 | .comboTemasCabecalho .yuimenuitemlabel { | ... | ... |
css/i3geo6.css.php
... | ... | @@ -257,7 +257,7 @@ para nao selecionar |
257 | 257 | -o-user-select: none; |
258 | 258 | user-select: none; |
259 | 259 | } |
260 | -.bd input, .bd textarea { | |
260 | +.bd input, .bd textarea, #escala input { | |
261 | 261 | -webkit-user-select: text; |
262 | 262 | -khtml-user-select: text; |
263 | 263 | -moz-user-select: text; |
... | ... | @@ -266,7 +266,7 @@ user-select: text; |
266 | 266 | } |
267 | 267 | #i3GEOlogoMarca { |
268 | 268 | display: block; |
269 | -top: 10px; | |
269 | +top: 4em; | |
270 | 270 | zIndex: 5000; |
271 | 271 | } |
272 | 272 | #i3GEOlogoMarca > table { |
... | ... | @@ -2955,11 +2955,11 @@ border-color: #D3D3D3; |
2955 | 2955 | border-radius: 7px; |
2956 | 2956 | } |
2957 | 2957 | .ygtvcontent { |
2958 | -font-size: 12pt; | |
2958 | +font-size: 1em; | |
2959 | 2959 | padding: 0 3px 10px 0; |
2960 | 2960 | } |
2961 | 2961 | .ygtvcell { |
2962 | -font-size: 12pt; | |
2962 | +font-size: 1em; | |
2963 | 2963 | padding: 0 3px 5px 0; |
2964 | 2964 | } |
2965 | 2965 | .comboTemasCabecalho .yuimenuitemlabel { | ... | ... |
css/i3geo_ferramentas6.css
... | ... | @@ -286,7 +286,7 @@ para nao selecionar |
286 | 286 | -o-user-select: none; |
287 | 287 | user-select: none; |
288 | 288 | } |
289 | -.bd input, .bd textarea { | |
289 | +.bd input, .bd textarea, #escala input { | |
290 | 290 | -webkit-user-select: text; |
291 | 291 | -khtml-user-select: text; |
292 | 292 | -moz-user-select: text; |
... | ... | @@ -295,7 +295,7 @@ para nao selecionar |
295 | 295 | } |
296 | 296 | #i3GEOlogoMarca { |
297 | 297 | display: block; |
298 | - top: 10px; | |
298 | + top: 4em; | |
299 | 299 | zIndex: 5000; |
300 | 300 | } |
301 | 301 | #i3GEOlogoMarca > table { | ... | ... |