Cleanup creator save/delete responses

This commit is contained in:
2017-11-16 21:55:40 +01:00
parent b771cf5343
commit 3ad35df4a9
2 changed files with 9 additions and 7 deletions
+7 -1
View File
@@ -105,7 +105,6 @@ article figure .fa,
article figure .material-icons.figure {
font-size: 1.7cm;
line-height: 1.7cm;
}
article ul {
@@ -161,3 +160,10 @@ article .gp:after{
content: " Gold";
font-size: 0.6em;
}
center.message {
font-size: 1.3em;
position: absolute;
bottom:0;
width: 100%;
}
+2 -6
View File
@@ -95,12 +95,8 @@
#end
#if($was_saved)
<center style="font-size: 1.3em;position: absolute; bottom:0; width: 100%;">
The card has been saved
</center>
<center class="message">The card has been saved</center>
#end
#if($was_deleted)
<center style="position: absolute; bottom:0; width: 100%;">
The card has been removed from storage
</center>
<center class="message">The card has been removed from storage</center>
#end