[css/grid.css][xs]: remove dialog css as made obsolete when we moved to boostrap modal - cf 9c0c4dfae3.
This commit is contained in:
65
css/grid.css
65
css/grid.css
@@ -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
|
* Transform Dialog
|
||||||
*********************************************************/
|
*********************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user