From 91f3b77d4743731b6f0b2f282a592752565d7d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Tue, 29 Sep 2015 16:06:11 +0200 Subject: made login as modal with arnesaai button + modals beautified; --- css/codeq.css | 26 +++++++++++++++ index.html | 95 ++++++++++++++++++++++++++++++++++++++++--------------- js/codeq/login.js | 4 ++- 3 files changed, 98 insertions(+), 27 deletions(-) diff --git a/css/codeq.css b/css/codeq.css index 138761b..2efa5b0 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -44,6 +44,32 @@ body { border-top-right-radius: 0; } +/* modalLogIn */ + +#modalLogIn{ + min-width: 250px; + padding: 14px 14px 0; + overflow:hidden; + background-color:rgba(255,255,255,.8); +} +#modalLogIn .help-block{ + font-size:12px +} +#modalLogIn .bottom{ + background-color:rgba(255,255,255,.8); + border-top:1px solid #ddd; + clear:both; + padding:14px; +} +#modalLogIn .ssa-buttons{ + margin-bottom: 1em; +} + +#modalLogIn .form-group { + margin-bottom: 10px; +} + + /* screen language */ #screen_language { diff --git a/index.html b/index.html index 105fae4..20137a7 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@