diff options
author | Robert Zorko <robertz@gurucue.com> | 2015-09-29 18:14:46 +0200 |
---|---|---|
committer | Robert Zorko <robertz@gurucue.com> | 2015-09-29 18:14:46 +0200 |
commit | b852541b2d23413471c55cb4ee9e5a3e18533d71 (patch) | |
tree | 99130de662fdb1329d8e8d85b035a7a9d8b86b48 /css | |
parent | 41412acda7dbc4f13a892455e3f287427639dffb (diff) | |
parent | 85e530fc7d2cf091734f0d126968d8c50defb65c (diff) |
resolved merge conflict
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 0e4c689..3a9195f 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 { |