use client?s mimetype as fallback for uploads

This commit is contained in:
coderkun 2014-05-03 22:37:04 +02:00
commit a75696e4e7
3468 changed files with 596986 additions and 0 deletions

View 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;
}