~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* CSS file for advimage plugin popup */
 
2
 
 
3
.mceLinkList, .mceAnchorList, #targetlist {
 
4
        width: 280px;
 
5
}
 
6
 
 
7
.mceActionPanel {
 
8
        margin-top: 7px;
 
9
}
 
10
 
 
11
.panel_wrapper div.current {
 
12
        height: 320px;
 
13
}
 
14
 
 
15
#classlist, #title, #href {
 
16
        width: 280px;
 
17
}
 
18
 
 
19
#popupurl, #popupname {
 
20
        width: 200px;
 
21
}
 
22
 
 
23
#popupwidth, #popupheight, #popupleft, #popuptop {
 
24
        width: 30px;
 
25
        vertical-align: middle;
 
26
        text-align: center;
 
27
}
 
28
 
 
29
#id, #style, #classes, #target, #dir, #hreflang, #lang, #charset, #type, #rel, #rev, #tabindex, #accesskey {
 
30
        width: 200px;
 
31
}
 
32
 
 
33
#events_panel input {
 
34
        width: 200px;
 
35
}