Skip to content
Snippets Groups Projects
Commit 72ed4d0b authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed vertical align

parent 8ce83a00
No related branches found
No related tags found
1 merge request!50Upgraded to CKAN 2.10
...@@ -769,7 +769,7 @@ label.rangesearch.disabled { ...@@ -769,7 +769,7 @@ label.rangesearch.disabled {
.is-table-row [class*="span"] { .is-table-row [class*="span"] {
float: none; float: none;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: top;
} }
.is-table-row .row-fluid [class*="span"] { .is-table-row .row-fluid [class*="span"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment