123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- .edit_table {
- padding: 0;
- margin: 0;
- border-collapse:collapse;
- width:100%;
- }
- .edit_table th {
- width: 90px;
- font-size: 13px;
- border: 1px solid #A8CFEB;
- background: #EDF6FC;
- font-size:13px;
- padding: 6px 6px 6px 12px;
- }
- .edit_table td{
- border: 1px solid #A8CFEB;
- background: #fff;
- font-size:12px;
- padding: 6px 6px 6px 12px;
- }
- .edit_table label{
- padding-left: 15px;
- text-indent: -15px;
- cursor:pointer;
- }
- .edit_table label input{
- width: 13px;
- height: 13px;
- padding: 0;
- margin:0;
- vertical-align: bottom;
- position: relative;
- top: -1px;
- *overflow: hidden;
- }
- .edit_table input {
- width: 150px;
- padding:2px;
- }
- .edit_table select {
- width: 150px;
- padding:2px;
- }
- .hidden {
- display: none;
- }
- .button-td{
- background: url("../../themes/default/images/icons-all.gif") no-repeat
- scroll 0 0 transparent;
- display: inline-block !important;
- position: relative;
- vertical-align: top;
- border: medium none;
- height: 24px;
- font-size:12px;
- line-height: 24px;
- text-align: center;
- width: 95px;
- float: right;
- cursor:default;
- margin:2px 20px 2px 2px;
- }
- .button-td-left{
- float: left;
- margin:2px;
- }
- .button-td-hover{
- background-position: 0 -30px;
- }
- .dbformat_td{
- font-size:12px;
- }
- .s{
- box-shadow: 0 0 5px #CCCCCC;
- }
- .o{
- padding: 10px;
- }
- #table-reminder{
- border-collapse:collapse;
- font-size: 13px;
- width: 100%;
- }
- #table-reminder thead tr td{
- border-top: 1px solid #CCCCCC;
- overflow: hidden;
- padding: 10px;
- }
- #option-table{
- border-collapse:collapse;
- font-size: 13px;
- width: 100%;
- border-left: 1px solid #CCCCCC;
- }
- #option-table thead tr td{
- border-top: 1px solid #CCCCCC;
- overflow: hidden;
- padding: 10px;
- }
- .noramlTr td{
- cursor: pointer;
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- overflow: hidden;
- padding: 7px;
- white-space: pre;
- }
- .editable-tr td{
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- overflow: hidden;
- height: 31px;
- }
- .editable-left-div{
- overflow:hidden;
- width:330px;
- height:31px;
- line-height:31px;
- }
- .editable-right-div{
- width:40px;
- overflow:hidden;
- height:31px;
- line-height:31px;
- float:left;
- }
- .hover{
- background: #D4D4D4;
- }
- .remove-bnt{
- margin: 0 0 0 10px;
- text-decoration: none;
- }
- #panel input.short{
- width:60px;
- height:21px;
- }
- #panel input.long{
- height:21px;
- width:160px;
- }
- #panel{
- margin:8px;
- }
|