Skip to content

Commit

Permalink
[TASK] Set vertical-align: top for nicer display of grid in CMS 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Feb 18, 2015
1 parent 62724fe commit 4e3216e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Public/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
td.spacer { width: 8px !important; max-width: 8px !important; height: 8px; }
.toggle-content { cursor: pointer; float: right; margin-top: -15px; }
.flux-grid { width: 100%; }
.flux-grid td { vertical-align: top; }
.flux-grid-hidden { display: none; }
.t3-page-ce .toggle-content { visibility: hidden; }
.t3-page-ce:hover .toggle-content { visibility: visible; }
Expand Down

0 comments on commit 4e3216e

Please sign in to comment.