- Created Javascript DialogLib in public/js for showing JQuery UI succes, error and info messages

- Used created DialogLib in infocenterDetails
This commit is contained in:
alex
2019-02-01 16:59:56 +01:00
parent d98c7ec9b2
commit 1b377474b6
5 changed files with 121 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
.dialogmessage
{
text-align: center;
font-size: 1.1em;
margin: 12px 0 10px 0;
}
.dialogmessage .glyphicon
{
top: 3px;
}