Newer
Older
.smallTitle {
font-size: 15px;
}
#multisites {
border: 0;
padding: 0 15px;
font-size: 14px;
.notification-error {
margin-top: 15px;
}
.add_new_site,
.clean {
border: 0 !important;
text-align: right; padding-top: 15px;padding-right:10px;
}
.add_new_site {
img {
margin: 0px;
}
}
.site_search {
padding: 0px;
text-align: center;
border: 0 !important;
}
td, tr, .sparkline {
text-align: center;
vertical-align: middle;
padding: 1px;
margin: 0;
}
.indicator {
background: url(plugins/MultiSites/images/loading-blue.gif) no-repeat center;
height: 20px;
width: 60px;
margin: auto;
border: 0 !important;
}
.paging {
padding: 20px;
.previous {
padding-right: 20px;
}
.next {
padding-left: 20px;
}
}
.top_controls {
height: 10px;
}
th {
cursor: pointer;
}
.site_search input {
margin-right: 0px;
margin-left: 25px;
}
.search_ico {
position: relative;
left: -25px;
}
.reset {
position: relative;
left: -25px;
cursor: pointer;
}
tr.group {
font-weight: bold;
height: 30px;
}
tr.groupedWebsite .label {
padding-left: 50px;
}
td.multisites-label {
padding-left: 15px;
text-align: left;
width: 250px;
}
td.multisites-label a:hover {
text-decoration: underline;
}
td.multisites-column,
th.multisites-column {
width: 70px;
white-space: nowrap;
}
td.multisites-column-evolution,
th.multisites-column-evolution {
width: 70px;
}
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
th#evolution {
width:350px;
}
th#visits {
width: 100px;
}
th#pageviews {
width: 110px;
}
th#revenue {
width: 110px;
}
.evolution {
cursor:pointer;
}
.allWebsitesLoading {
padding:20px
}
.allWebsitesLoadingIndicator {
background: url(plugins/Zeitgeist/images/loading-blue.gif) no-repeat right 3px;
display: inline-block;
width: 16px;
height: 16px;
}
.heading {
display: inline-block;
margin-top: 4px;
}
.multisites_desc {
width: 16px;
height: 13px;
display: inline-block;
background-image: url(plugins/Zeitgeist/images/sortdesc.png);
}
.multisites_asc {
width: 16px;
height: 13px;
display: inline-block;
background-image: url(plugins/Zeitgeist/images/sortasc.png);
}
div.sparkline {
float:none;
}
tfoot td {
border-bottom: 0px;
}