forked from phpManufaktur/syncData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackend.css
More file actions
216 lines (210 loc) · 3.36 KB
/
backend.css
File metadata and controls
216 lines (210 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
/**
* @module syncData
* @version see info.php of this module
* @authors Ralf Hertsch (†), cms-lab
* @copyright 2011 - 2012 Ralf Hertsch (†)
* @copyright 2013-2014 cms-lab
* @license GNU GPL (http://www.gnu.org/licenses/gpl.html)
* @license terms see info.php of this module
*
*/
td
{
font-size: 8pt;
vertical-align: top;
}
td.label {
font-weight: bold;
}
tr.flip {
background-color: #FFFFCC;
}
tr.flop {
background-color: transparent;
}
input
{
width: 98%;
background-color: transparent;
}
input[type=submit],
input[type=button]
{
width: 150px;
}
input[type=radio],
input[type=checkbox]
{
width: auto;
}
input[type=text].disabled {
color: #999999;
background-color: transparent;
border: none;
}
input.btn_edit {
width: 30px;
}
select
{
width: 98%;
font-size:8pt;
}
textarea
{
width: 98%;
font-size:8pt;
color: #000;
background-color: transparent;
}
#process {
display: none;
border: 1px solid #800000;
background-color: #ffffdd;
padding: 0;
margin: 20px 0 10px 0;
font-size: 8pt;
min-height: 100px;
}
#process_left {
float:left;
width: 100px;
min-height: 100px;
padding: 0;
}
#process_right {
padding: 20px 0 0 0;
}
#restore_form,
#backup_form {
display: block;
}
.nav_tab
{
padding: 3px 0 3px 10px;
margin: 15px 0;
border-bottom: 1px solid #dddddd;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.nav_tab li
{
display: inline;
margin: 0;
}
.nav_tab li a
{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #dddddd;
border-bottom: none;
background-color: #E8E8E8;
}
.nav_tab li a:link,
.nav_tab li a:visited
{
color: #AFAFAF;
background-color: #e8e8e8;
}
.nav_tab li.extra_tab a {
color:#003366;
background-color: #e8e8e8;
}
.nav_tab li a:hover,
.nav_tab li a:active
{
background-color: #FFFFCC;
color: #000;
}
.nav_tab li.selected a
{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
color: #000;
background-color: #fff;
font-weight: bold;
}
.table_backend {
width: 100%;
clear: both;
background-image: none;
color: #000000;
background-color: transparent;
font-size: 9pt;
}
.small
{
font-size: 7pt;
}
.add_rows_intro,
.edit_rows_intro,
.sorter_intro,
.intro {
border: 1px solid #000000;
color: #000000;
background-color: #ffffdd;
margin: 20px 0 10px 0;
padding: 10px;
font-size: 8pt;
}
.sortable_row {
color: #000;
background-color: #ccc;
background-image: url(images/drag_drop.png);
background-position: bottom right;
background-repeat: no-repeat;
cursor: move;
}
.message
{
border: 1px solid #0000CC;
color: #000;
background-color: #FFFFCC;
margin: 20px 0 10px 0;
padding: 10px;
font-size: 8pt;
}
.error
{
border: 1px solid #ff0000;
color: #ff0000;
background-color: #ffdddd;
margin: 20px 0 10px 0;
padding: 10px;
font-size: 8pt;
}
.small-input
{
margin: 0;
padding: 0;
text-align: left;
font-size: 8pt;
}
.about_logo {
margin: 0;
padding: 0 0 30px 0;
text-align: left;
}
.about_text {
font-size: 9pt;
margin: 0;
padding: 0;
text-align: left;
}
.about_text h2 {
margin: 0;
padding: 0;
font-size: 12pt;
font-weight: bold;
line-height: 100%;
}
.about_text p {
line-height: 120%;
}
.additional {
margin: 10px 0 5px 0;
text-align: right;
font-size: 8pt;
}