PluginProbe ʕ •ᴥ•ʔ
Tracking Code Manager / 2.4.0
Tracking Code Manager v2.4.0
trunk 1.11.8 1.11.9 1.12.0 1.12.1 1.12.2 1.12.3 1.4 1.5 2.0.0 2.0.1 2.0.13 2.0.14 2.0.15 2.0.16 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0
tracking-code-manager / assets / css / manager.css
tracking-code-manager / assets / css Last commit date
font-awesome.min.css 1 year ago manager.css 1 year ago style.css 1 year ago
manager.css
54 lines
1 .ui-state-highlight {
2 border: 1px dotted red!important;
3 background-color: #F4E449!important;
4 }
5 #tblSortable tbody tr:hover {
6 cursor: move!important;
7 }
8 #tblSortable tbody tr a:hover {
9 cursor: hand!important;
10 }
11
12 .starrr {display:inline-block}
13 .starrr i{font-size:16px;padding:0 1px;cursor:pointer;color:#2ea2cc;}
14
15 .widefat th {
16 font-weight: bold!important;
17 }
18 table input {
19 font-size: 13px;
20 }
21 .widefat thead td, .widefat thead th {
22 border-bottom: 0px!important;
23 }
24
25 .tcmp-grid {
26 margin-left: auto;
27 margin-right: auto;
28 border-spacing: 10px;
29 max-width: 1120px;
30 }
31 .tcmp-grid td, .tcmp-grid td p {
32 font-size:16px;
33 vertical-align: top;
34 }
35 .tcmp-grid td ul {
36 list-style-type: disc;
37 margin-left: 30px!important;
38 }
39 .tcmp-grid td {
40 padding: 20px!important;
41 }
42 .tcmp-headline {
43 font-size:40px;
44 font-weight:bold;
45 text-align:center;
46 margin: 10px!important;
47 }
48 .tcmp-subheadline {
49 font-size:25px!important;
50 font-weight:bold;
51 text-align:left;
52 margin: 0px!important;
53 }
54