-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathastridcta.css
114 lines (97 loc) · 1.95 KB
/
astridcta.css
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
/**
* AstridCTA Styling
*
* PHP version 5
*
* @package AstridCTA
* @author Chris Lema ([email protected]) and Justin Kussow ([email protected])
* @copyright Copyright (c)2011 ALL RIGHTS RESERVED
*/
root {
display: block;
}
.hndl > span {
width: 100%;
display: block;
}
.acta_action {
margin-top: 12px;
}
#acta_actions_0 {
margin-top: 0;
}
.acta_action_header {
display: block;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #464646;
padding: 3px 10px;
margin-bottom: 3px;
border: 1px solid #DFDFDF;
border-bottom-color: #DFDFDF;
box-shadow: 0 1px 0 #FFFFFF;
text-shadow: 0 1px 0 #FFFFFF;
background-color: #F1F1F1;
background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
}
.acta_action_field {
display: table;
margin-top: 0;
width: 100%;
}
.acta_action_field label {
width: 100px;
display: table-cell;
}
.acta_action_field input[type=text].acta_action_text,
.acta_action_field input[type=text].acta_action_reminder_days {
margin-top: 0;
display: table-cell;
width: 100%;
}
.acta_action_field input[type=text].acta_action_reminder_days {
width: 60px;
}
.acta_remove_action {
font-size: 11px;
font-weight: normal;
cursor: pointer;
float: right;
}
#acta_add_action {
display: block;
text-align: center;
margin-right: 20px;
}
#acta_actions_fe {
border: 1px solid #DFDFDF;
box-shadow: 0 1px 0 #FFFFFF;
text-shadow: 0 1px 0 #FFFFFF;
background-color: #F1F1F1;
border-radius: 3px;
-mozilla-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 10px 20px;
}
#acta_actions_fe h3 {
font-size: 14px;
font-weight: bold;
}
#acta_actions_fe ul {
margin: 0;
margin-left: 20px;
}
#acta_actions_fe ul li {
margin-top: 2px;
}
#acta_actions_fe ul li .acta_action_fe_header {
width: 75px;
font-weight: bold;
font-size: 12px;
font-family: sans-serif;
text-shadow: 0 1px 0 #FFFFFF;
display: table-cell;
}
#acta_actions_fe ul li .acta_action_fe_text {
display: table-cell;
}