mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 11:39:44 -07:00
design corrections
This commit is contained in:
parent
d59de4c125
commit
e7f7371efd
15 changed files with 18 additions and 24 deletions
|
@ -417,7 +417,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
||||||
*/
|
*/
|
||||||
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
||||||
.ui-dialog .ui-dialog-titlebar { padding: .4em 10pt; position: relative; }
|
.ui-dialog .ui-dialog-titlebar { padding: .4em 10pt; position: relative; }
|
||||||
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Georgia; font-style: italic;}
|
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Georgia; font-style: italic; color: #c69c6d;}
|
||||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
||||||
|
|
|
@ -74,6 +74,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i backup archives ";
|
echo "$i backup archives ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -91,6 +91,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i cron jobs ";
|
echo "$i cron jobs ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -75,6 +75,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i databases ";
|
echo "$i databases ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -72,6 +72,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i dns domains ";
|
echo "$i dns domains ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -55,6 +55,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i dns records ";
|
echo "$i dns records ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -60,6 +60,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i ip addresses ";
|
echo "$i ip addresses ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -41,6 +41,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i log records ";
|
echo "$i log records ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -78,6 +78,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i mail domains ";
|
echo "$i mail domains ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -70,5 +70,5 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i mail accounts ";
|
echo "$i mail accounts ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -83,7 +83,7 @@ foreach ($data as $key => $value) {
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<div id="dialog-message" title="Wellcome">
|
<div id="dialog-message" title="Wellcome">
|
||||||
<p>Your have logged in as <span style="color: #34536A;"><b><?php echo "$key" ?></b></span> user.</p>
|
<p>You have logged in as user <?php echo "$key" ?>.</p>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
unset($_SESSION['look_alert']);
|
unset($_SESSION['look_alert']);
|
||||||
|
@ -188,6 +188,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i user accounts ";
|
echo "$i user accounts ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -80,6 +80,6 @@ foreach ($data as $key => $value) {
|
||||||
echo "$i web domains ";
|
echo "$i web domains ";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
listed</i></td>
|
</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -6,12 +6,7 @@
|
||||||
<td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>
|
<td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>
|
||||||
<select style="margin:0 0 0 8px">
|
<select style="margin:0 0 0 8px">
|
||||||
<option>apply to selected</option>
|
<option>apply to selected</option>
|
||||||
<option>rebuild user</option>
|
<option>rebuild</option>
|
||||||
<option>rebuild web</option>
|
|
||||||
<option>rebuild dns</option>
|
|
||||||
<option>rebuild mail</option>
|
|
||||||
<option>rebuild db</option>
|
|
||||||
<option>rebuild cron</option>
|
|
||||||
<option>update counters</option>
|
<option>update counters</option>
|
||||||
<option>suspend</option>
|
<option>suspend</option>
|
||||||
<option>unsuspend</option>
|
<option>unsuspend</option>
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<table class="main"><tr><td>
|
<table class="main"><tr><td>
|
||||||
<table class="top">
|
<table class="top">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="192px"><p class="hostname"><?php echo exec('hostname') ?></p></td>
|
<td width="154px"><p class="hostname"><?php echo exec('hostname') ?></p></td>
|
||||||
<td><a class="top-<?php if($TAB == 'PACKAGES' ) echo 's' ?>link" href="/list/packages/">Packages</a></td>
|
|
||||||
<td><a class="top-<?php if($TAB == 'IP' ) echo 's' ?>link" href="/list/ip/">IP Adresses </a></td>
|
<td><a class="top-<?php if($TAB == 'IP' ) echo 's' ?>link" href="/list/ip/">IP Adresses </a></td>
|
||||||
<td><a class="top-<?php if($TAB == 'RRD' ) echo 's' ?>link" href="/list/rrd/">RRD Graphics</a></td>
|
<td><a class="top-<?php if($TAB == 'RRD' ) echo 's' ?>link" href="/list/rrd/">RRD Graphics</a></td>
|
||||||
<td><a class="top-<?php if($TAB == 'STATS' ) echo 's' ?>link" href="/list/stats/">Statistics</a></td>
|
<td><a class="top-<?php if($TAB == 'STATS' ) echo 's' ?>link" href="/list/stats/">Statistics</a></td>
|
||||||
|
@ -40,7 +39,7 @@
|
||||||
jobs: <? echo $panel[$user]['U_CRON_JOBS']?><br>
|
jobs: <? echo $panel[$user]['U_CRON_JOBS']?><br>
|
||||||
suspended: <? echo $panel[$user]['SUSPENDED_CRON']?></p></li>
|
suspended: <? echo $panel[$user]['SUSPENDED_CRON']?></p></li>
|
||||||
<li><b><a class="nav-<?php if($TAB == 'BACKUP' ) echo 's' ?>link" href="/list/backup/">BACKUP</a></a></b><p class="counters">
|
<li><b><a class="nav-<?php if($TAB == 'BACKUP' ) echo 's' ?>link" href="/list/backup/">BACKUP</a></a></b><p class="counters">
|
||||||
available: <? echo $panel[$user]['U_BACKUPS']?><br>
|
backups: <? echo $panel[$user]['U_BACKUPS']?><br>
|
||||||
<ul></div></td>
|
<ul></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -331,11 +331,11 @@ if (!empty($_SESSION['look'])) {
|
||||||
|
|
||||||
.data-count {
|
.data-count {
|
||||||
background: #EBE9DC;
|
background: #EBE9DC;
|
||||||
color: #5C4D45;
|
color: #c69c6d;
|
||||||
font-size:18 pt;
|
font-size:18 pt;
|
||||||
font-family: Georgia;
|
font-family: Georgia;
|
||||||
margin: 22px 0 0 0;
|
margin: 22px 0 0 0;
|
||||||
padding: 0 12px 0 162px;
|
padding: 0 12px 0 163px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart1 {
|
.chart1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue