Welcome to mirror list, hosted at ThFree Co, Russian Federation.

styles.css « templates « MultiSites « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e217f0b468f1d98f7821a737617da2636bb147ec (plain)
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
#multisites { 
	border:0; 
	padding:0 15px;
	font-size:14px;
}

#multisites .top_controls_inner  {
	height:10px;
}
.smallTitle {
	font-size:15px;
}
.indicator {
	background: url(../images/loading-blue.gif) no-repeat center;
	height: 20px;
	width: 60px;
	margin: auto;
	border: 0 !important;
}
.clean {
    border: 0 !important;
}
#multisites th {
    cursor:pointer; 
}
#multisites td, #multisites tr, #multisites .sparkline {
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    margin: 0;
}
#multisites td.multisites-label {
    padding-left: 15px ;
    text-align:left;
    width: 250px;
}
#multisites td.multisites-label a:hover {
    text-decoration: underline;
}
#multisites td.multisites-column, #multisites th.multisites-column  {
	width:70px;
	white-space:nowrap; 
}
#multisites td.multisites-column-evolution, #multisites th.multisites-column-evolution  {
	width:70px;
}
.multisites_desc
{
	width: 16px;
	height: 13px;
	display: inline-block;
	background-image: url(../../../themes/default/images/sortdesc.png);
}
.multisites_asc
{
	width: 16px;
	height: 13px;
	display: inline-block;
	background-image: url(../../../themes/default/images/sortasc.png);
}

#mt thead {
	line-height:2.5em;
}
#mt thead :first-child {
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px
}

#mt thead :last-child {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
}