annotate WebContent/jscripts/tiny_mce/plugins/table/css/row.css @ 20:6629e8422760

half baked version for new JWT auth :-(
author casties
date Fri, 23 Mar 2012 21:41:53 +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 row 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 #rowtype,#align,#valign,#class,#height {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 width: 150px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 #height {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 width: 50px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21 }
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 .col2 {
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
24 padding-left: 20px;
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
25 }