Add image request calls

This commit is contained in:
2017-07-14 07:28:09 -05:00
parent e138d56c5e
commit 1c08032627
12 changed files with 251 additions and 178 deletions

View File

@@ -263,16 +263,19 @@ div.fullscreen {
margin-left: 150px;
}
aside.flash {
div.flash {
font-size: 24px;
position: fixed;
top: 0px;
width: 100%;
}
aside.flash.error {
div.flash.error {
background-color: #DD0000;
color: #FFFFFF;
}
aside.flash.success {
div.flash.success {
background-color: #229af9;
color: #FFFFFF;
}