Commit b3869f87f1b6910273382277197cb615c6d06067

Authored by Eugeny Galkovskiy
1 parent 8bd6cd5d

langs

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
frontend/views/layouts/main.php
@@ -136,9 +136,21 @@ JS; @@ -136,9 +136,21 @@ JS;
136 <?php } ?> 136 <?php } ?>
137 <style> 137 <style>
138 .langs { 138 .langs {
  139 + text-transform: uppercase;
  140 + line-height: 23px;
  141 + margin-top: 2px;
  142 + display: inline-block;
  143 + margin-bottom: -2px;
  144 + margin-left: 20px;
139 margin-left:10px; 145 margin-left:10px;
140 display:inline-block; 146 display:inline-block;
141 } 147 }
  148 + .langs a.active {
  149 + color: #5cbfa9!important;
  150 + font-weight: bold;
  151 + cursor:default;
  152 + text-decoration:none;
  153 + }
142 </style> 154 </style>
143 155
144 </head> 156 </head>