1234567891011121314151617181920212223242526272829303132333435 |
-
- .webkit .messagelist tr > .authres_status
- {
- width: 20px;
- }
-
- .messagelist tr > .authres_status {
- width: 20px;
- padding: 2px 3px;
- text-align: center;
- }
-
- .messagelist tr > .authres_status span {
- display: inline-block;
- vertical-align: middle;
- background: url(badge.png) center no-repeat;
- }
-
- #sections-table tbody #rcmrowauthres_status td.section {
- background-image: url(badge.png);
- background-position: 10px 5px;
- }
-
- .authres-status-img {
- vertical-align: top;
- height: 14px;
- width: 14px;
- }
-
- .widescreen .authres-status-img {
- position: relative;
- top: -1px;
- height: 12px;
- width: 12px;
- }
|