merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
74
www/analytics/plugins/UserCountry/stylesheets/userCountry.less
Executable file
74
www/analytics/plugins/UserCountry/stylesheets/userCountry.less
Executable file
|
|
@ -0,0 +1,74 @@
|
|||
.locationProviderTable label {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
input.location-provider {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
span.is-installed {
|
||||
color: green;
|
||||
}
|
||||
|
||||
span.is-broken {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.loc-provider-status {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
#manage-geoip-dbs {
|
||||
height: 20em;
|
||||
}
|
||||
|
||||
#geoipdb-screen1, #geoipdb-screen2-download, #geoipdb-update-info {
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
#geoipdb-update-info tr input[type="text"], #geoipdb-screen2-update tr input[type="text"] {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#geoipdb-screen1>div {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#geoipdb-screen1>div>p {
|
||||
font-size: 2em;
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
.geoipdb-column-1, .geoipdb-column-2 {
|
||||
width: 396px;
|
||||
}
|
||||
|
||||
.geoipdb-column-1 {
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
.geoipdb-column-2 {
|
||||
border-left: 1px solid #999;
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.geoipdb-column-1>p {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
padding: 4px 8px 4px 8px;
|
||||
}
|
||||
|
||||
#geoip-updater-progressbar-label {
|
||||
float: left;
|
||||
margin: -24px 24px;
|
||||
}
|
||||
|
||||
#geoip-progressbar-container, #geoipdb-update-info-error {
|
||||
margin: 22px 24px;
|
||||
display: inline-block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue