|
|
- .channels-table {
- margin-top: 36px;
- }
-
- .channels-table .channel-row > td {
- line-height: 40px;
- }
-
- .channels-table .channel-row:hover > td {
- background: #f5f5f5;
- }
-
-
-
- table.channels-table > tbody > tr > th {
- border-top: 0;
- }
-
- .channels-table .channels-add-title {
- border-top: 0;
- padding-top: 20px
- }
-
- .channels-table .channels-add-help {
- color: #888;
- border-top: 0;
- }
-
- .word-up {
- color: #5cb85c;
- font-weight: bold
- }
-
- .word-down {
- color: #d9534f;
- font-weight: bold
- }
-
- .preposition {
- color: #888;
- }
-
- .channel-unconfirmed {
- font-size: small;
- }
-
- .channels-help-hidden {
- display: none;
- }
-
- .edit-checks {
- display: inline-block;
- width: 120px;
- padding: 6px;
- text-align: center;
- line-height: 28px;
- border: 1px solid #FFF;
- color: #333;
-
- }
-
- .edit-checks:hover {
- text-decoration: none;
- color: #000;
- }
-
- .channel-row:hover .edit-checks {
- border: 1px dotted #AAA;
- }
|