Cleanup creator save/delete responses
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user