annotate WebContent/jscripts/tiny_mce/plugins/table/css/cell.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 /* CSS file for cell dialog in the table plugin */
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 .panel_wrapper div.current {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 height: 200px;
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 .advfield {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 width: 200px;
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 #action {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 margin-bottom: 3px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 #class {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 width: 150px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 }