Changeset 5861
- Timestamp:
- 05/04/08 17:08:34 (8 months ago)
- Location:
- trunk/style/admin
- Files:
-
- 3 modified
-
modern/popup-editor.css (modified) (1 diff)
-
retro-celebrate/popup-editor.css (modified) (1 diff)
-
swallow/popup-editor.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/admin/modern/popup-editor.css
r5576 r5861 54 54 vertical-align : middle; 55 55 width : 560px; 56 } 57 58 #starred 59 { 60 width : 20px; 61 display : inline; 62 padding : 0 10px; 63 } 64 65 .star-icon span, 66 .unstar-icon span 67 { 68 display : none; 69 } 70 71 .star-icon a 72 { 73 background-image : url("./image/icon_starred.gif"); 74 background-position : left bottom; 75 background-repeat : no-repeat; 76 display : block; 77 width : 16px; 78 height : 20px; 79 float : left; 80 } 81 82 .unstar-icon a 83 { 84 background-image : url("./image/icon_unstarred.gif"); 85 background-position : left bottom; 86 background-repeat : no-repeat; 87 display : block; 88 width : 16px; 89 height : 20px; 90 float : left; 56 91 } 57 92 -
trunk/style/admin/retro-celebrate/popup-editor.css
r5576 r5861 54 54 vertical-align : middle; 55 55 width : 560px; 56 } 57 58 #starred 59 { 60 width : 20px; 61 display : inline; 62 padding : 0 10px; 63 } 64 65 .star-icon span, 66 .unstar-icon span 67 { 68 display : none; 69 } 70 71 .star-icon a 72 { 73 background-image : url("./image/icon_starred.gif"); 74 background-position : left bottom; 75 background-repeat : no-repeat; 76 display : block; 77 width : 16px; 78 height : 20px; 79 float : left; 80 } 81 82 .unstar-icon a 83 { 84 background-image : url("./image/icon_unstarred.gif"); 85 background-position : left bottom; 86 background-repeat : no-repeat; 87 display : block; 88 width : 16px; 89 height : 20px; 90 float : left; 56 91 } 57 92 -
trunk/style/admin/swallow/popup-editor.css
r5576 r5861 54 54 vertical-align : middle; 55 55 width : 560px; 56 } 57 58 #starred 59 { 60 width : 20px; 61 display : inline; 62 padding : 0 10px; 63 } 64 65 .star-icon span, 66 .unstar-icon span 67 { 68 display : none; 69 } 70 71 .star-icon a 72 { 73 background-image : url("./image/icon_starred.gif"); 74 background-position : left bottom; 75 background-repeat : no-repeat; 76 display : block; 77 width : 16px; 78 height : 20px; 79 float : left; 80 } 81 82 .unstar-icon a 83 { 84 background-image : url("./image/icon_unstarred.gif"); 85 background-position : left bottom; 86 background-repeat : no-repeat; 87 display : block; 88 width : 16px; 89 height : 20px; 90 float : left; 56 91 } 57 92
