add confirm dialog to topo link delete

This commit is contained in:
Oliver Gorwits
2013-08-31 07:38:39 +01:00
parent 914a03a19c
commit 1c04d32cd2
4 changed files with 36 additions and 6 deletions

View File

@@ -152,6 +152,11 @@ div.content > div.tab-content table.nd_floatinghead thead {
text-align: center;
}
/* undo nd_center-cell when in a modial dialog (which lives in table cell) */
.table .nd_center-cell .modal-body {
text-align: left;
}
/* fix layout of form fields inside the (topology) table */
td div.input-append {
margin-bottom: 0px;