Ignore:
Timestamp:
Nov 11, 2011, 2:11:26 PM (12 years ago)
Author:
grum
Message:

feature:2499 - compatibility with Piwigo 2.3
fix theme bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-graphite/css/theme.css

    r12595 r12598  
    769769
    770770#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;
    776778  cursor:pointer;
    777779}
    778 
     780/*
     781#theImgHighCloseButton:hover {
     782  background-position:-946px -22px;
     783}
     784*/
    779785#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;
    784792  cursor:pointer;
    785793}
    786794
    787795#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*/
    791803#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*/
    794811
    795812.imageNumber {
     
    10871104}
    10881105
     1106/*
     1107 * notification
     1108 */
     1109span.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
    10891121
    10901122/*
Note: See TracChangeset for help on using the changeset viewer.