From edaa0a6ae7fbd5c2695756a6bf2f976f7583bb03 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Tue, 24 Mar 2015 20:39:24 +0000 Subject: [PATCH] Correção no estilo do botão salvar --- admin/html/admin.css | 10 ++++++++++ admin/js/core.js | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/admin/html/admin.css b/admin/html/admin.css index a5f8c08..012ded5 100644 --- a/admin/html/admin.css +++ b/admin/html/admin.css @@ -268,3 +268,13 @@ fieldset { text-align: left; font-size: 10pt; } +.yui-skin-sam .yui-panel .hd { +background: none; +background-color: #F2F2F2; +color: #000000; +font-size: 93%; +font-weight: bold; +line-height: 2; +padding: 0 10px; +} + diff --git a/admin/js/core.js b/admin/js/core.js index adec9cc..a804fb9 100644 --- a/admin/js/core.js +++ b/admin/js/core.js @@ -1541,7 +1541,7 @@ function core_montaEditor(funcaoOK,w,h,funcaoClose,titulo,modal,bsalva,bcancela) if(bcancela === true){ temp += cancelai; } - lb.innerHTML = temp + ''+titulo+''; + lb.innerHTML = temp + ''+titulo+''; if(bsalva === true){ new YAHOO.widget.Button( "okcancel_checkboxOK", @@ -1554,6 +1554,11 @@ function core_montaEditor(funcaoOK,w,h,funcaoClose,titulo,modal,bsalva,bcancela) } }}} ); + var temp = $i("okcancel_checkbox"); + temp.style.top = "2px"; + temp.style.position = "relative"; + var temp = $i("okcancel_checkboxOK-button"); + temp.style.height = "23px"; } if(bcancela === true){ new YAHOO.widget.Button( -- libgit2 0.21.2