diff --git a/css/geral.css b/css/geral.css index e62365d..c51ed62 100644 --- a/css/geral.css +++ b/css/geral.css @@ -1025,7 +1025,7 @@ h1 { } .styled-select { - width: 270px; + width: 252px; overflow: hidden; background: #F8F8F8; border: 1px solid #DDDDDD; diff --git a/css/i3geo6.css b/css/i3geo6.css index 1cc0935..1b3c64d 100755 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -908,7 +908,7 @@ border-top-color: transparent; border-bottom-color: transparent; } .styled-select { -width: 270px; +width: 252px; overflow: hidden; background: #F8F8F8; border: 1px solid #DDDDDD; @@ -2232,6 +2232,10 @@ width: 250px; background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; width: 150px; } +.rodar100 .first-child button { +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; +width: 100px; +} .enviar .first-child button { background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; width: 250px; @@ -2244,6 +2248,10 @@ width: 250px; background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; width: 150px; } +.abrir100 .first-child button { +background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; +width: 100px; +} div.olMap { z-index: 0; padding: 0px!important; diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index 6399852..3963fb8 100755 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -908,7 +908,7 @@ border-top-color: transparent; border-bottom-color: transparent; } .styled-select { -width: 270px; +width: 252px; overflow: hidden; background: #F8F8F8; border: 1px solid #DDDDDD; @@ -2232,6 +2232,10 @@ width: 250px; background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; width: 150px; } +.rodar100 .first-child button { +background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; +width: 100px; +} .enviar .first-child button { background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; width: 250px; @@ -2244,6 +2248,10 @@ width: 250px; background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; width: 150px; } +.abrir100 .first-child button { +background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat; +width: 100px; +} div.olMap { z-index: 0; padding: 0px!important; -- libgit2 0.21.2