Skip to content

Commit

Permalink
issue-1092-finally-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi2095 authored and oliverroick committed Mar 7, 2017
1 parent f2c2742 commit c882bdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
29 changes: 5 additions & 24 deletions cadasta/core/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -4767,37 +4767,21 @@ 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 {
display: table;
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; } }
Expand Down Expand Up @@ -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); }

Expand Down
2 changes: 1 addition & 1 deletion cadasta/templates/organization/organization_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3 style="text-transform: none;">{% trans "You're ready to go" %}</h3>
</div>
<!-- /.main-text -->
<!-- Right detail -->
<div id="about-org" class="col-md-4 detail">
<div class="col-md-4 detail col-height">
<section>
{% if organization.logo %}
<div class="org-logo">
Expand Down

0 comments on commit c882bdb

Please sign in to comment.