column.css
58 lines
| 1 | /* =General |
| 2 | -------------------------------------------------------------- */ |
| 3 | .cpac-divider { |
| 4 | display: inline-block; |
| 5 | width: 14px; |
| 6 | height: 12px; |
| 7 | background: transparent url(../images/square.png) no-repeat 50% 7px; |
| 8 | } |
| 9 | span.status-open {} |
| 10 | span.status-closed { |
| 11 | color: red; |
| 12 | } |
| 13 | |
| 14 | /* =Images Column |
| 15 | -------------------------------------------------------------- */ |
| 16 | .cpac-column-value-image { |
| 17 | display: inline-block; |
| 18 | background: transparent; |
| 19 | margin-right: 2px; |
| 20 | overflow: hidden; |
| 21 | } |
| 22 | .cpac-column-value-image img { |
| 23 | display: block; |
| 24 | margin: 0 auto; |
| 25 | } |
| 26 | .column-column-attachment img { |
| 27 | padding-right: 5px; |
| 28 | padding-bottom: 4px; |
| 29 | } |
| 30 | |
| 31 | /* =Color Column |
| 32 | -------------------------------------------------------------- */ |
| 33 | div.cpac-color { |
| 34 | line-height: 26px; |
| 35 | } |
| 36 | div.cpac-color span { |
| 37 | display: block; |
| 38 | -webkit-border-radius: 3px; |
| 39 | border-radius: 3px; |
| 40 | color: #ffffff; |
| 41 | float: left; |
| 42 | height: 16px; |
| 43 | line-height: 16px; |
| 44 | margin-right: 12px; |
| 45 | min-width: 30px; |
| 46 | overflow: hidden; |
| 47 | padding: 4px 5px; |
| 48 | font-size: 10px; |
| 49 | font-family: Monaco,Menlo,Consolas,"Courier New",monospace; |
| 50 | min-width: 47px; |
| 51 | text-align: center; |
| 52 | } |
| 53 | |
| 54 | /* =Available Sizes column |
| 55 | -------------------------------------------------------------- */ |
| 56 | div.sizes span.not-available { |
| 57 | color: #999; |
| 58 | } |