Ignore:
Timestamp:
Jun 24, 2012, 9:26:25 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

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

    r12592 r16016  
    2121  display:inline-block;
    2222}
     23
     24.switchBox {
     25  padding: 0.5em 5px;
     26  border-radius: 4px;
     27  z-index: 100;
     28  text-align:left;
     29  display: none;
     30  position: absolute;
     31  left: 0; top: 0; /*left, right set through js*/
     32}
     33
     34.switchBoxTitle {
     35  padding-bottom:5px;
     36  margin-bottom:5px;
     37}
     38
     39.relSwitchBox {
     40  position: relative;
     41}
     42
     43#derivativeSwitchBox a {
     44  cursor:pointer;
     45}
     46
Note: See TracChangeset for help on using the changeset viewer.