Skip to content

Commit 88d70a2

Browse files
committed
grid aligment
1 parent f1f79d4 commit 88d70a2

29 files changed

+86
-115
lines changed

web/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ form {
444444
border-top:1px dotted #d3d3d3;
445445
padding: 0 0 26px 0;
446446
margin: 0;
447-
width: 167px;
447+
width: 166px;
448448
}
449449

450450
.data-dotted td {

web/templates/admin/list_backup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
?>
4949

5050
<tr class="data-row">
51-
<td class="data-dotted" width="150">
51+
<td class="data-dotted">
5252
<table class="data-col1">
5353
<tr><td><input type="checkbox" class="ch-toggle" name="backup[]" value="<?php echo $key ?>" ></td></tr>
5454
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></td></tr>

web/templates/admin/list_backup_detail.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
?>
4848

4949
<tr class="data-row">
50-
<td class="data-dotted" width="150">
50+
<td class="data-dotted">
5151
<table class="data-col1">
5252
<tr><td><input type="checkbox" class="ch-toggle" name="web[]" value="<?php echo $key ?>" ></td></tr>
5353
</table>
@@ -84,7 +84,7 @@
8484
?>
8585

8686
<tr class="data-row">
87-
<td class="data-dotted" width="150">
87+
<td class="data-dotted">
8888
<table class="data-col1">
8989
<tr><td><input type="checkbox" class="ch-toggle" name="dns[]" value="<?php echo $key ?>" ></td></tr>
9090
</table>
@@ -121,7 +121,7 @@
121121
?>
122122

123123
<tr class="data-row">
124-
<td class="data-dotted" width="150">
124+
<td class="data-dotted">
125125
<table class="data-col1">
126126
<tr><td><input type="checkbox" class="ch-toggle" name="mail[]" value="<?php echo $key ?>" ></td></tr>
127127
</table>
@@ -158,7 +158,7 @@
158158
?>
159159

160160
<tr class="data-row">
161-
<td class="data-dotted" width="150">
161+
<td class="data-dotted">
162162
<table class="data-col1">
163163
<tr><td><input type="checkbox" class="ch-toggle" name="db[]" value="<?php echo $key ?>" ></td></tr>
164164
</table>
@@ -195,7 +195,7 @@
195195
?>
196196

197197
<tr class="data-row">
198-
<td class="data-dotted" width="150">
198+
<td class="data-dotted">
199199
<table class="data-col1">
200200
<tr><td><input type="checkbox" class="ch-toggle" name="cron[]" value="<?php echo 'yes' ?>" ></td></tr>
201201
</table>
@@ -232,7 +232,7 @@
232232
?>
233233

234234
<tr class="data-row">
235-
<td class="data-dotted" width="150">
235+
<td class="data-dotted">
236236
<table class="data-col1">
237237
<tr><td><input type="checkbox" class="ch-toggle" name="udir[]" value="<?php echo $key ?>" ></td></tr>
238238
</table>

web/templates/admin/list_cron.html

Lines changed: 38 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
?>
4646

4747
<tr class="data-row">
48-
<td class="data-dotted" width="150">
48+
<td class="data-dotted">
4949
<table class="data-col1">
5050
<tr><td><input type="checkbox" class="ch-toggle" name="job[]" value="<?php echo $data[$key]['JOB'] ?>" ></td></tr>
5151
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>
@@ -81,81 +81,52 @@
8181
</a>
8282
<table class="data-col2" width="800px">
8383
<tr>
84-
<td colspan=5 class="cron" style="padding: 0 0 0 4px;">
84+
<td colspan=6 class="cron">
8585
<b><?php echo htmlspecialchars($data[$key]['CMD'], ENT_NOQUOTES) ?></b>
8686
</td>
8787
</tr>
8888
<tr>
89-
<td style="vertical-align:top;" width="80px">
90-
<table>
91-
<tr>
92-
<td class="cron-counter-name">
93-
<?php print __('Min');?>
94-
</td>
95-
</tr>
96-
<tr>
97-
<td class="cron-counter-value">
98-
<?php echo $data[$key]['MIN'] ?>
99-
</td>
100-
</tr>
101-
</table>
89+
<td style="vertical-align:top; width:80px">
90+
<div class="cron-counter-name">
91+
<?php print __('Min');?>
92+
</div>
93+
<div class="cron-counter-value">
94+
<?php echo $data[$key]['MIN'] ?>
95+
</div>
10296
</td>
103-
<td style="vertical-align:top;" width="80px">
104-
<table>
105-
<tr>
106-
<td class="cron-counter-name">
107-
<?php print __('Hour');?>
108-
</td>
109-
</tr>
110-
<tr>
111-
<td class="cron-counter-value">
112-
<?php echo $data[$key]['HOUR'] ?>
113-
</td>
114-
</tr>
115-
</table>
97+
<td style="vertical-align:top; width:80px">
98+
<div class="cron-counter-name">
99+
<?php print __('Hour');?>
100+
</div>
101+
<div class="cron-counter-value">
102+
<?php echo $data[$key]['HOUR'] ?>
103+
</div>
116104
</td>
117-
<td style="vertical-align:top;" width="80px">
118-
<table>
119-
<tr>
120-
<td class="cron-counter-name">
121-
<?php print __('Day');?>
122-
</td>
123-
</tr>
124-
<tr>
125-
<td class="cron-counter-value">
126-
<?php echo $data[$key]['DAY'] ?>
127-
</td>
128-
</tr>
129-
</table>
105+
<td style="vertical-align:top; width:80px">
106+
<div class="cron-counter-name">
107+
<?php print __('Day');?>
108+
</div>
109+
<div class="cron-counter-value">
110+
<?php echo $data[$key]['DAY'] ?>
111+
</div>
130112
</td>
131-
<td style="vertical-align:top;" width="80px">
132-
<table>
133-
<tr>
134-
<td class="cron-counter-name">
135-
<?php print __('Month');?>
136-
</td>
137-
</tr>
138-
<tr>
139-
<td class="cron-counter-value">
140-
<?php echo $data[$key]['MONTH'] ?>
141-
</td>
142-
</tr>
143-
</table>
113+
<td style="vertical-align:top; width:80px">
114+
<div class="cron-counter-name">
115+
<?php print __('Month');?>
116+
</div>
117+
<div class="cron-counter-value">
118+
<?php echo $data[$key]['MONTH'] ?>
119+
</div>
144120
</td>
145-
<td style="vertical-align:top;">
146-
<table>
147-
<tr>
148-
<td class="cron-counter-name">
149-
<?php print __('Day of week');?>
150-
</td>
151-
</tr>
152-
<tr>
153-
<td class="cron-counter-value">
154-
<?php echo $data[$key]['WDAY'] ?>
155-
</td>
156-
</tr>
157-
</table>
121+
<td style="vertical-align:top; width:80px">
122+
<div class="cron-counter-name">
123+
<?php print __('Day of week');?>
124+
</div>
125+
<div class="cron-counter-value">
126+
<?php echo $data[$key]['WDAY'] ?>
127+
</div>
158128
</td>
129+
<td style="vertical-align:top;"></td>
159130
</tr>
160131
</table>
161132
</td>

web/templates/admin/list_db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
if (($data[$key]['TYPE'] == 'pgsql') && (!empty($sys['config']['DB_PGA_URL']))) $db_admin_link = $sys['config']['DB_PGA_URL'];
5252
?>
5353
<tr class="data-row">
54-
<td class="data-dotted" width="150">
54+
<td class="data-dotted">
5555
<table class="data-col1">
5656
<tr><td><input type="checkbox" class="ch-toggle" name="database[]" value="<?php echo $key ?>" ></td></tr>
5757
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>

web/templates/admin/list_dns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
?>
4545
<tr class="data-row">
46-
<td class="data-dotted" width="150">
46+
<td class="data-dotted">
4747
<table class="data-col1">
4848
<tr><td><input type="checkbox" class="ch-toggle" name="domain[]" value="<?php echo "$key" ?>" > </td></tr>
4949
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>

web/templates/admin/list_dns_rec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
?>
5454
<tr class="data-row">
55-
<td class="data-dotted" width="150">
55+
<td class="data-dotted">
5656
<table class="data-col1">
5757
<tr><td><input type="checkbox" class="ch-toggle" name="record[]" value="<?php echo $data[$key]['ID']?>" > <input type="hidden" name="domain" value="<?php echo $_GET['domain'] ?>" ></td></tr>
5858
<tr><td></td></tr>
@@ -75,7 +75,7 @@
7575
<?php print __('edit');?>
7676
</span>
7777
</a>
78-
<table class="data-col5" width="780px">
78+
<table class="data-col5" width="806px">
7979
<tr>
8080
<td class="log" style="padding: 0 0 0 4px;" width="200"><b><?php echo $data[$key]['RECORD'] ?></b></td>
8181
<td class="log-counter-value" width="80"><?php echo $data[$key]['TYPE'] ?></td>

web/templates/admin/list_ip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
?>
3636

3737
<tr class="data-row">
38-
<td class="data-dotted" width="150">
38+
<td class="data-dotted">
3939
<table class="data-col1">
4040
<tr><td><input type="checkbox" class="ch-toggle" name="ip[]" value="<?php echo $key ?>"></td></tr>
4141
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>

web/templates/admin/list_log.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
?>
2323

2424
<tr class="data-row">
25-
<td class="data-dotted" width="150px">
26-
<table class="data-col1" width="150">
27-
<tr><td style="padding: 14 0 4 0;"><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a></td></tr>
25+
<td class="data-dotted">
26+
<table class="data-col1">
27+
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a></td></tr>
2828
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo $data[$key]['TIME']?></a></td></tr>
2929
</table>
3030
</td>
3131
<td class="data-dotted" width="830px">
3232
<div style="height:20px; width:20px;"></div>
33-
<table class="data-col5" width="720px">
33+
<table class="data-col5" width="806px">
3434
<tr>
3535
<td class="username" style="padding: 0 0 20 0" >
3636
<?php echo $data[$key]['CMD'] ?>

web/templates/admin/list_mail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151
?>
5252
<tr class="data-row">
53-
<td class="data-dotted" width="150">
53+
<td class="data-dotted">
5454
<table class="data-col1">
5555
<tr><td><input type="checkbox" class="ch-toggle" name="domain[]" value="<?php echo "$key" ?>" ></td></tr>
5656
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>

0 commit comments

Comments
 (0)