BUG 10408 No se visualizan los botones de la opcion properties en el disenador del dynaform SOLVED

- Uno de los estilos existentes no se visualiza bien en chrome
- Se cambio el estilo y se probo en los 3 browsers
This commit is contained in:
Julio Cesar Laura
2013-01-17 12:56:08 -04:00
parent 83566eaf8d
commit 9277ba8a0c
3 changed files with 14 additions and 14 deletions

View File

@@ -637,7 +637,7 @@ form.formDefault table
{
font:normal 11px sans-serif,MiscFixed;
color:#808080;
line-height:180%;
#line-height:180%;
}
form.formDefault td
{

View File

@@ -637,7 +637,7 @@ form.formDefault table
{
font:normal 11px sans-serif,MiscFixed;
color:#808080;
line-height:180%;
#line-height:180%;
}
form.formDefault td
{

View File

@@ -11,7 +11,7 @@ a, img {
margin: 0;
}
img {
img {
border: 0 none;
}
@@ -643,7 +643,7 @@ form.formDefault table
{
font:normal 11px sans-serif,MiscFixed;
color:#808080;
line-height:180%;
#line-height:180%;
}
form.formDefault td
{
@@ -678,7 +678,7 @@ form.formDefault .FormLabel
padding-right:5px;
/*color: #2F424E;*/
cursor: text;
font-size: 110%;
text-shadow: 0 -1px 0 rgba(100, 100, 100, 0.1);
@@ -1590,14 +1590,14 @@ div.autosuggest div.as_footer
position: relative;
height: 0px;
padding: 0 6px;
background-position: top right;
background-repeat: no-repeat;
overflow: hidden;
}
div.autosuggest div.as_footer
{
}
div.autosuggest div.as_header div.as_corner,
@@ -1608,13 +1608,13 @@ div.autosuggest div.as_footer div.as_corner
left: 0;
height: 6px;
width: 6px;
background-position: top left;
background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
@@ -1686,14 +1686,14 @@ div.autosuggest ul li.as_highlight a
{
color: #000;
background-color: #D1DEDF; /* erik -- hover*/
background-position: bottom right;
background-repeat: no-repeat;
}
div.autosuggest ul li.as_highlight a span
{
background-position: bottom left;
background-repeat: no-repeat;
}
@@ -1724,7 +1724,7 @@ div.autosuggest ul li.as_highlight a .tl
div.autosuggest ul li.as_highlight a .tr
{
right: 0;
background-position: bottom right;
}
@@ -3163,7 +3163,7 @@ ul#pm_submenu a{
}
ul#pm_submenu a img{
float:left;
max-height: 18px;
max-height: 18px;
}
ul#pm_submenu li.SelectedSubMenu,ul#pm_submenu li:hover{
background-color: #CCC;
@@ -3282,7 +3282,7 @@ button.x-btn-text:focus,.x-combo-selected{
background: -webkit-gradient(linear, 0 0, 0 100%, from(#829AA8), to(#405A6A));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#829AA8', endColorstr='#405A6A'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#829AA8', endColorstr='#405A6A')"; /* IE8 */
border-color: #677C89 #677C89 #6B808D;
border-radius: 3px 3px 0 0;
border-style: solid;