diff --git a/cadasta/core/static/css/main.css b/cadasta/core/static/css/main.css index 93ab34a69..c7a7e3fd7 100644 --- a/cadasta/core/static/css/main.css +++ b/cadasta/core/static/css/main.css @@ -935,9 +935,7 @@ address { @media (min-width: 992px) { .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; - } - + float: left; } .col-md-1 { width: 8.33333%; } .col-md-2 { @@ -4771,9 +4769,8 @@ div.org-logo { height: 100%; } @media (max-width: 991px) { - .row-height, .col-height { + .row-height, .col-height { display: block; } - #organization-single .content-single > .row { margin-left: 0; } #organization-single .row-height { @@ -5392,6 +5389,9 @@ 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); } @@ -6511,4 +6511,6 @@ h1 .label { color: #a6a7a8; display: block; text-transform: uppercase; - padding-bottom: 2px; } \ No newline at end of file + padding-bottom: 2px; } + +/*# sourceMappingURL=../../../../../static/css/main.css.map */ \ No newline at end of file diff --git a/cadasta/core/static/css/orgs.scss b/cadasta/core/static/css/orgs.scss index 077a74c74..d3a5e61df 100644 --- a/cadasta/core/static/css/orgs.scss +++ b/cadasta/core/static/css/orgs.scss @@ -92,7 +92,6 @@ div.org-logo { background: #fff; } .detail { - display: table-footer-group; box-shadow: none; section { padding: 20px;