Files
EasySoft-ZenTaoPMS/module/editor/css/index.css
Catouse 6480d853e4 * ajusted style of 'editor/view'.
* changed icon of usecase.
 * added border to the table in tab pane.
2014-05-02 11:21:26 +08:00

8 lines
331 B
CSS

table td {padding: 0 10px; vertical-align: top;}
table tr > td:first-child {padding-left: 0;}
table tr > td:last-child {padding-right: 0;}
.panel.with-list {border: none}
.panel.with-list .panel-heading {border: 1px solid #ddd; border-bottom: none}
.panel.with-list .list-group {margin: 0}
.list-group-item.active {color: #1A4F85}