{style}
{literal}
.theme_icon{
background-repeat:no-repeat;
background-position:50% 50%;
height:180px;
width:180px;
}
.theme_title{
font-weight:bold;
}
.theme_desc{
padding:10px 0;
}
.theme_controls input[type="text"]{
width:232px;
padding:4px;
}
.theme_control_image{
background-repeat:no-repeat;
background-position:0% 0%;
border:1px solid #ccc;
height:40px;
width:170px;
float:left;
cursor:pointer;
}
.theme_controls select{
width:240px;
}
body table.theme_controls td.ow_label{
width:35%;
}
body table.theme_controls td.ow_input{
width:30%;
}
body table.theme_controls td.ow_desc{
text-align:left;
width:35%;
}
.color_input input[type="text"]{
width:170px;
}
.theme_controls .color_button{
width:30px;
height:27px;
padding:0;
}
.preview_graphics{
background-repeat:no-repeat;
background-position:50% 50%;
border:1px solid #ccc;
width:500px;
height:350px;
margin:0 auto;
}
{/literal}
{/style}
{$contentMenu}
{if isset($noControls) && $noControls}
{text key='admin+theme_settings_no_controls_label'}
{else}
{form name='theme-edit'}
{decorator name="button" class='ow_red ow_ic_delete' langLabel='admin+themes_settings_reset_label' onclick="if(confirm('`$smarty.capture.resetLabel`')) window.location = '`$resetUrl`';"}
{submit name='submit' class='ow_positive ow_btn_delimiter'}
{/form}
{/if}
{/block_decorator}