source: extensions/Autosize/css/autosize.css @ 11442

Last change on this file since 11442 was 11442, checked in by cljosse, 13 years ago

[extensions] Autosize fix compatibility with charlies

File size: 2.2 KB
Line 
1 
2/* jQuery ui resizable */
3.ui-resizable { position: relative; }
4.ui-wrapper { border: 0; }
5.ui-wrapper input, .ui-wrapper textarea { border: 0; }
6
7/* Global handle styles */
8.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
9.ui-resizable .ui-resizable-handle { display: block; }
10body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
11body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
12.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(images/resizable-n.gif) no-repeat scroll center top; }
13.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(images/resizable-s.gif) no-repeat scroll center top; }
14.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-e.gif) no-repeat scroll right center; }
15.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-w.gif) no-repeat scroll right center; }
16.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
17.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
18.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
19.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
20#theImage {
21    opacity: 0;
22    filter: alpha(opacity:0);
23    padding-top: 0px;
24    padding-bottom: 0px;
25    padding-left: 0px;
26}
27body{
28 
29}
30#the_page{ margin-top:-4px;
31 
32   position:static ;
33 
34}
35#mapPicture{
36top:40% ;
37
38}
39#mapPicture{
40top:40% ;
41
42}
43
44 
45#theImage {
46
47 
48}
49#content {   
50 
51 
52}
53 #imageContainer {
54 
55 
56}
57#navThumbNext, #navThumbPrev{ height:200px;
58
59 
60}
61.navThumbNextBg{
62 
63}
64
Note: See TracBrowser for help on using the repository browser.