learndash-admin-shortcodes.css
1.89 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
/* Required for Dashicons to work properly */
i.mce-i-icon {
font: 400 20px/1 dashicons;
padding: 0;
vertical-align: top;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: -2px;
padding-right: 2px;
}
#TB_ajaxContent { padding: 0 0 30px 0; width: 100%!important; overflow: hidden; }
/* Added z-index to force popup on top of LD headers and WP admin menu. */
.ui-dialog.ld-shortcodes {
z-index: 160000 !important;
}
#learndash_shortcodes_wrap {
position: relative;
margin: 0;
height: 97.5%;
}
#learndash_shortcodes_tabs {
font-family: Helvetica, Arial;
color: #333;
font-size: 12px;
text-align: left;
}
#learndash_shortcodes_tabs {
width: 150px;
height: 100%;
min-height: 100%;
background: #ccc;
border-right: 1px solid #EEE;
float: left;
overflow-y: scroll;
}
#learndash_shortcodes_tabs ul {
list-style: none;
margin: 0px;
padding: 0px;
width: 100%;
}
#learndash_shortcodes_tabs ul li {
width: 100%;
font-weight: bold;
margin: 0;
}
#learndash_shortcodes_tabs li.current {
display: block;
margin: 0px;
}
#learndash_shortcodes_tabs li.current a {
background: #FFF;
box-shadow: 0 -1px 0 #eee;
}
#learndash_shortcodes_tabs ul li a {
display: block;
/* padding: 14px 20px; */
padding: 10px 10px;
font-size: 12px;
color: #333;
text-decoration: none;
box-shadow: 0 -1px 0 #eee;
}
#learndash_shortcodes_tabs ul li:last-child a {
box-shadow:0 -1px 0 #eee, 0 1px 0 #eee;
}
#learndash_shortcodes_sections {
overflow: auto;
height: 100%;
position: relative;
padding: 0 0 0 20px;
margin: 0;
background: #FFF;
}
#learndash_shortcodes_sections textarea {
width: 100%;
min-height: 200px;
}
#learndash_shortcodes_sections abbr[title] {
border-bottom: none !important;
cursor: inherit !important;
text-decoration: none !important;
}