Alec Rust 3 лет назад
Родитель
Сommit
8fc3d5b193

+ 4 - 2
web/css/src/themes/default.css

@@ -737,6 +737,8 @@ form#vstobjects .alert {
   font-size: 0.75rem;
   font-size: 0.75rem;
   padding-left: 0;
   padding-left: 0;
   line-height: 14px;
   line-height: 14px;
+  margin-top: 12px;
+  margin-bottom: 12px;
 }
 }
 
 
 .l-stat__col li {
 .l-stat__col li {
@@ -2415,7 +2417,7 @@ a.vst-text:active b {
   appearance: none;
   appearance: none;
   background-image: url(/images/arrow.png);
   background-image: url(/images/arrow.png);
   background-repeat: no-repeat;
   background-repeat: no-repeat;
-  background-position: right 8px center;
+  background-position: right 9px center;
   text-shadow: 0 0 0 #4b4b4b;
   text-shadow: 0 0 0 #4b4b4b;
   box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
   box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
 }
 }
@@ -3649,7 +3651,7 @@ li[aria-expanded="true"] a {
 
 
 .cron-helper-tabs .form-select {
 .cron-helper-tabs .form-select {
   display: inline-block;
   display: inline-block;
-  width: 379px;
+  width: 384px;
 }
 }
 
 
 .cron-helper-tabs .button {
 .cron-helper-tabs .button {

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
web/css/themes/default.min.css


+ 14 - 14
web/templates/pages/add_cron.html

@@ -30,7 +30,7 @@
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div>
+					<div class="u-mt15 u-mb20">
 						<label for="h_min_1" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_min_1" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_min" id="h_min_1">
 						<select class="form-select" name="h_min" id="h_min_1">
 							<option value="*" selected="selected"><?=_('every minute');?></option>
 							<option value="*" selected="selected"><?=_('every minute');?></option>
@@ -41,7 +41,7 @@
 							<option value="*/30"><?=_('every');?> 30</option>
 							<option value="*/30"><?=_('every');?> 30</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -52,7 +52,7 @@
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_hour_2" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_hour_2" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_hour" id="h_hour_2">
 						<select class="form-select" name="h_hour" id="h_hour_2">
 							<option value="*" selected="selected"><?=_('every hour');?></option>
 							<option value="*" selected="selected"><?=_('every hour');?></option>
@@ -61,7 +61,7 @@
 							<option value="*/12"><?=_('every');?> 12</option>
 							<option value="*/12"><?=_('every');?> 12</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_min_2" class="form-label first"><?=_('Minute');?>:</label>
 						<label for="h_min_2" class="form-label first"><?=_('Minute');?>:</label>
 						<select class="form-select" name="h_min" id="h_min_2" style="width:70px;">
 						<select class="form-select" name="h_min" id="h_min_2" style="width:70px;">
 							<option value="0" selected="selected">00</option>
 							<option value="0" selected="selected">00</option>
@@ -70,7 +70,7 @@
 							<option value="45">45</option>
 							<option value="45">45</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -80,7 +80,7 @@
 				<form>
 				<form>
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_day_3" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_day_3" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_day" id="h_day_3">
 						<select class="form-select" name="h_day" id="h_day_3">
 							<option value="*" selected="selected"><?=_('every day');?></option>
 							<option value="*" selected="selected"><?=_('every day');?></option>
@@ -92,7 +92,7 @@
 							<option value="*/15"><?=_('every');?> 15</option>
 							<option value="*/15"><?=_('every');?> 15</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_hour_3" class="form-label first"><?=_('Hour');?>:</label>
 						<label for="h_hour_3" class="form-label first"><?=_('Hour');?>:</label>
 						<select class="form-select" name="h_hour" id="h_hour_3" style="width:70px;">
 						<select class="form-select" name="h_hour" id="h_hour_3" style="width:70px;">
 							<option value="0">00</option>
 							<option value="0">00</option>
@@ -138,7 +138,7 @@
 							<option value="55">55</option>
 							<option value="55">55</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -148,7 +148,7 @@
 				<form>
 				<form>
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_day" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_wday_4" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_wday_4" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_wday" id="h_wday_4">
 						<select class="form-select" name="h_wday" id="h_wday_4">
 							<option value="*" selected="selected"><?=_('every day');?></option>
 							<option value="*" selected="selected"><?=_('every day');?></option>
@@ -163,7 +163,7 @@
 							<option value="0"><?=_('Sunday');?></option>
 							<option value="0"><?=_('Sunday');?></option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_hour_4" class="form-label first"><?=_('Hour');?>:</label>
 						<label for="h_hour_4" class="form-label first"><?=_('Hour');?>:</label>
 						<select class="form-select" name="h_hour" id="h_hour_4" style="width:70px;">
 						<select class="form-select" name="h_hour" id="h_hour_4" style="width:70px;">
 							<option value="0">00</option>
 							<option value="0">00</option>
@@ -209,7 +209,7 @@
 							<option value="55">55</option>
 							<option value="55">55</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -218,7 +218,7 @@
 			<div id="tabs-5">
 			<div id="tabs-5">
 				<form>
 				<form>
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_month_5" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_month_5" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_month" id="h_month_5">
 						<select class="form-select" name="h_month" id="h_month_5">
 							<option value="*" selected="selected"><?=_('every month');?></option>
 							<option value="*" selected="selected"><?=_('every month');?></option>
@@ -240,7 +240,7 @@
 							<option value="12"><?=_('Dec');?></option>
 							<option value="12"><?=_('Dec');?></option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_day_5" class="form-label first"><?=_('Date');?>:</label>
 						<label for="h_day_5" class="form-label first"><?=_('Date');?>:</label>
 						<select class="form-select" name="h_day" id="h_day_5" style="width:70px;">
 						<select class="form-select" name="h_day" id="h_day_5" style="width:70px;">
 							<option value="1" selected="selected">1</option>
 							<option value="1" selected="selected">1</option>
@@ -320,7 +320,7 @@
 							<option value="55">55</option>
 							<option value="55">55</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>

+ 14 - 14
web/templates/pages/edit_cron.html

@@ -30,7 +30,7 @@
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div>
+					<div class="u-mt15 u-mb20">
 						<label for="h_min_1" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_min_1" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_min" id="h_min_1">
 						<select class="form-select" name="h_min" id="h_min_1">
 							<option value="*" selected="selected"><?=_('every minute');?></option>
 							<option value="*" selected="selected"><?=_('every minute');?></option>
@@ -41,7 +41,7 @@
 							<option value="*/30"><?=_('every');?> 30</option>
 							<option value="*/30"><?=_('every');?> 30</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -52,7 +52,7 @@
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_hour_2" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_hour_2" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_hour" id="h_hour_2">
 						<select class="form-select" name="h_hour" id="h_hour_2">
 							<option value="*" selected="selected"><?=_('every hour');?></option>
 							<option value="*" selected="selected"><?=_('every hour');?></option>
@@ -61,7 +61,7 @@
 							<option value="*/12"><?=_('every');?> 12</option>
 							<option value="*/12"><?=_('every');?> 12</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_min_2" class="form-label first"><?=_('Minute');?>:</label>
 						<label for="h_min_2" class="form-label first"><?=_('Minute');?>:</label>
 						<select class="form-select" name="h_min" id="h_min_2" style="width:70px;">
 						<select class="form-select" name="h_min" id="h_min_2" style="width:70px;">
 							<option value="0" selected="selected">00</option>
 							<option value="0" selected="selected">00</option>
@@ -70,7 +70,7 @@
 							<option value="45">45</option>
 							<option value="45">45</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -80,7 +80,7 @@
 				<form>
 				<form>
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_day_3" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_day_3" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_day" id="h_day_3">
 						<select class="form-select" name="h_day" id="h_day_3">
 							<option value="*" selected="selected"><?=_('every day');?></option>
 							<option value="*" selected="selected"><?=_('every day');?></option>
@@ -92,7 +92,7 @@
 							<option value="*/15"><?=_('every');?> 15</option>
 							<option value="*/15"><?=_('every');?> 15</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_hour_3" class="form-label first"><?=_('Hour');?>:</label>
 						<label for="h_hour_3" class="form-label first"><?=_('Hour');?>:</label>
 						<select class="form-select" name="h_hour" id="h_hour_3" style="width:70px;">
 						<select class="form-select" name="h_hour" id="h_hour_3" style="width:70px;">
 							<option value="0">00</option>
 							<option value="0">00</option>
@@ -138,7 +138,7 @@
 							<option value="55">55</option>
 							<option value="55">55</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -148,7 +148,7 @@
 				<form>
 				<form>
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_month" value="*">
 					<input type="hidden" name="h_day" value="*">
 					<input type="hidden" name="h_day" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_wday_4" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_wday_4" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_wday" id="h_wday_4">
 						<select class="form-select" name="h_wday" id="h_wday_4">
 							<option value="*" selected="selected"><?=_('every day');?></option>
 							<option value="*" selected="selected"><?=_('every day');?></option>
@@ -163,7 +163,7 @@
 							<option value="0"><?=_('Sunday');?></option>
 							<option value="0"><?=_('Sunday');?></option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_hour_4" class="form-label first"><?=_('Hour');?>:</label>
 						<label for="h_hour_4" class="form-label first"><?=_('Hour');?>:</label>
 						<select class="form-select" name="h_hour" id="h_hour_4" style="width:70px;">
 						<select class="form-select" name="h_hour" id="h_hour_4" style="width:70px;">
 							<option value="0">00</option>
 							<option value="0">00</option>
@@ -209,7 +209,7 @@
 							<option value="55">55</option>
 							<option value="55">55</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>
@@ -218,7 +218,7 @@
 			<div id="tabs-5">
 			<div id="tabs-5">
 				<form>
 				<form>
 					<input type="hidden" name="h_wday" value="*">
 					<input type="hidden" name="h_wday" value="*">
-					<div class="u-mb10">
+					<div class="u-mt15 u-mb10">
 						<label for="h_month_5" class="form-label first"><?=_('Run Command');?>:</label>
 						<label for="h_month_5" class="form-label first"><?=_('Run Command');?>:</label>
 						<select class="form-select" name="h_month" id="h_month_5">
 						<select class="form-select" name="h_month" id="h_month_5">
 							<option value="*" selected="selected"><?=_('every month');?></option>
 							<option value="*" selected="selected"><?=_('every month');?></option>
@@ -240,7 +240,7 @@
 							<option value="12"><?=_('Dec');?></option>
 							<option value="12"><?=_('Dec');?></option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div>
+					<div class="u-mb20">
 						<label for="h_day_5" class="form-label first"><?=_('Date');?>:</label>
 						<label for="h_day_5" class="form-label first"><?=_('Date');?>:</label>
 						<select class="form-select" name="h_day" id="h_day_5" style="width:70px;">
 						<select class="form-select" name="h_day" id="h_day_5" style="width:70px;">
 							<option value="1" selected="selected">1</option>
 							<option value="1" selected="selected">1</option>
@@ -320,7 +320,7 @@
 							<option value="55">55</option>
 							<option value="55">55</option>
 						</select>
 						</select>
 					</div>
 					</div>
-					<div class="u-pt18">
+					<div class="u-pt10">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 						<input type="submit" value="<?=_('generate');?>" class="button">
 					</div>
 					</div>
 				</form>
 				</form>

Некоторые файлы не были показаны из-за большого количества измененных файлов