GUAC-605: Add statusModal service. Set appropriate styles.

This commit is contained in:
Michael Jumper
2014-11-12 18:26:38 -08:00
parent 4f6a69fea1
commit 1fd5497382
5 changed files with 156 additions and 63 deletions

View File

@@ -81,6 +81,7 @@ input[type="submit"], button, a.button {
padding-right: 1em;
padding-left: 1em;
min-width: 5em;
margin: 0.25em;
}
@@ -171,6 +172,23 @@ div.section {
padding: 1em;
}
.dialog-outer {
display: table;
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
}
.dialog-middle {
width: 100%;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.dialog.edit {
max-height: 100%;
}
@@ -237,6 +255,14 @@ div.section {
text-align: center;
}
.dialog.status {
width: 3in;
}
.dialog.status > * {
margin: 0.25em;
};
/*
* List elements
*/