Skip to content

Commit

Permalink
Dev: Welcome page boxes, width/height ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 16, 2016
1 parent 8b667cf commit 877f6f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="row text-center hidden-xs">
<div class="row text-center hidden-xs row-eq-height">
16 changes: 16 additions & 0 deletions styles/Sea_Green/css/lime-admin-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2186,3 +2186,19 @@ table#responsedetail tr td{
margin-left: auto;
margin-right: auto
}

/*
* Row with equal height columns
* --------------------------------------------------
*/
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.welcome .panel {
height: 90%;
min-width: 200px;
}

0 comments on commit 877f6f2

Please sign in to comment.