source: extensions/Shadogo/trunk/shadogo.css @ 12523

Last change on this file since 12523 was 10016, checked in by binaryworld, 13 years ago
File size: 480 bytes
Line 
1@CHARSET "ISO-8859-1";
2/*
3Plugin Name: Shadogo
4Author: Binaryworld
5Author URI: http://binaryworld.hd.free.fr/
6*/
7
8.thumb-icon {
9        /* Code standard */ 
10        max-width: 16px; 
11        max-height: 16px; 
12 
13        /* Code spécial IE */ 
14        _width: expression((this.offsetWidth>=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 50 ) : true); 
15        _height: expression((this.offsetHeight>this.offsetWidth) ? Math.min(parseInt(this.offsetHeight), 50 ) : true);
16}
17
18.thumb-buttons {
19
20}
Note: See TracBrowser for help on using the repository browser.