Ignore:
Timestamp:
Mar 14, 2011, 9:38:51 PM (13 years ago)
Author:
mistic100
Message:

[extentions] Smilies Support

  • compatibility with Piwigo 2.2.0
  • many corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmiliesSupport/smiliessupport_page.css

    r3304 r9683  
    22    position:absolute;
    33        z-index:1000;
    4         width:10px;
    54        visibility:hidden;
    65}
     
    87.smiliestable {
    98    background: buttonface;
    10     border-top: 1px solid;
    11     border-left: 1px solid;
    12     border-bottom: 1px solid;
    13     border-right: 1px solid;
     9    border: 1px solid;
    1410    margin: 1;
    1511}
    1612
    17 #smiliesdiv IMG {
     13#smiliesdiv img {
    1814  cursor: pointer;
    1915}
     16
     17.properties textarea {
     18        width:80%;
     19        margin:0 10%;
     20}
Note: See TracChangeset for help on using the changeset viewer.