08f6c2d5c1b0ed0e03f1b4f4b5ee97523d40b22a
[yaffs-website] / web / core / modules / field_ui / css / field_ui.admin.css
1 /**
2  * @file
3  * Stylesheet for the Field UI module.
4  */
5
6 /* 'Manage fields' and 'Manage display' overviews */
7 .field-ui-overview .region-title td {
8   font-weight: bold;
9 }
10 .field-ui-overview .region-message td {
11   font-style: italic;
12 }
13
14 /* 'Manage form display' and 'Manage display' overview */
15 .field-ui-overview .field-plugin-summary-cell {
16   line-height: 1em;
17 }
18 .field-ui-overview .field-plugin-summary {
19   float: left; /* LTR */
20   font-size: .9em;
21 }
22 [dir="rtl"] .field-ui-overview .field-plugin-summary {
23   float: right;
24 }
25 .field-ui-overview .field-plugin-summary-cell .warning {
26   display: block;
27   float: left; /* LTR */
28   margin-right: .5em;
29 }
30 [dir="rtl"] .field-ui-overview .field-plugin-summary-cell .warning {
31   float: right;
32 }
33 .field-ui-overview .field-plugin-settings-edit-wrapper {
34   float: right; /* LTR */
35 }
36 [dir="rtl"] .field-ui-overview .field-plugin-settings-edit-wrapper {
37   float: left;
38 }
39 .field-ui-overview .field-plugin-settings-edit {
40   float: right; /* LTR */
41 }
42 [dir="rtl"] .field-ui-overview .field-plugin-settings-edit {
43   float: left;
44 }
45 .field-ui-overview .field-plugin-settings-editing td {
46   vertical-align: top;
47 }
48 .field-ui-overview .field-plugin-settings-editing .field-plugin-type {
49   display: none;
50 }
51 .field-ui-overview .field-plugin-settings-edit-form .plugin-name {
52   font-weight: bold;
53 }