Files
EasySoft-ZenTaoPMS/module/user/css/deny.css
Catouse 5a7e92fbba * fixed style of table for firefox.
* updated zui.
 * updated function 'setOuterBox' in my.js.
2014-05-12 14:53:37 +08:00

16 lines
756 B
CSS

body{background: #f1f1f1;}
.container{padding: 0}
.modal-dialog{width: 500px!important; margin-top: 10%;}
.modal-footer{text-align: center;margin-top: 0;}
.table,.alert{margin: 0;}
.table+.alert{margin-top: 20px;}
.table.table-form>thead>tr>th, .table.table-form>tbody>tr>th, .table.table-form>tfoot>tr>th{color: #666}
.table>thead>tr>th{background-color: transparent;}
.table.table-form>thead>tr>th, .table.table-form>tbody>tr>th, .table.table-form>tfoot>tr>th, .table.table-form>thead>tr>td, .table.table-form>tbody>tr>td, .table.table-form>tfoot>tr>td{vertical-align: middle;}
@media (max-width: 700px){.modal-dialog{padding: 0;} .modal-content{box-shadow: none;border-width: 1px 0;border-radius: 0}}
.alert {display: table;}
.btn {transition:none;}