From 8d3db7963d1be75b559a508a1445d1acfbecf5aa Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 24 May 2018 17:22:40 +0800 Subject: [PATCH] * change style of language change btn in login view. --- module/user/css/login.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/user/css/login.css b/module/user/css/login.css index 67a89a10a3..246d257ad8 100644 --- a/module/user/css/login.css +++ b/module/user/css/login.css @@ -13,3 +13,5 @@ body {background: #00B1FD linear-gradient(-90deg, #0072F3 0%, #00B1FD 100%);} #info {margin-top: 10px; color: #fff;} #info .btn + .btn {margin-left: 5px;} .alert-info {color: #00a9fc;} +#langs > .btn, +#langs > .dropdown-menu {min-width: 0; width: 85px;} \ No newline at end of file