forked from Taggic/removeold
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (51 loc) · 1.38 KB
/
style.css
File metadata and controls
56 lines (51 loc) · 1.38 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
/* ----- General Elements ---------- */
.it__negative_feedback {
border: 1px red solid;
background-color: white;
margin: 0px;
padding: 10px;
width: 60%;
border-radius: 0.5em;
}
.it__positive_feedback {
border: 1px green solid;
background-color: lightgreen;
margin: 0px;
padding: 10px;
width: 60%;
border-radius: 0.5em;
}
.it__standard_feedback {
width: 95%;
border: 1px solid #C0C0C0;
background: url("img/content-bg.jpg") repeat scroll 0 0 transparent;
padding: 3px;
padding-left: 0.45em;
border-radius: 4px;
}
/* ----- Input Elements ---------- */
div .removeold__divinput {
width: 95%;
text-align : left !important;
}
.removeold__fieldset {
width: 100% !important;
margin-bottom: 2em !important;
text-align: left !important;
border-radius: 0.5em;
float: left;
}
.removeold_edit {
width: 99% !important;
margin: 1em 1em 1em 0 !important;
font-size: 8pt !important;
}
.removeold_i_legend {
padding: 0 0.5em 0 0.5em !important;
}
div .removeold__divright {
text-align: right;
}
.level4 p{
width: 95% !important;
}