forked from rayogram/SimplyCivi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbottom.css
136 lines (115 loc) · 2.61 KB
/
bottom.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* =================== */
/* ! footer override */
/* =================== */
#access,
#record-log {
float: right;
color: #556C82;
}
#record-log .col1 {width:auto;}
#crm-container #civicrm-footer {
margin:0 0 3em 0;
border-top: 0px;
text-align: left;
color:#556C82;
}
/* ======================== */
/* ! layout & positioning */
/* ======================== */
#bottom-wrapper {
position: fixed;
width:100%;
bottom: 0px;
height:23px;
padding: 4px 0px;
background: transparent url(../images/bottom-bg.jpg) repeat-x scroll left top;
z-index: 20;
border: 1px solid #CECECE;
}
#bottom {
position: relative;
top:-20px;
}
.bottom-element {
margin-right: 18px;
}
#quickadd {
float: right;
}
.bottom-element h3 {
display: none;
}
.bottom-element a {
color: #5E5F5F;
text-decoration: none;
}
/* ============== */
/* ! create new */
/* ============== */
#create-new-record {
margin-left: 18px;
float: left;
}
#create-new-record #crm-create-new-list {
bottom:28px;
top:auto;
background: transparent url(../images/icons/overlay-pointer.png) no-repeat scroll bottom left;
padding: 0 0 5px 0;
width: 140px;
}
#create-new-record .dropdown-icon {
background-position:2px -33px;
}
/* ================ */
/* ! quick create */
/* ================ */
#bottom #quickadd .block {
position: relative;
z-index: 15;
top:-12px;
margin:0px;
}
#bottom #quickadd h3 {
display: block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
background:#70716B url(../images/crm-button-bg.gif) repeat-x scroll left top;
border:1px solid #3E3E3E;
color:#FFFFFF;
cursor:pointer;
font-size:12px;
font-weight:normal;
margin-right:6px;
padding:2px 6px;
text-decoration:none;
text-shadow:0 1px 0 black;
}
#bottom #quickadd .form-item {
margin:4px 0px;
}
#bottom #quickadd .content {
background:transparent url(../images/icons/overlay-pointer.png) no-repeat scroll 60px bottom;
bottom:28px;
padding:0 0 5px;
top:auto;
right:0px;
z-index:9999;
position: absolute;
padding:0 0 5px;
font-weight: normal;
display: none;
}
#bottom #quickadd #crm-quick-create {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
padding:4px;
background-color:#2F2F2E;
color:#DFDFDF;
}
#bottom #quickadd #crm-quick-create input.form-submit {
border-color: #000;
}