From 9277ba8a0ca840420968a69c1d783acb2862b73d Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Thu, 17 Jan 2013 12:56:08 -0400 Subject: [PATCH] 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 --- workflow/engine/skinEngine/base/css/style.css | 2 +- .../engine/skinEngine/uxmodern/css/style.css | 2 +- workflow/engine/skinEngine/uxs/css/style.css | 24 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/workflow/engine/skinEngine/base/css/style.css b/workflow/engine/skinEngine/base/css/style.css index cea1dc097..5cf261d8b 100755 --- a/workflow/engine/skinEngine/base/css/style.css +++ b/workflow/engine/skinEngine/base/css/style.css @@ -637,7 +637,7 @@ form.formDefault table { font:normal 11px sans-serif,MiscFixed; color:#808080; - line-height:180%; + #line-height:180%; } form.formDefault td { diff --git a/workflow/engine/skinEngine/uxmodern/css/style.css b/workflow/engine/skinEngine/uxmodern/css/style.css index cea1dc097..5cf261d8b 100644 --- a/workflow/engine/skinEngine/uxmodern/css/style.css +++ b/workflow/engine/skinEngine/uxmodern/css/style.css @@ -637,7 +637,7 @@ form.formDefault table { font:normal 11px sans-serif,MiscFixed; color:#808080; - line-height:180%; + #line-height:180%; } form.formDefault td { diff --git a/workflow/engine/skinEngine/uxs/css/style.css b/workflow/engine/skinEngine/uxs/css/style.css index 95153e8ea..f5beb39ba 100644 --- a/workflow/engine/skinEngine/uxs/css/style.css +++ b/workflow/engine/skinEngine/uxs/css/style.css @@ -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;