Skip to content

Commit ef49d0a

Browse files
author
xaver
committed
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)
1 parent 864ee2f commit ef49d0a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

interface/web/admin/templates/remote_user_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ <h2><tmpl_var name="list_head_txt"></h2>
44
<div class="panel panel_list_ftp_user">
55

66
<div class="pnl_toolsarea">
7-
7+
<fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend>
88
<div class="buttons">
99
<button class="iconstxt icoAdd" type="button" onClick="loadContent('admin/remote_user_edit.php');">
1010
<span>{tmpl_var name="add_new_record_txt"}</span>
1111
</button>
1212
</div>
13-
13+
</fieldset>
1414
</div>
1515
<br>
1616
<div class="pnl_listarea">

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
}
5454

5555
.pnl_toolsarea fieldset, .pnl_listarea fieldset, .pnl_formsarea fieldset {
56-
border-color: #6299c5 -moz-use-text-color -moz-use-text-color;
57-
border-style: solid none none;
58-
border-width: 1px medium medium;
56+
border-color: 1px solid #949494;
5957
margin: 20px 0;
6058
}
6159
.pnl_toolsarea fieldset legend , .pnl_listarea fieldset legend {

0 commit comments

Comments
 (0)