diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css index 81ab4b0..f998ff7 100644 --- a/src/colab/static/css/screen.css +++ b/src/colab/static/css/screen.css @@ -99,3 +99,39 @@ /* Overwritting max-width for better web responsive */ max-width: 95% !important; } + +/* Forms */ +.required label:before { + color: #f00; + content: "* "; +} + +input[type="text"], +input[type="password"] { + width: 300px; + padding: 3px; +} +/* End Forms */ + +/* Changing Bootstrap*/ +fieldset>legend { + display:block; + font-weight:bold; + font-size:1.2em; + margin-top:-0.2em; + margin-bottom:0em; + border: none; +} + +.well { + background:#e5eCf9 !important; +} + +.col-lg-6 .well{ + max-width:570px; +} + +.col-lg-3 .well{ + max-width:285px; +} +/* End changes */ diff --git a/src/planet/templates/feedzilla/base.html b/src/planet/templates/feedzilla/base.html index 33d7e5d..a3adc5e 100644 --- a/src/planet/templates/feedzilla/base.html +++ b/src/planet/templates/feedzilla/base.html @@ -6,25 +6,21 @@
{% trans "Thank you. Your application has been accepted and will be reviewed by admin in the near time." %}
-{% else %} - -