add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
118
www/analytics/plugins/Morpheus/stylesheets/admin.less
Normal file
118
www/analytics/plugins/Morpheus/stylesheets/admin.less
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
.Menu--admin {
|
||||
.Menu-tabList {
|
||||
.border-radius(0px);
|
||||
border-color: @gray;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
border-top: 0;
|
||||
> li {
|
||||
padding-bottom: 0px;
|
||||
> span {
|
||||
color: @brand-black;
|
||||
.font-default(18px, 26px);
|
||||
border-top: 1px solid @gray;
|
||||
border-bottom: 1px solid @gray;
|
||||
padding: 12px 15px;
|
||||
}
|
||||
ul {
|
||||
li {
|
||||
a {
|
||||
color: @silver-40 !important;
|
||||
padding: 0.6em 1.1em;
|
||||
&:hover {
|
||||
color: @brand-black;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.admin {
|
||||
h2 {
|
||||
border-bottom: 1px solid @gray;
|
||||
margin-right:0;
|
||||
}
|
||||
h3 {
|
||||
color: @brand-black;
|
||||
.font-default(18px, 24px);
|
||||
font-weight: normal;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-state-highlight {
|
||||
border-color: @silver-80 !important;
|
||||
background: @silver-95 !important;
|
||||
.ui-icon {
|
||||
background-image: url('plugins/Morpheus/images/info.png');
|
||||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.adminTable {
|
||||
td {
|
||||
padding: 0;
|
||||
}
|
||||
label {
|
||||
cursor: pointer;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.sites_autocomplete {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
.sites_autocomplete {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#loadingError {
|
||||
color: @brand-red;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.sites_autocomplete .custom_select .custom_select_block .custom_select_container .custom_select_ul_list {
|
||||
margin-top: 5px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.form-description {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.adminTable a {
|
||||
color: @brand-blue;
|
||||
}
|
||||
|
||||
.addRowSite,
|
||||
.addrow {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.addrow {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.addRowSite {
|
||||
display: inline-block;
|
||||
margin: 5px 0;
|
||||
&:before {
|
||||
content: url(plugins/Morpheus/images/add.png) !important;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
border-color: @silver-80;
|
||||
border-left: 5px solid @brand-red;
|
||||
}
|
||||
|
||||
#geoipdb-screen1>div>p {
|
||||
line-height: 1.4em;
|
||||
height: 6em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue