]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/advimage/css/advimage.css
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / plugins / advimage / css / advimage.css
1 /* CSS file for advimage plugin popup */
2
3 .mceImageList {
4         width: 280px;
5 }
6
7 .mceActionPanel {
8         margin-top: 7px;
9 }
10
11 .alignPreview {
12         border: 1px solid black;
13         width: 140px;
14         height: 140px;
15         overflow: hidden;
16         padding: 5px;
17 }
18
19 .checkbox {
20         border: 0px;
21 }
22
23 .panel_wrapper div.current {
24         height: 305px;
25 }
26
27 #prev {
28         margin:0px;
29         border: 1px
30         solid black;
31         width: 99%;
32         height:150px;
33         overflow: auto;
34 }
35
36 #align, #classlist {
37         width: 150px;
38 }
39
40 #width, #height {
41         vertical-align: middle;
42         width: 50px;
43         text-align: center;
44 }
45
46 #vspace, #hspace, #border {
47         vertical-align: middle;
48         width: 30px;
49         text-align: center;
50 }
51
52 input {
53         width: 280px;
54 }
55
56 #constrain, #onmousemovecheck {
57         width: auto;
58 }
59
60 #id, #dir, #lang, #usemap, #longdesc {
61         width: 200px;
62 }