Commit 5fc2281795ebe24cd9a191b3748c790f2467ab82
1 parent
a52eeadd
form view
Showing
2 changed files
with
10 additions
and
7 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -306,7 +306,7 @@ $this->title = 'My Yii Application'; |
306 | 306 | </section> |
307 | 307 | |
308 | 308 | |
309 | -<section class="bar background-gray no-mb maps-header" id="sect7"> | |
309 | +<section class="bar background-blue no-mb maps-header" id="sect7"> | |
310 | 310 | <div class="container"> |
311 | 311 | <div class="row"> |
312 | 312 | <div class="col-md-12"> | ... | ... |
frontend/web/css/custom.css
... | ... | @@ -220,28 +220,28 @@ img.img-responsive.img-circle { |
220 | 220 | .navbar-collapse.collapse ul li br{display:none;} |
221 | 221 | .navbar-collapse.collapse ul li a{line-height:20px!important;} |
222 | 222 | } |
223 | -#sect3,#sect5{color:#fff;} | |
224 | -#sect3 h2, #sect5 h2{ | |
223 | +#sect3,#sect5,#sect7{color:#fff;} | |
224 | +#sect3 h2, #sect5 h2, #sect7 h2{ | |
225 | 225 | border-bottom: solid 5px #ff9701; |
226 | 226 | color: #fff;} |
227 | -#sect3 .box-simple .icon,#sect5 .box-simple .icon{ | |
227 | +#sect3 .box-simple .icon,#sect5 .box-simple .icon,#sect7 .box-simple .icon{ | |
228 | 228 | color: #ff9701; |
229 | 229 | border: 3px solid; |
230 | 230 | border-color: #ff9701; |
231 | 231 | line-height: 75px; |
232 | 232 | margin-bottom: 15px; |
233 | 233 | } |
234 | -#sect3 .box-simple h3, #sect5 .box-simple h3{ | |
234 | +#sect3 .box-simple h3, #sect5 .box-simple h3, #sect7 .box-simple h3{ | |
235 | 235 | color: #fff; |
236 | 236 | } |
237 | -#sect3 .list-sessions, #sect5 .list-sessions{ | |
237 | +#sect3 .list-sessions, #sect5 .list-sessions, #sect7 .list-sessions{ | |
238 | 238 | list-style: none; |
239 | 239 | padding: 0; |
240 | 240 | text-align: left; |
241 | 241 | color: #ffffff; |
242 | 242 | } |
243 | 243 | |
244 | -#sect3 .list-sessions li, #sect5 .list-sessions li { | |
244 | +#sect3 .list-sessions li, #sect5 .list-sessions li, #sect7 .list-sessions li { | |
245 | 245 | background-image: url(../img/ckeck2.png); |
246 | 246 | background-position: 0px 4px; |
247 | 247 | background-repeat: no-repeat; |
... | ... | @@ -289,4 +289,7 @@ img.img-responsive.img-circle { |
289 | 289 | } |
290 | 290 | @media (max-width:767px) { |
291 | 291 | .modal-dialog{margin:0;} |
292 | +} | |
293 | +#sect7 .heading { | |
294 | + margin-bottom: 30px; | |
292 | 295 | } |
293 | 296 | \ No newline at end of file | ... | ... |