Changeset 5731
- Timestamp:
- 04/10/08 20:53:58 (7 months ago)
- Location:
- trunk/style/admin
- Files:
-
- 9 modified
- 6 copied
-
modern/basic.css (modified) (1 diff)
-
modern/editor.css (modified) (1 diff)
-
modern/image/icon_star.gif (copied) (copied from trunk/style/admin/whitedream/image/icon_star.gif)
-
modern/image/icon_starred_single.gif (copied) (copied from trunk/style/admin/whitedream/image/icon_starred_single.gif)
-
modern/post.css (modified) (4 diffs)
-
retro-celebrate/basic.css (modified) (1 diff)
-
retro-celebrate/editor.css (modified) (1 diff)
-
retro-celebrate/image/icon_star.gif (copied) (copied from trunk/style/admin/whitedream/image/icon_star.gif)
-
retro-celebrate/image/icon_starred_single.gif (copied) (copied from trunk/style/admin/whitedream/image/icon_starred_single.gif)
-
retro-celebrate/post.css (modified) (4 diffs)
-
swallow/basic.css (modified) (1 diff)
-
swallow/editor.css (modified) (1 diff)
-
swallow/image/icon_star.gif (copied) (copied from trunk/style/admin/whitedream/image/icon_star.gif)
-
swallow/image/icon_starred_single.gif (copied) (copied from trunk/style/admin/whitedream/image/icon_starred_single.gif)
-
swallow/post.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/admin/modern/basic.css
r5654 r5731 725 725 } 726 726 727 table.data-inbox tbody tr .starred .star-icon 728 { 729 background-image : url("./image/icon_star.gif"); 730 background-position : left bottom; 731 background-repeat : no-repeat; 732 display : block; 733 height : 14px; 734 margin-right : 2px; 735 width : 15px; 736 } 737 738 table.data-inbox tbody tr .starred .unstar-icon 739 { 740 background-image : url("./image/icon_star.gif"); 741 background-position : left top; 742 background-repeat : no-repeat; 743 display : block; 744 height : 14px; 745 margin-right : 2px; 746 width : 15px; 747 } 748 749 table.data-inbox tbody tr .starred .star-icon a 750 { 751 background-image : url("./image/icon_star.gif"); 752 background-position : left bottom; 753 background-repeat : no-repeat; 754 display : block; 755 height : 14px; 756 width : 15px; 757 } 758 759 table.data-inbox tbody tr .starred .unstar-icon a 760 { 761 background-image : url("./image/icon_star.gif"); 762 background-position : left top; 763 background-repeat : no-repeat; 764 display : block; 765 height : 14px; 766 width : 15px; 767 } 768 769 table.data-inbox tbody tr .starred .star-icon span, 770 table.data-inbox tbody tr .starred .unstar-icon span 771 { 772 display : none; 773 } 774 727 775 table.data-inbox tbody tr .syndicate .syndicated-on-icon 728 776 { -
trunk/style/admin/modern/editor.css
r5576 r5731 648 648 dl#date-line dd div, 649 649 dl#status-line dd div, 650 dl#finish-line dd div, 650 651 dl#entrytype-line dd div, 651 652 dl#power-line dd div -
trunk/style/admin/modern/post.css
r5633 r5731 12 12 { 13 13 width : 60px; 14 } 15 16 table.data-inbox tr .starred 17 { 18 width : 20px; 14 19 } 15 20 … … 87 92 } 88 93 94 #data-description dl.starred-description 95 { 96 background-image : url("./image/icon_starred_single.gif"); 97 background-position : 8px 2px; 98 background-repeat : no-repeat; 99 } 100 89 101 #data-description dl.eolin-description 90 102 { … … 138 150 } 139 151 152 #part-post-list table.data-inbox thead tr th.starred, 140 153 #part-post-list table.data-inbox thead tr th.trackback, 141 154 #part-post-list table.data-inbox thead tr th.delete … … 144 157 } 145 158 159 #part-post-list table.data-inbox thead tr th.starred span, 146 160 #part-post-list table.data-inbox thead tr th.syndicate span, 147 161 #part-post-list table.data-inbox thead tr th.protect span, -
trunk/style/admin/retro-celebrate/basic.css
r5654 r5731 832 832 } 833 833 834 table.data-inbox tbody tr .starred .star-icon 835 { 836 background-image : url("./image/icon_star.gif"); 837 background-position : left bottom; 838 background-repeat : no-repeat; 839 display : block; 840 height : 14px; 841 margin-right : 2px; 842 width : 15px; 843 } 844 845 table.data-inbox tbody tr .starred .unstar-icon 846 { 847 background-image : url("./image/icon_star.gif"); 848 background-position : left top; 849 background-repeat : no-repeat; 850 display : block; 851 height : 14px; 852 margin-right : 2px; 853 width : 15px; 854 } 855 856 table.data-inbox tbody tr .starred .star-icon a 857 { 858 background-image : url("./image/icon_star.gif"); 859 background-position : left bottom; 860 background-repeat : no-repeat; 861 display : block; 862 height : 14px; 863 width : 15px; 864 } 865 866 table.data-inbox tbody tr .starred .unstar-icon a 867 { 868 background-image : url("./image/icon_star.gif"); 869 background-position : left top; 870 background-repeat : no-repeat; 871 display : block; 872 height : 14px; 873 width : 15px; 874 } 875 876 table.data-inbox tbody tr .starred .star-icon span, 877 table.data-inbox tbody tr .starred .unstar-icon span 878 { 879 display : none; 880 } 881 834 882 table.data-inbox tbody tr .syndicate .syndicated-on-icon 835 883 { -
trunk/style/admin/retro-celebrate/editor.css
r5576 r5731 648 648 dl#date-line dd div, 649 649 dl#status-line dd div, 650 dl#finish-line dd div, 650 651 dl#entrytype-line dd div, 651 652 dl#power-line dd div -
trunk/style/admin/retro-celebrate/post.css
r5502 r5731 12 12 { 13 13 width : 60px; 14 } 15 16 table.data-inbox tr .starred 17 { 18 width : 20px; 14 19 } 15 20 … … 87 92 } 88 93 94 #data-description dl.starred-description 95 { 96 background-image : url("./image/icon_starred_single.gif"); 97 background-position : 8px 2px; 98 background-repeat : no-repeat; 99 } 100 89 101 #data-description dl.eolin-description 90 102 { … … 138 150 } 139 151 152 #part-post-list table.data-inbox thead tr th.starred, 140 153 #part-post-list table.data-inbox thead tr th.trackback, 141 154 #part-post-list table.data-inbox thead tr th.delete … … 144 157 } 145 158 159 #part-post-list table.data-inbox thead tr th.starred span, 146 160 #part-post-list table.data-inbox thead tr th.syndicate span, 147 161 #part-post-list table.data-inbox thead tr th.protect span, -
trunk/style/admin/swallow/basic.css
r5654 r5731 712 712 } 713 713 714 table.data-inbox tbody tr .starred .star-icon 715 { 716 background-image : url("./image/icon_star.gif"); 717 background-position : left bottom; 718 background-repeat : no-repeat; 719 display : block; 720 height : 14px; 721 margin-right : 2px; 722 width : 15px; 723 } 724 725 table.data-inbox tbody tr .starred .unstar-icon 726 { 727 background-image : url("./image/icon_star.gif"); 728 background-position : left top; 729 background-repeat : no-repeat; 730 display : block; 731 height : 14px; 732 margin-right : 2px; 733 width : 15px; 734 } 735 736 table.data-inbox tbody tr .starred .star-icon a 737 { 738 background-image : url("./image/icon_star.gif"); 739 background-position : left bottom; 740 background-repeat : no-repeat; 741 display : block; 742 height : 14px; 743 width : 15px; 744 } 745 746 table.data-inbox tbody tr .starred .unstar-icon a 747 { 748 background-image : url("./image/icon_star.gif"); 749 background-position : left top; 750 background-repeat : no-repeat; 751 display : block; 752 height : 14px; 753 width : 15px; 754 } 755 756 table.data-inbox tbody tr .starred .star-icon span, 757 table.data-inbox tbody tr .starred .unstar-icon span 758 { 759 display : none; 760 } 761 714 762 table.data-inbox tbody tr .syndicate .syndicated-on-icon 715 763 { -
trunk/style/admin/swallow/editor.css
r5576 r5731 648 648 dl#date-line dd div, 649 649 dl#status-line dd div, 650 dl#finish-line dd div, 650 651 dl#entrytype-line dd div, 651 652 dl#power-line dd div -
trunk/style/admin/swallow/post.css
r5633 r5731 12 12 { 13 13 width : 60px; 14 } 15 16 table.data-inbox tr .starred 17 { 18 width : 20px; 14 19 } 15 20 … … 87 92 } 88 93 94 #data-description dl.starred-description 95 { 96 background-image : url("./image/icon_starred_single.gif"); 97 background-position : 8px 2px; 98 background-repeat : no-repeat; 99 } 100 89 101 #data-description dl.eolin-description 90 102 { … … 138 150 } 139 151 152 #part-post-list table.data-inbox thead tr th.starred, 140 153 #part-post-list table.data-inbox thead tr th.trackback, 141 154 #part-post-list table.data-inbox thead tr th.delete … … 144 157 } 145 158 159 #part-post-list table.data-inbox thead tr th.starred span, 146 160 #part-post-list table.data-inbox thead tr th.syndicate span, 147 161 #part-post-list table.data-inbox thead tr th.protect span,
