Changeset 7400


Ignore:
Timestamp:
Oct 26, 2010, 3:43:18 PM (14 years ago)
Author:
grum
Message:

Compatibility with GMaps plugin

Location:
extensions/gally
Files:
33 added
6 edited

Legend:

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

    r7339 r7400  
    10111011  background:url(./../icon/gmaps/i42x28_h.png);
    10121012}
     1013#icon_gmaps.size28x28 {
     1014  background:url(./../icon/gmaps/i28x28.png);
     1015  width:28px;
     1016  height:28px;
     1017}
     1018#icon_gmaps.size28x28:hover {
     1019  background:url(./../icon/gmaps/i28x28_h.png);
     1020}
  • extensions/gally/gally-grum-dark-II/css/theme.css

    r7339 r7400  
    10901090  background:url(./../icon/gmaps/i42x28_h.png);
    10911091}
    1092 
     1092#icon_gmaps.size28x28 {
     1093  background:url(./../icon/gmaps/i28x28.png);
     1094  width:28px;
     1095  height:28px;
     1096}
     1097#icon_gmaps.size28x28:hover {
     1098  background:url(./../icon/gmaps/i28x28_h.png);
     1099}
  • extensions/gally/gally-lapis-lazuli/css/theme.css

    r7339 r7400  
    14941494  background:url(./../icon/gmaps/i42x28_h.png);
    14951495}
     1496#icon_gmaps.size28x28 {
     1497  background:url(./../icon/gmaps/i28x28.png);
     1498  width:28px;
     1499  height:28px;
     1500}
     1501#icon_gmaps.size28x28:hover {
     1502  background:url(./../icon/gmaps/i28x28_h.png);
     1503}
Note: See TracChangeset for help on using the changeset viewer.