Commit 5c89963f74dd52dfe61d208c3fa2609a2a99e66a
1 parent
0d556e29
qwerty
Showing
6 changed files
with
23 additions
and
18 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -487,7 +487,7 @@ _________________________________________________________ --> | @@ -487,7 +487,7 @@ _________________________________________________________ --> | ||
| 487 | 487 | ||
| 488 | <!-- *** FOOTER END *** --> | 488 | <!-- *** FOOTER END *** --> |
| 489 | 489 | ||
| 490 | - <span id="back-to-top" title="Back to top"><i class="fa fa-arrow-up"></i></span> | 490 | + <span id="back-to-top" title="Back to top"></span> |
| 491 | 491 | ||
| 492 | </div> | 492 | </div> |
| 493 | <div id="overlay" style="display:none;"></div> | 493 | <div id="overlay" style="display:none;"></div> |
frontend/views/site/about.php
| @@ -76,14 +76,14 @@ | @@ -76,14 +76,14 @@ | ||
| 76 | </section> | 76 | </section> |
| 77 | </div> | 77 | </div> |
| 78 | 78 | ||
| 79 | - <div class="col-md-4"> | ||
| 80 | - <div class="video"> | ||
| 81 | - <div class="embed-responsive embed-responsive-4by3"> | ||
| 82 | - <iframe class="embed-responsive-item" src="//www.youtube.com/embed/i9AHJkHqkpw?autoplay=0&showinfo=0&controls=0"></iframe> | ||
| 83 | - </div> | ||
| 84 | - | ||
| 85 | - </div> | ||
| 86 | - </div> | 79 | +<!-- <div class="col-md-4">--> |
| 80 | +<!-- <div class="video">--> | ||
| 81 | +<!-- <div class="embed-responsive embed-responsive-4by3">--> | ||
| 82 | +<!-- <iframe class="embed-responsive-item" src="//www.youtube.com/embed/i9AHJkHqkpw?autoplay=0&showinfo=0&controls=0"></iframe>--> | ||
| 83 | +<!-- </div>--> | ||
| 84 | +<!----> | ||
| 85 | +<!-- </div>--> | ||
| 86 | +<!-- </div>--> | ||
| 87 | </div> | 87 | </div> |
| 88 | </section> | 88 | </section> |
| 89 | </div> | 89 | </div> |
frontend/views/site/index.php
| @@ -37,7 +37,9 @@ _________________________________________________________ --> | @@ -37,7 +37,9 @@ _________________________________________________________ --> | ||
| 37 | <a href="<?=$slide->link?>"><?=ImageHelper::set($slide->language->image->getPath()) | 37 | <a href="<?=$slide->link?>"><?=ImageHelper::set($slide->language->image->getPath()) |
| 38 | ->cropResize(650, 380) | 38 | ->cropResize(650, 380) |
| 39 | ->quality(84) | 39 | ->quality(84) |
| 40 | - ->renderImage()?></a> | 40 | + ->renderImage([ |
| 41 | + 'class' => 'img-responsive' | ||
| 42 | + ])?></a> | ||
| 41 | </div> | 43 | </div> |
| 42 | </div> | 44 | </div> |
| 43 | </div> | 45 | </div> |
frontend/web/css/custom.css
| @@ -113,20 +113,20 @@ ul.list-style-none{ | @@ -113,20 +113,20 @@ ul.list-style-none{ | ||
| 113 | bottom: 50px; | 113 | bottom: 50px; |
| 114 | right: 50px; | 114 | right: 50px; |
| 115 | z-index: 9999; | 115 | z-index: 9999; |
| 116 | - width: 60px; | ||
| 117 | - height: 60px; | 116 | + width: 48px; |
| 117 | + height: 48px; | ||
| 118 | text-align: center; | 118 | text-align: center; |
| 119 | line-height: 50px; | 119 | line-height: 50px; |
| 120 | - font-size: 32px; | ||
| 121 | - background: #6aae7a; | ||
| 122 | - color: #fff; | 120 | + background-color: #6aae7a; |
| 123 | cursor: pointer; | 121 | cursor: pointer; |
| 124 | text-decoration: none; | 122 | text-decoration: none; |
| 125 | transition: opacity 0.2s ease-out; | 123 | transition: opacity 0.2s ease-out; |
| 126 | opacity: 0; | 124 | opacity: 0; |
| 127 | - padding: 4px 1px 4px 0; | ||
| 128 | border-radius: 50%; | 125 | border-radius: 50%; |
| 129 | box-shadow: 1px 4px 3px 0px rgba(0, 0, 0, 0.2); | 126 | box-shadow: 1px 4px 3px 0px rgba(0, 0, 0, 0.2); |
| 127 | + background-image: url("/img/arrow-up-big.png") !important; | ||
| 128 | + background-position: 50% 50% !important; | ||
| 129 | + background-repeat: no-repeat !important; | ||
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | #back-to-top:hover { | 132 | #back-to-top:hover { |
| @@ -153,4 +153,7 @@ ul.list-style-none{ | @@ -153,4 +153,7 @@ ul.list-style-none{ | ||
| 153 | font-weight: bold; | 153 | font-weight: bold; |
| 154 | cursor: default; | 154 | cursor: default; |
| 155 | text-decoration: none; | 155 | text-decoration: none; |
| 156 | -} | ||
| 157 | \ No newline at end of file | 156 | \ No newline at end of file |
| 157 | +} | ||
| 158 | + | ||
| 159 | +.has-error .form-control {border-color: #e80000;} | ||
| 160 | +.has-success .form-control {border-color: #009e03;} | ||
| 158 | \ No newline at end of file | 161 | \ No newline at end of file |
frontend/web/css/style.blue.css
| @@ -3,4 +3,4 @@ | @@ -3,4 +3,4 @@ | ||
| 3 | * http://geedmo.github.com/yamm3 | 3 | * http://geedmo.github.com/yamm3 |
| 4 | * | 4 | * |
| 5 | * @geedmo - Licensed under the MIT license | 5 | * @geedmo - Licensed under the MIT license |
| 6 | - */.yamm .nav,.yamm .collapse,.yamm .dropup.use-yamm,.yamm .dropdown.use-yamm{position:static}.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .nav.navbar-right .dropdown-menu{left:auto;right:0}.yamm .yamm-content{padding:20px 30px}.yamm .dropdown.yamm-fw .dropdown-menu{left:15px;right:15px} | ||
| 7 | \ No newline at end of file | 6 | \ No newline at end of file |
| 7 | + */.yamm .nav,.yamm .collapse,.yamm .dropup.use-yamm,.yamm .dropdown.use-yamm{position:static}.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .nav.navbar-right .dropdown-menu{left:auto;right:0}.yamm .yamm-content{padding:20px 30px}.yamm .dropdown.yamm-fw .dropdown-menu{left:15px;right:15px}#back-to-top{background-color:#294d76;}#back-to-top:hover{background-color:#2e6a98;} | ||
| 8 | \ No newline at end of file | 8 | \ No newline at end of file |
188 Bytes