Changeset 5861

Show
Ignore:
Timestamp:
05/04/08 17:08:34 (23 months ago)
Author:
inureyes
Message:

#920

  • [5860]을 타 관리자 스킨에도 반영
Location:
trunk/style/admin
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/style/admin/modern/popup-editor.css

    r5576 r5861  
    5454    vertical-align                   : middle; 
    5555    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; 
    5691} 
    5792 
  • trunk/style/admin/retro-celebrate/popup-editor.css

    r5576 r5861  
    5454    vertical-align                   : middle; 
    5555    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; 
    5691} 
    5792 
  • trunk/style/admin/swallow/popup-editor.css

    r5576 r5861  
    5454    vertical-align                   : middle; 
    5555    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; 
    5691} 
    5792