annotate WebContent/jscripts/tiny_mce/plugins/template/css/template.css @ 14:0f64de5fff5a

try to use javax.xml.bind.DatatypeConverter
author casties
date Wed, 21 Mar 2012 16:38:50 +0100
parents 0be9d53a6967
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 #frmbody {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2 padding: 10px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 background-color: #FFF;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 border: 1px solid #CCC;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 .frmRow {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 margin-bottom: 10px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 #templatesrc {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 border: none;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 width: 320px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 height: 240px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 .title {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18 padding-bottom: 5px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21 .mceActionPanel {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22 padding-top: 5px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 }