source: extensions/SmiliesSupport/template/smiliessupport_page.css @ 9789

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

[extentions] Smilies Support

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