Hi,
The border is in the css files, in #msgs:
- com_kide/assets/css/style.css
- mod_kide/css/style.css
#msgs {
width: 97%;
margin: 0px;
height: 355px;
overflow: auto;
overflow-x: hidden;
border: solid #000 /* <=== HEREE!! */
}
To hide the button that shows/hides the icons, in
- com_kide/views/kide/tmpl/default_botones.php
- mod_kide/tmpl/default_botones.php
Delete the line:
<a title="<?php echo JText::_("COM_KIDE_ICONOS"); ?>" href="javascript:KIDE_mostrar_iconos()"><img alt="<?php echo JText::_("COM_KIDE_ICONOS"); ?>" src="<?php echo KideHelper::include_html("botones", "iconos.png"); ?>" /></a>
I will add an option to hide them
Thanks for the language files! will be added in the next version