Cleanup creator save/delete responses
This commit is contained in:
@@ -105,7 +105,6 @@ article figure .fa,
|
|||||||
article figure .material-icons.figure {
|
article figure .material-icons.figure {
|
||||||
font-size: 1.7cm;
|
font-size: 1.7cm;
|
||||||
line-height: 1.7cm;
|
line-height: 1.7cm;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
article ul {
|
article ul {
|
||||||
@@ -161,3 +160,10 @@ article .gp:after{
|
|||||||
content: " Gold";
|
content: " Gold";
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
center.message {
|
||||||
|
font-size: 1.3em;
|
||||||
|
position: absolute;
|
||||||
|
bottom:0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -95,12 +95,8 @@
|
|||||||
#end
|
#end
|
||||||
|
|
||||||
#if($was_saved)
|
#if($was_saved)
|
||||||
<center style="font-size: 1.3em;position: absolute; bottom:0; width: 100%;">
|
<center class="message">The card has been saved</center>
|
||||||
The card has been saved
|
|
||||||
</center>
|
|
||||||
#end
|
#end
|
||||||
#if($was_deleted)
|
#if($was_deleted)
|
||||||
<center style="position: absolute; bottom:0; width: 100%;">
|
<center class="message">The card has been removed from storage</center>
|
||||||
The card has been removed from storage
|
|
||||||
</center>
|
|
||||||
#end
|
#end
|
||||||
|
|||||||
Reference in New Issue
Block a user