[css/grid.css][xs]: remove dialog css as made obsolete when we moved to boostrap modal - cf 9c0c4dfae3618c999e2db5d3f8b600fbd47c2a41.

This commit is contained in:
Rufus Pollock 2012-05-13 07:17:30 +01:00
parent c0c721c574
commit 8b746f707c

View File

@ -141,71 +141,6 @@ div.data-table-cell-content-numeric > a.data-table-cell-edit {
}
/**********************************************************
* Dialogs
*********************************************************/
.dialog-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #666;
opacity: 0.5;
}
.dialog {
position: fixed;
left: 0;
width: 100%;
text-align: center;
}
.dialog-frame {
margin: 0 auto;
text-align: left;
background: white;
border: 1px solid #3a5774;
}
.dialog-border {
border: 4px solid #c1d9ff;
}
.dialog-header {
background: #e0edfe;
padding: 10px;
font-weight: bold;
font-size: 1.6em;
color: #000;
cursor: move;
}
.dialog-body {
overflow: auto;
font-size: 1.3em;
padding: 15px;
}
.dialog-instruction {
padding: 0 0 7px;
}
.dialog-footer {
font-size: 1.3em;
background: #eee;
padding: 10px;
}
.dialog-busy {
width: 400px;
border: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/**********************************************************
* Transform Dialog
*********************************************************/