fixed order of achievement title and count
This commit is contained in:
commit
df3dd6466c
3459 changed files with 594367 additions and 0 deletions
59
www/analytics/plugins/Zeitgeist/stylesheets/ui/_header.less
Normal file
59
www/analytics/plugins/Zeitgeist/stylesheets/ui/_header.less
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
#header {
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
/* Clear fix */
|
||||
#header:after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
#root {
|
||||
#logo {
|
||||
padding: 5px 0 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#logo {
|
||||
img.default-piwik-logo {
|
||||
width: 82px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
#logo > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
#javascriptDisabled,
|
||||
#javascriptDisabled a {
|
||||
font-weight: bold;
|
||||
color: #F88D22;
|
||||
padding: 15px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#topBars {
|
||||
right: 0px;
|
||||
position: absolute;
|
||||
padding-left: 110px;
|
||||
color: #9c9c9c;
|
||||
margin: 4px 10px 8px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#topLeftBar,
|
||||
#topRightBar {
|
||||
margin-bottom: 4px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#topLeftBar {
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.topBarElem {
|
||||
padding: 0 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue