2015-10-19 02:37:43 +02:00
|
|
|
.versions-heading {
|
|
|
|
padding-top:7px;
|
|
|
|
color:#1389ce;
|
|
|
|
font-size:18px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2015-10-13 00:17:09 +02:00
|
|
|
.has_versions .versions {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#VersionsArchive {
|
|
|
|
float: right;
|
2015-10-19 02:37:43 +02:00
|
|
|
}
|
2016-02-16 04:11:27 +01:00
|
|
|
|
|
|
|
/* quick feedback button styles */
|
|
|
|
.quickfeedback {
|
|
|
|
background-color: #f6f7f8;
|
|
|
|
padding: 30px 0;
|
|
|
|
}
|
|
|
|
.quickfeedback fieldset,
|
|
|
|
.quickfeedback .Actions {
|
|
|
|
padding: 0 30px;
|
|
|
|
}
|
|
|
|
.quickfeedback h4,
|
|
|
|
.quickfeedback .textarea label,
|
|
|
|
.quickfeedback textarea {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.quickfeedback h4 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.quickfeedback h4,
|
|
|
|
.quickfeedback .textarea label,
|
|
|
|
.quickfeedback .btn,
|
|
|
|
.quickfeedback input {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.quickfeedback .textarea label {
|
|
|
|
display: block;
|
|
|
|
line-height: 21px;
|
|
|
|
}
|
|
|
|
.quickfeedback .btn,
|
|
|
|
.quickfeedback input {
|
|
|
|
text-transform: uppercase;
|
2016-10-14 03:35:24 +02:00
|
|
|
padding: 10px 30px;
|
2016-02-16 04:11:27 +01:00
|
|
|
margin-right: 7px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
.quickfeedback .field.textarea {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
.quickfeedback textarea {
|
|
|
|
width: 100%;
|
|
|
|
outline: none;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 9px;
|
|
|
|
}
|
|
|
|
.quickfeedback .action {
|
|
|
|
border-radius: 4px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 21px;
|
|
|
|
}
|
|
|
|
.quickfeedback .btn,
|
|
|
|
.quickfeedback .action {
|
|
|
|
background-color: #fafafa;
|
|
|
|
color: #212121;
|
|
|
|
}
|
|
|
|
.quickfeedback .btn:hover,
|
|
|
|
.quickfeedback .action:hover {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .message {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight:400;
|
|
|
|
border-radius:4px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
clear: both;
|
|
|
|
margin: 0 15px 20px;
|
|
|
|
}
|
|
|
|
form .message.good {
|
|
|
|
background: #CAF7FF;
|
|
|
|
}
|
|
|
|
form .message.error {
|
|
|
|
background: #FF8480;
|
|
|
|
color:#fff;
|
2016-10-14 03:35:24 +02:00
|
|
|
}
|
|
|
|
/* Remove global navigation in mobile view */
|
|
|
|
.nav-mobile {
|
|
|
|
display: block;
|
2016-10-20 23:20:21 +02:00
|
|
|
min-height: 0;
|
|
|
|
margin: 0;
|
2016-10-14 03:35:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 992px) {
|
2016-10-20 23:20:21 +02:00
|
|
|
.site-header {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-21 02:25:18 +02:00
|
|
|
/* SilverStripe logo on top of page */
|
2016-10-21 04:50:52 +02:00
|
|
|
#masthead .menu-bar {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2016-10-21 01:56:29 +02:00
|
|
|
#masthead .logo {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
2016-10-21 00:01:29 +02:00
|
|
|
height: 40px;
|
2016-10-21 04:50:52 +02:00
|
|
|
width: 140px;
|
2016-10-21 01:56:29 +02:00
|
|
|
margin-left: 4px;
|
2016-10-21 04:50:52 +02:00
|
|
|
margin-top: 4px;
|
2016-10-21 00:01:29 +02:00
|
|
|
background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat;
|
2016-10-14 03:35:24 +02:00
|
|
|
}
|
|
|
|
}
|