Commit 03634cb7914185267d7572e5ecec5c65bffdb195
1 parent
f2a4ccfe
langs
Showing
2 changed files
with
2 additions
and
14 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -134,20 +134,6 @@ JS; | @@ -134,20 +134,6 @@ JS; | ||
134 | gtag('config', '<?=$settings->ga_code?>'); | 134 | gtag('config', '<?=$settings->ga_code?>'); |
135 | </script> | 135 | </script> |
136 | <?php } ?> | 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 | </head> | 138 | </head> |
153 | <body> | 139 | <body> |
frontend/web/css/custom.css
@@ -578,7 +578,9 @@ div.modal-title{ | @@ -578,7 +578,9 @@ div.modal-title{ | ||
578 | text-transform: uppercase; | 578 | text-transform: uppercase; |
579 | line-height: 23px; | 579 | line-height: 23px; |
580 | margin-top: 2px; | 580 | margin-top: 2px; |
581 | + display: inline-block; | ||
581 | margin-bottom: -2px; | 582 | margin-bottom: -2px; |
583 | + margin-left: 20px; | ||
582 | } | 584 | } |
583 | .langs a.active { | 585 | .langs a.active { |
584 | color: #5cbfa9!important; | 586 | color: #5cbfa9!important; |