Files
EasySoft-ZenTaoPMS/module/install/css/common.css
Catouse 388dcbd8ec * ajusted views of module 'install', 'upgrade'.
* fixed css selector when call chosen method.
2014-04-11 17:04:27 +08:00

16 lines
749 B
CSS

body{background: #f1f1f1;}
.container{padding: 0}
.modal-dialog{width: 800px}
.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}}
.ok{background:green; color:white}
.fail{background:red; color:white}