PDF rausgenommen
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
.datatable-label-category {
|
||||
color:#999;
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
|
||||
#root {
|
||||
#logo {
|
||||
padding-left: 16px;
|
||||
padding-top: 4px;
|
||||
|
||||
img {
|
||||
max-height: 28px;
|
||||
|
||||
&.default-piwik-logo {
|
||||
width: 144px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#logo > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
// IE 10+
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
#root #logo {
|
||||
width: 80px;
|
||||
}
|
||||
#root #logo img.default-piwik-logo {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#javascriptDisabled,
|
||||
#javascriptDisabled a {
|
||||
font-weight: bold;
|
||||
color: #F88D22;
|
||||
padding: 15px;
|
||||
clear: both;
|
||||
}
|
@ -0,0 +1,62 @@
|
||||
/* About Piwik box top right */
|
||||
#header_message {
|
||||
z-index: 0;
|
||||
cursor: default;
|
||||
float: right;
|
||||
display: block;
|
||||
height: 20px;
|
||||
font-size: 14px;
|
||||
border-radius: 4px;
|
||||
|
||||
&.update_available:not(.isPiwikDemo) .title {
|
||||
color: #f57c00;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.icon-warning {
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#header_message:hover,
|
||||
#header_message.active {
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: 150;
|
||||
}
|
||||
|
||||
#header_message .dropdown {
|
||||
font-size: 12px;
|
||||
margin-top: 0px;
|
||||
border-top:5px solid #edecec;
|
||||
box-shadow: 8px 6px 7px 0px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#header_message .header_short {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#header_message .header_full {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#header_message:hover .header_short,
|
||||
#header_message.active .header_short {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#header_message:hover .header_full,
|
||||
#header_message.active .header_full {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.header_full {
|
||||
padding-bottom: 5px;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
.header_info, .header_info a {
|
||||
color: @theme-color-text-light;
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
.languageSelection {
|
||||
padding: 0 15px;
|
||||
display: inline-block;
|
||||
|
||||
.items {
|
||||
margin-left: -50px;
|
||||
}
|
||||
|
||||
.borderedControl {
|
||||
transition: box-shadow 0s !important;
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
.loadingPiwik {
|
||||
font-size: 1.1em;
|
||||
color: @theme-color-text-light;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.loadingPiwik img {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.loadingSegment {
|
||||
color: @color-silver-l60;
|
||||
font-size: 13px;
|
||||
margin-left: 28px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
#root > #loadingError {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#loadingError {
|
||||
font-size: 15px;
|
||||
padding: 8px 0;
|
||||
display: none;
|
||||
color: @theme-color-brand;
|
||||
font-weight: normal;
|
||||
}
|
@ -0,0 +1,78 @@
|
||||
#periodString {
|
||||
display: block;
|
||||
color: @theme-color-text-light;
|
||||
font-size: 14px;
|
||||
border: 1px solid #e4e5e4;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
position: absolute;
|
||||
z-index: 122; /* must be higher than segmentEditor z-index */
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
#ajaxLoadingCalendar {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#periodString:hover {
|
||||
background-color: #f1f0eb;
|
||||
border-color: #a9a399;
|
||||
}
|
||||
|
||||
#periodString td {
|
||||
vertical-align: top;
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
#periodString {
|
||||
.ui-widget-header,
|
||||
.ui-datepicker {
|
||||
&.ui-helper-clearfix:before, &.ui-helper-clearfix:after {
|
||||
display: inline;
|
||||
clear: none;
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#periodString .calendar-icon {
|
||||
width: 13px;
|
||||
height: 15px;
|
||||
display:inline-block;
|
||||
position:absolute;
|
||||
right: 19px;
|
||||
top: 9px;
|
||||
background: url("plugins/Morpheus/images/icon-calendar.png") no-repeat scroll;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#periodString strong {
|
||||
color: #255792;
|
||||
}
|
||||
|
||||
#periodString h6 {
|
||||
font-size: 14px;
|
||||
padding: 0 0 4px 0;
|
||||
}
|
||||
|
||||
#periodMore {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#periodString .period-date,
|
||||
#periodString .period-range {
|
||||
padding: 0 16px 0 0;
|
||||
}
|
||||
|
||||
#periodString .period-type {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#periodString .period-type label {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#periodString label.selected-period-label {
|
||||
text-decoration: underline;
|
||||
}
|
Reference in New Issue
Block a user