From c5fb17a0d446763541426e8a31203c75d4641bb3 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 2 Feb 2018 16:33:48 +0200 Subject: [PATCH] lang widget --- frontend/views/layouts/main.php | 6 +++++- frontend/web/css/main.css | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 07af053..edd1e1a 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -96,7 +96,11 @@
-
+
div{ + display: inline-block; + height: 100%; + line-height: 30px; + font-size: 13px; + margin: 0 15px; + margin-right:5px; +} +.top_phones span, .top_mail span { + margin: 0 5px; +} +.top_mail, .top_phones{color:#949292;} +.top_phones a{font-weight:bold;color:#333333;} +.top_mail a{color:#0095d7;} @media(min-width:1201px){ .links-ses-for-wr .container .row p {margin: 7px 20px;} -- libgit2 0.21.4