add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
70
www/analytics/plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css
vendored
Normal file
70
www/analytics/plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css
vendored
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
/* Autocomplete
|
||||
----------------------------------*/
|
||||
.ui-autocomplete {
|
||||
position: absolute;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading {
|
||||
background: white;
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete {
|
||||
/* without this, the menu expands to 100% in IE6 */
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
/* Menu
|
||||
----------------------------------*/
|
||||
.ui-menu {
|
||||
list-style: none;
|
||||
padding: 6px;
|
||||
margin: 0;
|
||||
display: block;
|
||||
position: relative;
|
||||
font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu {
|
||||
margin-top: -3px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item {
|
||||
line-height: 18px;
|
||||
padding: 0;
|
||||
height: auto;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a {
|
||||
line-height: 18px;
|
||||
color: #255792;
|
||||
font-size: 12px;
|
||||
padding: 0 5px 0 5px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a.ui-state-focus,
|
||||
.ui-menu .ui-menu-item a.ui-state-active {
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-corner-all {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a.ui-state-focus {
|
||||
background: #ebeae6;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue