Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/aimogen-pro/styles/aiomatic-workflow-builder.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
#aiomatic-workflow-builder-container {
2
+
margin: 20px 0;
3
+
}
4
+
.workflow h2 {
5
+
margin-top: 0;
6
+
font-size: 1.5em;
7
+
border-bottom: 1px solid #ccd0d4;
8
+
padding-bottom: 10px;
9
+
}
10
+
.workflow label,
11
+
.triggers label,
12
+
.actions label,
13
+
.action-details label {
14
+
display: block;
15
+
margin-bottom: 10px;
16
+
font-weight: bold;
17
+
}
18
+
.workflow input[type="text"],
19
+
.workflow input[type="number"],
20
+
.workflow textarea,
21
+
.condition-editor input[type="text"],
22
+
.action-details input[type="text"],
23
+
.action-details textarea {
24
+
width: 100%;
25
+
max-width: 400px;
26
+
margin-top: 5px;
27
+
}
28
+
.workflow select,
29
+
.action-details select {
30
+
width: 100%;
31
+
margin-top: 5px;
32
+
}
33
+
.workflow input[type="checkbox"] {
34
+
margin-left: 10px;
35
+
}
36
+
.workflow {
37
+
border: 1px solid #ccd0d4;
38
+
padding: 15px;
39
+
margin-bottom: 20px;
40
+
background-color: #fff;
41
+
}
42
+
.triggers,
43
+
.actions {
44
+
margin-top: 20px;
45
+
}
46
+
.triggers h3,
47
+
.actions h3 {
48
+
margin-top: 0;
49
+
font-size: 1.2em;
50
+
border-bottom: 1px solid #ccd0d4;
51
+
padding-bottom: 5px;
52
+
}
53
+
.widefat {
54
+
margin-top: 10px;
55
+
margin-bottom: 10px;
56
+
}
57
+
.widefat th,
58
+
.widefat td {
59
+
padding: 8px 10px;
60
+
vertical-align: top;
61
+
}
62
+
.widefat thead th {
63
+
border-bottom: 1px solid #ccd0d4;
64
+
background-color: #f1f1f1;
65
+
}
66
+
.widefat tbody tr:nth-child(even) {
67
+
background-color: #fbfbfb;
68
+
}
69
+
.action-details label {
70
+
margin-bottom: 5px;
71
+
}
72
+
73
+
.action-details textarea,
74
+
.action-details input[type="text"] {
75
+
width: 100%;
76
+
max-width: 400px;
77
+
}
78
+
.button {
79
+
margin-right: 10px;
80
+
margin-top: 10px;
81
+
}
82
+
.button-link-delete {
83
+
color: #a00;
84
+
text-decoration: none;
85
+
margin-top: 10px;
86
+
}
87
+
.button-link-delete:hover {
88
+
color: #dc3232;
89
+
}
90
+
.delete-workflow,
91
+
.delete-condition,
92
+
.delete-action {
93
+
margin-top: 10px;
94
+
}
95
+
.workflow hr {
96
+
border: 0;
97
+
border-top: 1px solid #ccd0d4;
98
+
margin-top: 20px;
99
+
margin-bottom: 20px;
100
+
}
101
+
@media (max-width: 782px) {
102
+
.workflow label,
103
+
.triggers label,
104
+
.actions label,
105
+
.action-details label {
106
+
display: block;
107
+
margin-bottom: 10px;
108
+
}
109
+
110
+
.workflow input[type="text"],
111
+
.workflow input[type="number"],
112
+
.workflow textarea,
113
+
.condition-editor input[type="text"],
114
+
.action-details input[type="text"],
115
+
.action-details textarea {
116
+
width: 100%;
117
+
max-width: 100%;
118
+
}
119
+
}
120
+
#aiomatic-workflow-builder-container .form-table th {
121
+
padding: 10px 10px;
122
+
font-weight: 600;
123
+
text-align: left;
124
+
}
125
+
#aiomatic-workflow-builder-container .form-table td {
126
+
padding: 10px 10px;
127
+
}