diff options
author | Marko Pušnik <marko.pusnik@guru.si> | 2015-09-29 16:06:11 +0200 |
---|---|---|
committer | Marko Pušnik <marko.pusnik@guru.si> | 2015-09-29 16:06:11 +0200 |
commit | 91f3b77d4743731b6f0b2f282a592752565d7d74 (patch) | |
tree | 91cf098a1495b409ace434e179422f7aa1d87078 /css | |
parent | 22cb497f9ed19548e30a4c86dd99aaa91fd4b344 (diff) |
made login as modal with arnesaai button + modals beautified;
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 26 |
1 files changed, 26 insertions, 0 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 { |