From d81c41d2963ec73daee1f4934be5938f4a407bce Mon Sep 17 00:00:00 2001 From: zhegal Date: Tue, 20 Feb 2018 13:31:24 +0200 Subject: [PATCH] error page --- frontend/views/site/error.php | 33 +++++++++++++++------------------ frontend/web/css/main.css | 11 +++++++++++ frontend/web/img/errorimg.png | Bin 0 -> 87164 bytes 3 files changed, 26 insertions(+), 18 deletions(-) create mode 100644 frontend/web/img/errorimg.png diff --git a/frontend/views/site/error.php b/frontend/views/site/error.php index cced86b..50eda6e 100644 --- a/frontend/views/site/error.php +++ b/frontend/views/site/error.php @@ -7,30 +7,27 @@ use yii\helpers\Html; -$this->title = $name; +//$this->title = $name; ?> +
-
+
- -
- -

- - Obaju template - -

- -

-

- -

-

+
+
+

+
+
+

К сожалению,
этой страницы больше нет

+
+
- -
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index e55a7f2..6e7909f 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -810,6 +810,17 @@ a.btn.sqre_btn.yellow_calc.modaled.init-button-сalculate:hover > .phone_hint { bottom: 40px!important; opacity: 0.9!important; } +.button1.noicon{ + padding-left: 0px; +} +p.error-text{ + font-size: 30px; + color: #333333; + font-weight: bold; + line-height: 35px; + margin-top: 30px; + margin-bottom: 50px; +} @media(min-width:1201px){ .links-ses-for-wr .container .row p {margin: 7px 20px;} diff --git a/frontend/web/img/errorimg.png b/frontend/web/img/errorimg.png new file mode 100644 index 0000000..bd79e5e Binary files /dev/null and b/frontend/web/img/errorimg.png differ -- libgit2 0.21.4