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

Last change on this file since 12527 was 12527, checked in by cljosse, 12 years ago

[extensions] Autosize fix buggs

File size: 2.3 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 {
31  margin-top: -4px;position:static ;
32 
33}
34#mapPicture{
35top:40% ;
36
37}
38#mapPicture{
39top:40% ;
40
41}
42
43 
44#theImage {
45
46 
47}
48#content {   
49 
50 
51}
52 #imageContainer {
53 
54 
55}
56#navThumbNext, #navThumbPrev{ height:200px;
57
58 
59}
60.navThumbNextBg{
61 
62}
63
64#_Comment{
65 
66}
67#_Comment2{
68 
69}
70#charlie div div{
71 
72}
73#charlie div { 
74 
75}
76#charlie a h1 {
77}
78#charlie {
79
80}
81#form_autosize_picture { 
82
83}
84.Image {
85}
Note: See TracBrowser for help on using the repository browser.