~ubuntu-branches/ubuntu/oneiric/moin/oneiric-security

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-03-30 12:55:34 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100330125534-4c2ufc1rok24447l
Tags: 1.9.2-2ubuntu1
* Merge from Debian testing (LP: #521834). Based on work by Stefan Ebner.
  Remaining changes:
 - Remove python-xml from Suggests field, the package isn't anymore in
   sys.path.
 - Demote fckeditor from Recommends to Suggests; the code was previously
   embedded in moin, but it was also disabled, so there's no reason for us
   to pull this in by default currently. Note: This isn't necessary anymore
   but needs a MIR for fckeditor, so postpone dropping this change until
   lucid+1
* debian/rules:
  - Replace hardcoded python2.5 with python* and hardcore python2.6 for ln
* debian/control.in: drop versioned depends on cdbs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.blend {
2
 
        font-family: courier new;
3
 
        font-size: 10pt;
4
 
        border: 0;
5
 
        margin-bottom:-1;
6
 
}
7
 
.normalLabel {
8
 
        font-size:8pt;
9
 
}
10
 
.normalText {
11
 
        font-family:arial, helvetica, sans-serif;
12
 
        font-size:10pt;
13
 
        color:000000;
14
 
        background-color:FFFFFF;
15
 
}
16
 
.plainText {
17
 
        font-family: courier new, courier, monospace;
18
 
        font-size: 10pt;
19
 
        color:000000;
20
 
        background-color:FFFFFF;
21
 
}
22
 
.controlWindowBody {
23
 
        font-family:arial, helvetica, sans-serif;
24
 
        font-size:8pt;
25
 
        padding: 7px ;          /* by FredCK */
26
 
        margin: 0px ;           /* by FredCK */
27
 
        /* color:000000;                                by FredCK */
28
 
        /* background-color:DADADA;             by FredCK */
29
 
}
30
 
.readonlyInput {
31
 
        background-color:DADADA;
32
 
        color:000000;
33
 
        font-size:8pt;
34
 
        width:392px;
35
 
}
36
 
.textDefault {
37
 
        font-size:8pt;
38
 
        width: 200px;
39
 
}
40
 
.buttonDefault {
41
 
        width:90px;
42
 
        height:22px;
43
 
        font-size:8pt;
44
 
}
45
 
.suggSlct {
46
 
        width:200px;
47
 
        margin-top:2;
48
 
        font-size:8pt;
49
 
}