update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
59
www/analytics/plugins/Morpheus/stylesheets/ui/_navs.less
Normal file
59
www/analytics/plugins/Morpheus/stylesheets/ui/_navs.less
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
// Most of this is Bootstrap code and can be removed when switching to Bootstrap
|
||||
|
||||
.nav {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0; // Override default ul/ol
|
||||
list-style: none;
|
||||
|
||||
> li {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
> a {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 11px 70px;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .clearfix
|
||||
.nav:before, .nav:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
.nav:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
> li {
|
||||
float: left;
|
||||
border: 1px solid @color-silver-l85;
|
||||
border-left: 0;
|
||||
|
||||
&:first-child {
|
||||
border-radius: 3px 0 0 3px;
|
||||
border: 1px solid @color-silver-l85;
|
||||
}
|
||||
&:last-child {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
> a {
|
||||
color: @theme-color-link;
|
||||
background-color: @color-silver-l95;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: @color-silver-l85;
|
||||
}
|
||||
}
|
||||
|
||||
&.active > a {
|
||||
color: @theme-color-text;
|
||||
background-color: @theme-color-background-base;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue