forked from kalinr/kalins-pdf-creation-station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kalins_pdf_styles.css
47 lines (38 loc) · 947 Bytes
/
kalins_pdf_styles.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
@CHARSET "ISO-8859-1";
/*main page container; prevents accordion headers from bumping against the browser's scrollbar*/
.kContainer{
margin-right:10px;
}
/*overrides wordpress' filter class that makes my ng-table filter inputs all funky*/
.filter{
float:none;
}
/*overrides bootstrap's block, so now our label can be inline with our text element*/
.k-inline-text-input{
display:inline;
width:auto;
}
.k-checkbox{
font-weight: normal;
}
.k-small-width{
width: 70px;
}
.k-med-width{
width: 100px;
}
/*wordpress uses the 'hidden' class differently than bootstrap expects, so adding bootstrap prevents the contextual help
from showing. This overrides that on just the contextual_help_wrap div.*/
#contextual-help-wrap{
display: block !important;
visibility: visible !important;
}
/*our info icon ("i" in circle)*/
.kInfoIcon {
color: blue;
padding-left: 8px;
padding-right: 8px;
}
.arrow {
margin-left:0px;
}