* ajusted views of module 'install', 'upgrade'.
* fixed css selector when call chosen method.
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
body{background:white; margin-top:50px}
|
||||
caption, th, td {padding:10px; font-size:16px}
|
||||
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}
|
||||
th{text-align:right}
|
||||
|
||||
Reference in New Issue
Block a user