xaver
2011-09-15 ef49d0a6756d9c6ec4ee8e55c5dcf145fc267f60
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)
2 files modified
8 ■■■■■ changed files
interface/web/admin/templates/remote_user_list.htm 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/content_ispc.css 4 ●●● patch | view | raw | blame | history
interface/web/admin/templates/remote_user_list.htm
@@ -4,13 +4,13 @@
<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">
interface/web/themes/default/css/screen/content_ispc.css
@@ -53,9 +53,7 @@
    }
    
    .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 {