PluginProbe
Tracking Script Manager / trunk
Tracking Script Manager vtrunk
trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 All 33 releases
← All changes | css/tracking-script-edit.css +72 -11 2.0.0trunk View file →
@@ -1,11 +1,72 @@
1 -#r8_tsm_script_code {
2 - width: 100%;
3 -}
4 -
5 -.r8_tsm_page_select {
6 - width: 400px;
7 -}
8 -
9 -#script-active .inside label {
10 - line-height: 2;
11 -}
1 +.expired{
2 + color: red;
3 +}
4 +#the-list tr:last-child td:has(> span.expired) {
5 + color: gray;
6 +}
7 +
8 +#r8_tsm_script_code {
9 + width: 100%;
10 +}
11 +
12 +.r8_tsm_page_select {
13 + width: 400px;
14 +}
15 +
16 +#script-active .inside label {
17 + line-height: 2;
18 +}
19 +
20 +.edit-timestamp:focus{
21 + outline: none !important;
22 + box-shadow: none !important;
23 +}
24 +.current-time #timestamp {
25 + padding: 2px 0 1px 0;
26 + display: inline !important;
27 + height: auto !important;
28 +}
29 +.current-time #timestamp:before {
30 + content: "\f173";
31 + position: relative;
32 + top: -1px;
33 + font: normal 20px/1 dashicons;
34 + display: inline-block;
35 + margin-left: -1px;
36 + padding-right: 3px;
37 + vertical-align: top;
38 + -webkit-font-smoothing: antialiased;
39 + -moz-osx-font-smoothing: grayscale;
40 + color: #8c8f94;
41 +}
42 +#expire_date_in_num{
43 + width: 40px;
44 +}
45 +.expired_inactive,
46 +.expired_inactive strong a{
47 + color: gray !important;
48 +}
49 +.visible{
50 + display: block;
51 +}
52 +.err-msg{
53 + color: red;
54 + line-height: 26px;
55 +}
56 +.update-timestamp,
57 +.cancel-timestamp{
58 + margin-top: 10px !important;
59 +}
60 +.schedule-row .col:nth-child(1) {
61 + margin-right: 6%;
62 +}
63 +.schedule-row .col {
64 + float: left;
65 + width: 47%;
66 +}
67 +.schedule-row .col input{
68 + max-width: 100%;
69 +}
70 +#r8_tsm_script_code_wrapper .CodeMirror {
71 + height: 400px;
72 +}