Просмотр исходного кода

Fix UI inputs manage feed (#5765)

* fix input width

* fix feed edit path_entries_filter

---------

Co-authored-by: math-gh <>
maTh 2 лет назад
Родитель
Сommit
98aa0b474e

+ 1 - 1
app/views/helpers/feed/update.phtml

@@ -519,7 +519,7 @@
 			?>
 			<label class="group-name" for="path_entries_filter"><?= _t('sub.feed.css_path_filter') ?></label>
 			<div class="group-controls">
-				<div class="stick w100">
+				<div class="w100">
 					<input type="text" name="path_entries_filter" id="path_entries_filter" class="w100" value="<?= $path_entries_filter ?>"
 						data-leave-validation="<?= $path_entries_filter ?>" placeholder="<?= _t('gen.short.blank_to_disable') ?>" />
 				</div>

+ 1 - 1
p/themes/base-theme/frss.css

@@ -208,7 +208,7 @@ label {
 	display: block;
 }
 
-input {
+input:not(.w50,.w100) {
 	max-width: 90%;
 	width: 300px;
 }

+ 1 - 1
p/themes/base-theme/frss.rtl.css

@@ -208,7 +208,7 @@ label {
 	display: block;
 }
 
-input {
+input:not(.w50,.w100) {
 	max-width: 90%;
 	width: 300px;
 }