Commit 03634cb7914185267d7572e5ecec5c65bffdb195

Authored by Eugeny Galkovskiy
1 parent f2a4ccfe

langs

frontend/views/layouts/main.php
... ... @@ -134,20 +134,6 @@ JS;
134 134 gtag('config', '<?=$settings->ga_code?>');
135 135 </script>
136 136 <?php } ?>
137   - <style>
138   - .langs {
139   - text-transform: uppercase;
140   - line-height: 23px;
141   - margin-top: 2px;
142   - margin-bottom: -2px;
143   - }
144   - .langs a.active {
145   - color: #5cbfa9!important;
146   - font-weight: bold;
147   - cursor:default;
148   - text-decoration:none;
149   - }
150   - </style>
151 137  
152 138 </head>
153 139 <body>
... ...
frontend/web/css/custom.css
... ... @@ -578,7 +578,9 @@ div.modal-title{
578 578 text-transform: uppercase;
579 579 line-height: 23px;
580 580 margin-top: 2px;
  581 + display: inline-block;
581 582 margin-bottom: -2px;
  583 + margin-left: 20px;
582 584 }
583 585 .langs a.active {
584 586 color: #5cbfa9!important;
... ...