fieldset border-color set for all browsers @till blue looks in all colors bad with 1px, i used now gray + Remoteuser list, add user button has now a fieldset like every other form (i had without a problem in FF8)
| | |
| | | <div class="panel panel_list_ftp_user"> |
| | | |
| | | <div class="pnl_toolsarea"> |
| | | |
| | | <fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend> |
| | | <div class="buttons"> |
| | | <button class="iconstxt icoAdd" type="button" onClick="loadContent('admin/remote_user_edit.php');"> |
| | | <span>{tmpl_var name="add_new_record_txt"}</span> |
| | | </button> |
| | | </div> |
| | | |
| | | </fieldset> |
| | | </div> |
| | | <br> |
| | | <div class="pnl_listarea"> |
| | |
| | | } |
| | | |
| | | .pnl_toolsarea fieldset, .pnl_listarea fieldset, .pnl_formsarea fieldset { |
| | | border-color: #6299c5 -moz-use-text-color -moz-use-text-color; |
| | | border-style: solid none none; |
| | | border-width: 1px medium medium; |
| | | border-color: 1px solid #949494; |
| | | margin: 20px 0; |
| | | } |
| | | .pnl_toolsarea fieldset legend , .pnl_listarea fieldset legend { |