From f676e02bc1d6f4e608777ef7a8ebc29f691c1464 Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Wed, 28 Sep 2016 11:31:52 -0300 Subject: [PATCH] Register user logo #14 --- core/static/css/base/amadeus.css | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index e8a5b96..6b48e5f 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -271,6 +271,14 @@ a.alert_message:hover{color : grey} display: none; } +/*Logo register user*/ +#logo{ + max-width: 30%; + margin-top: 1em; + margin-bottom: 1em; +} +/*====================== ========*/ + .accordion { background: #c0c0c0; } -- libgit2 0.21.2