File size: 1,136 Bytes
4202035 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | .admin img {
vertical-align: middle;;
}
.admin h2 + .top_bar_sites_selector {
margin-top: -62px;
margin-right: 0 !important;
}
// hide PHP is deprecated notification in UI test
.uiTest [notification-id="DeprecatedPHPVersionCheck"],
.uiTest [notification-id="PHPVersionTooOldForNewestPiwikCheck"]{
display: none !important;
}
#generalSettingsTOC a {
text-transform: none !important;
}
#content.admin {
font-size: 13px;
margin-top: 0;
// Fix the <pre> blocks because of the display: table
pre {
max-width: 995px;
}
.copyToClipboardWrapper {
max-width: 995px;
}
}
.admin #header_message {
margin-top: 8px;
margin-right: 8px;
}
.access_error {
font-size: .7em;
padding: 15px;
}
.admin p, .admin section {
margin-top: 10px;
line-height: 140%;
padding-bottom: 10px;
}
#CoreAdminHomePluginSettings {
h2 {
display: none;
}
h3 {
margin: 0;
font-size: 24px;
padding: 0;
}
.fieldArray {
margin-top: 0!important;
}
}
#currentLogo {
background: @theme-color-header-background;
}
|