Commit a5698a4cd310d1f709facdb8b7098c4a0936ec0c
1 parent
f3fae017
Exists in
master
and in
7 other branches
Ajuste no tamanho default do estilo dos campos de entrada de texto
Showing
3 changed files
with
19 additions
and
3 deletions
Show diff stats
css/geral.css
css/i3geo6.css
... | ... | @@ -908,7 +908,7 @@ border-top-color: transparent; |
908 | 908 | border-bottom-color: transparent; |
909 | 909 | } |
910 | 910 | .styled-select { |
911 | -width: 270px; | |
911 | +width: 252px; | |
912 | 912 | overflow: hidden; |
913 | 913 | background: #F8F8F8; |
914 | 914 | border: 1px solid #DDDDDD; |
... | ... | @@ -2232,6 +2232,10 @@ width: 250px; |
2232 | 2232 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; |
2233 | 2233 | width: 150px; |
2234 | 2234 | } |
2235 | +.rodar100 .first-child button { | |
2236 | +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; | |
2237 | +width: 100px; | |
2238 | +} | |
2235 | 2239 | .enviar .first-child button { |
2236 | 2240 | background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; |
2237 | 2241 | width: 250px; |
... | ... | @@ -2244,6 +2248,10 @@ width: 250px; |
2244 | 2248 | background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; |
2245 | 2249 | width: 150px; |
2246 | 2250 | } |
2251 | +.abrir100 .first-child button { | |
2252 | +background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; | |
2253 | +width: 100px; | |
2254 | +} | |
2247 | 2255 | div.olMap { |
2248 | 2256 | z-index: 0; |
2249 | 2257 | padding: 0px!important; | ... | ... |
css/i3geo6.css.php
... | ... | @@ -908,7 +908,7 @@ border-top-color: transparent; |
908 | 908 | border-bottom-color: transparent; |
909 | 909 | } |
910 | 910 | .styled-select { |
911 | -width: 270px; | |
911 | +width: 252px; | |
912 | 912 | overflow: hidden; |
913 | 913 | background: #F8F8F8; |
914 | 914 | border: 1px solid #DDDDDD; |
... | ... | @@ -2232,6 +2232,10 @@ width: 250px; |
2232 | 2232 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; |
2233 | 2233 | width: 150px; |
2234 | 2234 | } |
2235 | +.rodar100 .first-child button { | |
2236 | +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; | |
2237 | +width: 100px; | |
2238 | +} | |
2235 | 2239 | .enviar .first-child button { |
2236 | 2240 | background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; |
2237 | 2241 | width: 250px; |
... | ... | @@ -2244,6 +2248,10 @@ width: 250px; |
2244 | 2248 | background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; |
2245 | 2249 | width: 150px; |
2246 | 2250 | } |
2251 | +.abrir100 .first-child button { | |
2252 | +background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; | |
2253 | +width: 100px; | |
2254 | +} | |
2247 | 2255 | div.olMap { |
2248 | 2256 | z-index: 0; |
2249 | 2257 | padding: 0px!important; | ... | ... |