Add styling for user merging tool. refs #1524
Showing
1 changed file
with
7 additions
and
1 deletions
| ... | @@ -791,4 +791,10 @@ a.remove-option-group, a.remove-option { | ... | @@ -791,4 +791,10 @@ a.remove-option-group, a.remove-option { |
| 791 | #sortable ul { margin-left: 20px; list-style: none; } | 791 | #sortable ul { margin-left: 20px; list-style: none; } |
| 792 | #sortable li { padding: 2px 0px; margin: 4px 0px; border: 1px solid #DDDDDD; cursor: move; -moz-border-radius: 6px } | 792 | #sortable li { padding: 2px 0px; margin: 4px 0px; border: 1px solid #DDDDDD; cursor: move; -moz-border-radius: 6px } |
| 793 | #sortable li span { display: block; background: #f7f7f7; padding: 5px; color: #808080; font-size: 14px; font-weight: bold; } | 793 | #sortable li span { display: block; background: #f7f7f7; padding: 5px; color: #808080; font-size: 14px; font-weight: bold; } |
| 794 | #sortable li.placeholder { border: dashed 2px #ccc; background-color: #FFF; height: 20px; } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 794 | #sortable li.placeholder { border: dashed 2px #ccc; background-color: #FFF; height: 20px; } | ||
| 795 | |||
| 796 | .diff-accept { background-color: #0d0; } | ||
| 797 | .diff-reject { background-color: #c36a5f; } | ||
| 798 | .arrow-left { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-180-medium.png); } | ||
| 799 | .arrow-right { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-000-medium.png); } | ||
| 800 | .arrow-link { width: 16px; height: 20px; display: block; } | ... | ... |
-
Please register or sign in to post a comment