diff --git a/get_together/static/css/get_together.css b/get_together/static/css/get_together.css index 43f64bb..b7e3a5e 100644 --- a/get_together/static/css/get_together.css +++ b/get_together/static/css/get_together.css @@ -110,4 +110,35 @@ ul.errorlist li { font-size: 2em; font-weight: bold; text-shadow: 2px 2px #444; -} \ No newline at end of file +} + +.btn-default { + color: #fff; + background-color: #848484; + border-color: #757575; +} + +.btn-default:hover { + color: #292b2c; + background-color: #e6e6e6; + border-color: #adadad; +} + +.btn-default:focus, .btn-default.focus { + -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); + box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); +} + +.btn-default.disabled, .btn-default:disabled { + color: #e6e6e6; + background-color: #b3b3b3; + border-color: #adadad; +} + +.btn-secondary:active, .btn-secondary.active, +.show > .btn-secondary.dropdown-toggle { + color: #292b2c; + background-color: #e6e6e6; + background-image: none; + border-color: #adadad; +} diff --git a/get_together/templates/get_together/teams/about_team.html b/get_together/templates/get_together/teams/about_team.html index 79645a9..666962b 100644 --- a/get_together/templates/get_together/teams/about_team.html +++ b/get_together/templates/get_together/teams/about_team.html @@ -1,91 +1,12 @@ -{% extends "get_together/base.html" %} +{% extends "get_together/teams/team_page_base.html" %} {% load static markup tz %} -{% block add_to_title %} | {{team.name}}{% endblock %} +{% block about-button %}btn-default{% endblock %} -{% block styles %} - -{% endblock %} - -{% block content %} -
{{ team.description|markdown }} |
- |
Organization: | {{ team.organization.name }} | -
Website: | {{ team.web_url }} | -
Events: | Return to Events | -