Skip to content
Snippets Groups Projects
Commit 4fd5df8e authored by falcon's avatar falcon
Browse files

On some pages the export button will be far frome the content it belongs to....

On some pages the export button will be far frome the content it belongs to. We temporarily left align it
parent e39111bb
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,10 @@ and open the template in the editor. ...@@ -8,9 +8,10 @@ and open the template in the editor.
Author : Magnus Vik Magnussen Author : Magnus Vik Magnussen
*/ */
.h5p-export a { .h5p-export {
margin-top: 6px; margin-top: 6px;
float: right; display: block;
float: left;
border-radius: 4px; border-radius: 4px;
padding: 4px 58px 3px 12px; padding: 4px 58px 3px 12px;
font-weight: 900; font-weight: 900;
...@@ -26,7 +27,7 @@ and open the template in the editor. ...@@ -26,7 +27,7 @@ and open the template in the editor.
box-shadow: 0px 0px 4px #666; box-shadow: 0px 0px 4px #666;
} }
.h5p-export a:hover { .h5p-export:hover {
text-decoration: none; text-decoration: none;
color: white; color: white;
box-shadow: 0px 0px 6px #333; box-shadow: 0px 0px 6px #333;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment