source: extensions/SmiliesSupport/smiliessupport_page.css @ 9777

Last change on this file since 9777 was 9683, checked in by mistic100, 13 years ago

[extentions] Smilies Support

  • compatibility with Piwigo 2.2.0
  • many corrections
File size: 261 bytes
RevLine 
[3304]1div #smiliesdiv {   
2    position:absolute; 
3        z-index:1000; 
4        visibility:hidden; 
5}
6
7.smiliestable {
8    background: buttonface;
[9683]9    border: 1px solid;
[3304]10    margin: 1;
11}
12
[9683]13#smiliesdiv img {
[3304]14  cursor: pointer;
[9683]15}
16
17.properties textarea {
18        width:80%;
19        margin:0 10%;
[3304]20}
Note: See TracBrowser for help on using the repository browser.