Skip to content

Commit

Permalink
[#2269] Fix embed button when no view description
Browse files Browse the repository at this point in the history
  • Loading branch information
brew authored and amercader committed Feb 10, 2015
1 parent efe5dde commit 84e30dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ckan/public/base/less/module.less
Expand Up @@ -183,6 +183,10 @@

.ckanext-datapreview {
position: relative;
clear: both;

padding-top: 15px;
margin-top: 0;

& > iframe {
min-height: 400px;
Expand All @@ -206,7 +210,7 @@
margin-top: 0;
margin-bottom: 0;
.border-radius(3px 3px 0 0);
.actions {
.actions {
position: relative;
float: right;
top: -10px;
Expand Down

0 comments on commit 84e30dd

Please sign in to comment.