Changeset 12598 for extensions/gally/gally-graphite/css
- Timestamp:
- Nov 11, 2011, 2:11:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gally/gally-graphite/css/theme.css
r12595 r12598 769 769 770 770 #theImgHighCloseButton { 771 width:28px; 772 height:28px; 773 background:transparent url(./../icon/close_high.png) no-repeat scroll 0px 0px; 774 top:15px; 775 right:-15px; 771 background-image:url(./../icon/buttons.png); 772 background-repeat:no-repeat; 773 background-position:-946px 0px; 774 width:15px; 775 height:15px; 776 top:-8px; 777 right:8px; 776 778 cursor:pointer; 777 779 } 778 780 /* 781 #theImgHighCloseButton:hover { 782 background-position:-946px -22px; 783 } 784 */ 779 785 #theImgHighZoomButton { 780 width:28px; 781 height:28px; 782 top:45px; 783 right:-15px; 786 background-image:url(./../icon/buttons.png); 787 background-repeat:no-repeat; 788 width:15px; 789 height:15px; 790 top:-8px; 791 right:28px; 784 792 cursor:pointer; 785 793 } 786 794 787 795 #theImgHighZoomButton.fit { 788 background:transparent url(./../icon/zoom_fit_high.png) no-repeat scroll 0px 0px; 789 } 790 796 background-position:-968px 0px; 797 } 798 /* 799 #theImgHighZoomButton.fit:hover { 800 background-position:-968px -22px; 801 } 802 */ 791 803 #theImgHighZoomButton.full { 792 background:transparent url(./../icon/zoom_1-1_high.png) no-repeat scroll 0px 0px; 793 } 804 background-position:-990px 0px; 805 } 806 /* 807 #theImgHighZoomButton.full:hover { 808 background-position:-990px -22px; 809 } 810 */ 794 811 795 812 .imageNumber { … … 1087 1104 } 1088 1105 1106 /* 1107 * notification 1108 */ 1109 span.rssFeed { 1110 display:inline-block; 1111 width:11px; 1112 height:14px; 1113 background-image:url(./../icon/buttons.png); 1114 background-repeat:no-repeat; 1115 background-position:-924px 0; 1116 margin-right: 4px; 1117 position: relative; 1118 top: 2px; 1119 } 1120 1089 1121 1090 1122 /*
Note: See TracChangeset
for help on using the changeset viewer.