Skip to content

Commit 24e6bc3

Browse files
committed
git added more space for text to breath freely
1 parent 3d0a69e commit 24e6bc3

26 files changed

+33
-35
lines changed

web/css/main.css

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,9 @@ form {
202202

203203
.submenu-button-main {
204204
width: 130px;
205-
height: 26px;
205+
height: 28px;
206206
cursor: pointer;
207207
color: #555;
208-
color: #444;
209-
background-color: #fafafa;
210208
background-color: #ececec;
211209
border: 1px solid #ccc;
212210
border-radius: 3px 3px 3px 3px;
@@ -218,7 +216,7 @@ form {
218216

219217
.submenu-button {
220218
width: 130px;
221-
height: 26px;
219+
height: 28px;
222220
cursor: pointer;
223221
color: #555;
224222
background-color: #fafafa;
@@ -297,13 +295,13 @@ form {
297295
color: #333333;
298296
display: block;
299297
float: left;
300-
height: 26px;
298+
height: 28px;
301299
margin: 0 4px 0 0;
302300
min-width: 138px;
303301
background-color: #FFFFFF;
304302
border: 1px solid #CCCCCC;
305303
border-radius: 3px 3px 3px 3px;
306-
padding: 3px 5px;
304+
padding: 4px 5px;
307305
}
308306

309307
.submenu-select-dropdown option {
@@ -323,7 +321,7 @@ form {
323321
background-color: #fff;
324322
float: left;
325323
padding: 0px 3px 0px 3px;
326-
height: 24px;
324+
height: 26px;
327325
width: 250px;
328326
margin: 0 4px 0 0;
329327
}
@@ -715,7 +713,7 @@ form {
715713
font-size: 12pt;
716714
color: #555;
717715
height: 30px;
718-
min-width: 136px;
716+
min-width: 138px;
719717
}
720718

721719
@-moz-document url-prefix() {
@@ -810,8 +808,8 @@ form {
810808
}
811809

812810
#vstobjects{
813-
padding-top: 191px;
814-
min-height: 370px;
811+
padding-top: 193px;
812+
min-height: 372px;
815813
}
816814

817815
.login {

web/templates/admin/add_cron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding Cron Job');?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Cron Job');?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding database');?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding database');?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_dns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding DNS Domain');?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding DNS Domain');?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_dns_rec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding DNS Record'); ?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding DNS Record'); ?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_ip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding IP address');?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding IP address');?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_mail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding Mail Domain');?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Mail Domain');?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding Mail Account');?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Mail Account');?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<table class="submenu">
1111
<tr>
12-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding Package');?></b></a>
12+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Package');?></b></a>
1313
<?php
1414
if (!empty($_SESSION['error_msg'])) {
1515
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

web/templates/admin/add_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<table class="submenu">
1010
<tr>
11-
<td style="padding: 16px 8px;" ><a class="name"><b><?php print __('Adding User');?></b></a>
11+
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding User');?></b></a>
1212
<?php
1313
if (!empty($_SESSION['error_msg'])) {
1414
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";

0 commit comments

Comments
 (0)