1234567891011121314151617181920212223 |
- @CHARSET "UTF-8";
- .panel_title {
- background : #EFF3F8;
- height : 26px;
- width : 210px;
- border : 1px solid #CBCBCB;
- padding-left : 10px;
- color : #1367A7;
- font-weight : bold;
- text-align : left!important;
- }
- .panel {
- width : 220px;
- border : 1px solid #CBCBCB;
- border-top : none;
- height : 300px;
- overflow : auto;
- }
- table.select td{
- border : none!important;
- }
|