From 5fc2281795ebe24cd9a191b3748c790f2467ab82 Mon Sep 17 00:00:00 2001 From: zhegal Date: Tue, 5 Dec 2017 12:29:21 +0200 Subject: [PATCH] form view --- frontend/views/site/index.php | 2 +- frontend/web/css/custom.css | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index fe5f9a4..67098c7 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -306,7 +306,7 @@ $this->title = 'My Yii Application'; -
+
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 051c488..df61898 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -220,28 +220,28 @@ img.img-responsive.img-circle { .navbar-collapse.collapse ul li br{display:none;} .navbar-collapse.collapse ul li a{line-height:20px!important;} } -#sect3,#sect5{color:#fff;} -#sect3 h2, #sect5 h2{ +#sect3,#sect5,#sect7{color:#fff;} +#sect3 h2, #sect5 h2, #sect7 h2{ border-bottom: solid 5px #ff9701; color: #fff;} -#sect3 .box-simple .icon,#sect5 .box-simple .icon{ +#sect3 .box-simple .icon,#sect5 .box-simple .icon,#sect7 .box-simple .icon{ color: #ff9701; border: 3px solid; border-color: #ff9701; line-height: 75px; margin-bottom: 15px; } -#sect3 .box-simple h3, #sect5 .box-simple h3{ +#sect3 .box-simple h3, #sect5 .box-simple h3, #sect7 .box-simple h3{ color: #fff; } -#sect3 .list-sessions, #sect5 .list-sessions{ +#sect3 .list-sessions, #sect5 .list-sessions, #sect7 .list-sessions{ list-style: none; padding: 0; text-align: left; color: #ffffff; } -#sect3 .list-sessions li, #sect5 .list-sessions li { +#sect3 .list-sessions li, #sect5 .list-sessions li, #sect7 .list-sessions li { background-image: url(../img/ckeck2.png); background-position: 0px 4px; background-repeat: no-repeat; @@ -289,4 +289,7 @@ img.img-responsive.img-circle { } @media (max-width:767px) { .modal-dialog{margin:0;} +} +#sect7 .heading { + margin-bottom: 30px; } \ No newline at end of file -- libgit2 0.21.4