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
| @@ -1025,7 +1025,7 @@ h1 { | @@ -1025,7 +1025,7 @@ h1 { | ||
| 1025 | } | 1025 | } |
| 1026 | 1026 | ||
| 1027 | .styled-select { | 1027 | .styled-select { |
| 1028 | - width: 270px; | 1028 | + width: 252px; |
| 1029 | overflow: hidden; | 1029 | overflow: hidden; |
| 1030 | background: #F8F8F8; | 1030 | background: #F8F8F8; |
| 1031 | border: 1px solid #DDDDDD; | 1031 | border: 1px solid #DDDDDD; |
css/i3geo6.css
| @@ -908,7 +908,7 @@ border-top-color: transparent; | @@ -908,7 +908,7 @@ border-top-color: transparent; | ||
| 908 | border-bottom-color: transparent; | 908 | border-bottom-color: transparent; |
| 909 | } | 909 | } |
| 910 | .styled-select { | 910 | .styled-select { |
| 911 | -width: 270px; | 911 | +width: 252px; |
| 912 | overflow: hidden; | 912 | overflow: hidden; |
| 913 | background: #F8F8F8; | 913 | background: #F8F8F8; |
| 914 | border: 1px solid #DDDDDD; | 914 | border: 1px solid #DDDDDD; |
| @@ -2232,6 +2232,10 @@ width: 250px; | @@ -2232,6 +2232,10 @@ width: 250px; | ||
| 2232 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; | 2232 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; |
| 2233 | width: 150px; | 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 | .enviar .first-child button { | 2239 | .enviar .first-child button { |
| 2236 | background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; | 2240 | background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; |
| 2237 | width: 250px; | 2241 | width: 250px; |
| @@ -2244,6 +2248,10 @@ width: 250px; | @@ -2244,6 +2248,10 @@ width: 250px; | ||
| 2244 | background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; | 2248 | background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; |
| 2245 | width: 150px; | 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 | div.olMap { | 2255 | div.olMap { |
| 2248 | z-index: 0; | 2256 | z-index: 0; |
| 2249 | padding: 0px!important; | 2257 | padding: 0px!important; |
css/i3geo6.css.php
| @@ -908,7 +908,7 @@ border-top-color: transparent; | @@ -908,7 +908,7 @@ border-top-color: transparent; | ||
| 908 | border-bottom-color: transparent; | 908 | border-bottom-color: transparent; |
| 909 | } | 909 | } |
| 910 | .styled-select { | 910 | .styled-select { |
| 911 | -width: 270px; | 911 | +width: 252px; |
| 912 | overflow: hidden; | 912 | overflow: hidden; |
| 913 | background: #F8F8F8; | 913 | background: #F8F8F8; |
| 914 | border: 1px solid #DDDDDD; | 914 | border: 1px solid #DDDDDD; |
| @@ -2232,6 +2232,10 @@ width: 250px; | @@ -2232,6 +2232,10 @@ width: 250px; | ||
| 2232 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; | 2232 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; |
| 2233 | width: 150px; | 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 | .enviar .first-child button { | 2239 | .enviar .first-child button { |
| 2236 | background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; | 2240 | background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; |
| 2237 | width: 250px; | 2241 | width: 250px; |
| @@ -2244,6 +2248,10 @@ width: 250px; | @@ -2244,6 +2248,10 @@ width: 250px; | ||
| 2244 | background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; | 2248 | background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; |
| 2245 | width: 150px; | 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 | div.olMap { | 2255 | div.olMap { |
| 2248 | z-index: 0; | 2256 | z-index: 0; |
| 2249 | padding: 0px!important; | 2257 | padding: 0px!important; |