diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index d80643e..96d6c54 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -330,9 +330,9 @@ ?>
-
-
-

+
+
+

field($feedback, 'topic') ->hiddenInput(['value' => Feedback::SCENARIO_CALCULATOR]) @@ -376,25 +376,24 @@

:

- - field($feedback, "latitude") - ->textInput() - ->label( - \Yii::t( - 'app', - 'Latitude' - ) - )?> - - field($feedback, "longitude") - ->textInput() - ->label( - \Yii::t( - 'app', - 'Longitude' - ) - )?> - +
+
field($feedback, "latitude") + ->textInput() + ->label( + \Yii::t( + 'app', + 'Latitude' + ) + )?>
+
field($feedback, "longitude") + ->textInput() + ->label( + \Yii::t( + 'app', + 'Longitude' + ) + )?>
+
field($feedback, "south_deviation") ->textInput() ->label( @@ -408,10 +407,10 @@
-
+
-
+
@@ -424,7 +423,7 @@

-
+
field($feedback, "power_station_type") diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 10eb39d..1d21a75 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -289,9 +289,9 @@ section.blue-fon {padding-top: 25px;} text-align: center; } #video-bg .arrow_bottom a{ - font-size: 72px; - color: rgba(255, 255, 255, 0.3); - transition:0.2s; + font-size: 100px; + color: rgba(255, 255, 255, 0.5); + transition: 0.2s; } #video-bg .arrow_bottom a:hover{ color: rgba(255, 255, 255, 0.8); -- libgit2 0.21.4