From 7da2c3f9a3b14fc887395ea44a7dcc5e0ce7bbbe Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 29 Dec 2016 14:02:26 +0200 Subject: [PATCH] -Login style add --- frontend/web/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 3c8f675..e146a37 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -272,7 +272,14 @@ ul.btns-box3 li a img {width: 110px;height:110px;} line-height: 29px; margin-top: 49px; } -.forms_ label {float: left;color: #fff200; font-size: 14px;font-family: Ubuntu; margin-top: 12px;} +.forms_ label { + float: left; + color: #fff200; + font-size: 14px; + font-family: Ubuntu; + margin-top: 12px; + text-transform: uppercase; +} .forms_ input { width: 100%; float: left; -- libgit2 0.21.4