diff --git a/cadasta/core/static/css/main.css b/cadasta/core/static/css/main.css index 9fcc84f3c..93ab34a69 100644 --- a/cadasta/core/static/css/main.css +++ b/cadasta/core/static/css/main.css @@ -937,7 +937,7 @@ address { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } -} + .col-md-1 { width: 8.33333%; } .col-md-2 { @@ -4767,29 +4767,13 @@ div.org-logo { .col-height { display: table-cell; - float: left; + float: none; height: 100%; } -#about-org { - display: table-cell; - float: left; - height: 100%; -} - -@media (max-width: 992px){ - #about-org{ - clear: both; - width: 100%; - } -} - @media (max-width: 991px) { - .row-height { + .row-height, .col-height { display: block; } - .col-height { - display: table-header-group; - width: 100%; - } + #organization-single .content-single > .row { margin-left: 0; } #organization-single .row-height { @@ -4797,7 +4781,7 @@ div.org-logo { margin: 0 auto; background: #fff; } #organization-single .detail { - display: table-header-group; + display: table-footer-group; box-shadow: none; } #organization-single .detail section { padding: 20px; } } @@ -5408,9 +5392,6 @@ ul.resource-actions > li { #search-results.table h4 { margin-bottom: 12px; } -#search-results.table img.thumb-60 { - margin-left: 24px; } - #search-results.table img.thumb-60 ~ table { width: calc(100% - 100px); } diff --git a/cadasta/templates/organization/organization_dashboard.html b/cadasta/templates/organization/organization_dashboard.html index 8079c1931..5379fc7c6 100644 --- a/cadasta/templates/organization/organization_dashboard.html +++ b/cadasta/templates/organization/organization_dashboard.html @@ -74,7 +74,7 @@

{% trans "You're ready to go" %}

-
+
{% if organization.logo %}