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