Skip to content

Commit 48cac61

Browse files
committed
typography fixes
1 parent 6c3ac86 commit 48cac61

25 files changed

+125
-74
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
415415
*/
416416
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background: #fff; }
417417
.ui-dialog .ui-dialog-titlebar { padding: .4em 10pt; position: relative; }
418-
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Georgia; font-style: italic; color: #c69c6d;}
418+
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Arial; color: #c69c6d;}
419419
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
420420
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
421421
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

web/templates/admin/list_backup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@
7777
</td>
7878
</tr>
7979
</table>
80+
</form>

web/templates/admin/list_cron.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@
9393
</td>
9494
</tr>
9595
</table>
96+
</form>

web/templates/admin/list_db.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878
</td>
7979
</tr>
8080
</table>
81+
</form>

web/templates/admin/list_dns.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@
7575
</td>
7676
</tr>
7777
</table>
78+
</form>

web/templates/admin/list_dns_rec.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@
5858
</td>
5959
</tr>
6060
</table>
61+
</form>

web/templates/admin/list_ip.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@
6363
</td>
6464
</tr>
6565
</table>
66+
</form>

web/templates/admin/list_mail.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@
8181
</td>
8282
</tr>
8383
</table>
84+
</form>

web/templates/admin/list_mail_acc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@
7272
?>
7373
</td>
7474
</tr>
75+
</form>

web/templates/admin/list_user.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@
110110

111111
<table class="data-col2" width="830px">
112112
<tr><td colspan=3 class="username" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><a class="fullname"><?php echo $data[$key]['FNAME']?> <?php echo $data[$key]['LNAME']?></a></td></tr>
113-
<td style="vertical-align:top;" >
113+
<td style="vertical-align:top;" width="240">
114114
<table>
115115
<tr><td colspan=2 class="counter-name" style="padding: 2px 0 0 2px;"><?php echo $data[$key]['CONTACT']?></td></tr>
116116
<tr><td colspan=2 class="counter-name" style="padding: 0 0 18px 2px;">[<?php echo $data[$key]['PACKAGE']?>] package</td></tr>
117117
<tr><td class="chart1" colspan=2 style="padding: 0 0 0 3px;">Bandwidth: <?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>% (<?php echo humanize_usage($data[$key]['U_BANDWIDTH']) ?>)
118118
<div style="width:160px; height:6px; font-size:0;background-color:#B3CED5;"><div style="width:<?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>%; height:6px; background-color:#629FBB; border-right:1px #629FBB solid;"></div></div></td></tr>
119-
<tr><td class="chart1" colspan=2 style="padding: 0 0 0 3[x;">Disk: <?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>% (<?php echo humanize_usage($data[$key]['U_DISK']) ?>)
119+
<tr><td class="chart1" colspan=2 style="padding: 0 0 0 3px;">Disk: <?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>% (<?php echo humanize_usage($data[$key]['U_DISK']) ?>)
120120
<div style="width:160px; height:6px; font-size:0;background-color:#B3CED5;"><div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>%; height:6px; background-color:#629FBB; border-right:1px #629FBB solid;"></div></div></td></tr>
121121
<tr><td colspan=2>
122122
<table class="chart2"><tr>
@@ -131,8 +131,8 @@
131131
</tr>
132132
</table>
133133
</td>
134-
<td style="vertical-align:top;" width="300">
135-
<table width="320">
134+
<td style="vertical-align:top;" width="320">
135+
<table width="300">
136136
<tr><td class="counter-name" width="37%">Web Domains:</td>
137137
<td class="counter-value"><?php echo $data[$key]['U_WEB_DOMAINS'] ?> / <?php echo $data[$key]['WEB_DOMAINS'] ?></td></tr>
138138
<tr><td class="counter-name">Web SSL:</td>
@@ -189,3 +189,4 @@
189189
</td>
190190
</tr>
191191
</table>
192+
</form>

0 commit comments

Comments
 (0)