2016-12-20 20:26:44 +01:00
|
|
|
// Content create form
|
|
|
|
.contentForm_options {
|
2020-09-15 16:57:19 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
min-height: 29px;
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.btn_container {
|
|
|
|
position: relative;
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.label-public {
|
|
|
|
position: absolute;
|
|
|
|
right: 40px;
|
|
|
|
top: 11px;
|
|
|
|
}
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-24 18:24:57 +01:00
|
|
|
#content-topic-bar {
|
2020-09-15 16:57:19 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
text-align: right;
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.label {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
2018-02-24 18:24:57 +01:00
|
|
|
}
|
|
|
|
|
2016-12-20 20:26:44 +01:00
|
|
|
#contentFormError {
|
2020-09-15 16:57:19 +02:00
|
|
|
color: @danger;
|
|
|
|
padding-left: 0;
|
|
|
|
list-style: none;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// Empty stream info
|
|
|
|
.placeholder-empty-stream {
|
2020-09-15 16:57:19 +02:00
|
|
|
background-image: url("../img/placeholder-postform-arrow.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding: 37px 0 0 70px;
|
|
|
|
margin-left: 90px;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
2020-03-18 15:14:07 +01:00
|
|
|
#streamUpdateBadge {
|
|
|
|
text-align: center;
|
|
|
|
z-index: 9999;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
.label {
|
|
|
|
border-radius: 10px;
|
|
|
|
font-size: 0.8em !important;
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
@wallEntryInnerPadding: 10px;
|
|
|
|
|
2016-12-20 20:26:44 +01:00
|
|
|
// Wall-Entries
|
|
|
|
.wall-entry {
|
2020-09-15 16:57:19 +02:00
|
|
|
position: relative;
|
2017-10-21 00:28:12 +02:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.panel .panel-body {
|
|
|
|
padding:@wallEntryInnerPadding;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-entry-header {
|
2017-03-25 12:09:30 +01:00
|
|
|
|
2020-09-23 17:47:36 +02:00
|
|
|
color: @text-color-highlight;
|
2020-09-15 16:57:19 +02:00
|
|
|
position:relative;
|
|
|
|
padding-bottom:@wallEntryInnerPadding;
|
|
|
|
margin-bottom:@wallEntryInnerPadding;
|
|
|
|
border-bottom:1px solid #eeeeee;
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.img-space {
|
|
|
|
top:25px;
|
|
|
|
left:25px;
|
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-entry-container-link {
|
2020-09-23 17:47:36 +02:00
|
|
|
color: @link;
|
2020-09-15 16:57:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.stream-entry-icon-list {
|
|
|
|
position:absolute;
|
|
|
|
top:0;
|
|
|
|
right:25px;
|
|
|
|
display: inline-block;
|
|
|
|
padding-top:2px;
|
|
|
|
|
|
|
|
i {
|
|
|
|
padding-right:5px;
|
|
|
|
}
|
|
|
|
.icon-pin {
|
|
|
|
color:@danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wall-entry-header-image {
|
|
|
|
display: table-cell;
|
|
|
|
width:40px;
|
|
|
|
padding-right: @wallEntryInnerPadding;
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
font-size: 2.39em;
|
|
|
|
color: @info;
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wall-entry-header-info {
|
|
|
|
display: table-cell;
|
|
|
|
padding-right: 30px;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.media-heading {
|
|
|
|
font-size: 14px;
|
|
|
|
padding-top: 1px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.preferences {
|
|
|
|
position:absolute;
|
|
|
|
right:0;
|
|
|
|
top:0;
|
|
|
|
.dropdown-toggle i {
|
|
|
|
color: @info;
|
|
|
|
font-size:15px;
|
|
|
|
font-weight:600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-subheading {
|
|
|
|
i {
|
|
|
|
margin-right:2px;
|
|
|
|
}
|
|
|
|
.time, i, span {
|
|
|
|
font-size: 11px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wall-entry-body {
|
2020-09-23 17:47:36 +02:00
|
|
|
.wall-entry-content {
|
|
|
|
margin-bottom:5px;
|
|
|
|
}
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-entry-topics {
|
|
|
|
margin-bottom:10px;
|
|
|
|
a {
|
|
|
|
margin-right:4px;
|
|
|
|
}
|
|
|
|
.label {
|
|
|
|
padding:5px;
|
|
|
|
background-color: transparent;
|
|
|
|
//color: @info;
|
|
|
|
//border:1px solid @info;
|
|
|
|
color: @text-color-secondary;
|
2020-09-23 17:47:36 +02:00
|
|
|
border:1px solid lighten(@text-color-secondary, 25%);
|
2020-09-15 16:57:19 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
padding-left:50px;
|
2017-03-25 12:09:30 +01:00
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-23 17:47:36 +02:00
|
|
|
.wall-stream-footer {
|
|
|
|
.wall-stream-addons {
|
|
|
|
.files {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.content {
|
|
|
|
p, a {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
}
|
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.media {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.well {
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
.comment {
|
|
|
|
.show-all-link {
|
|
|
|
font-size: 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.media-heading {
|
|
|
|
font-size: 14px;
|
|
|
|
padding-top: 1px;
|
|
|
|
margin-bottom: 3px;
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.labels {
|
|
|
|
padding-right: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viaLink {
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
|
|
i {
|
|
|
|
color: @text-color-soft;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.media-subheading {
|
|
|
|
color: @text-color-soft;
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
.time {
|
|
|
|
font-size: 12px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
}
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wall-entry-controls a {
|
2020-09-15 16:57:19 +02:00
|
|
|
font-size: 11px;
|
2020-09-23 17:47:36 +02:00
|
|
|
color: @link !important;
|
2020-09-15 16:57:19 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
2018-05-03 12:51:24 +02:00
|
|
|
#wall-stream-filter-nav {
|
2020-09-15 16:57:19 +02:00
|
|
|
font-size: 12px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-top: 2px;
|
2019-12-20 16:44:09 +01:00
|
|
|
border-radius: 0 0 4px 4px;
|
2018-05-23 15:25:35 +02:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-stream-filter-root {
|
|
|
|
margin: 0;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.filter-panel {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-stream-filter-head {
|
|
|
|
padding: 5px 5px 10px 5px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
2018-02-25 19:57:48 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-stream-filter-body {
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: @background-color-secondary;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-top: 0;
|
|
|
|
border-radius: 0 0 4px 4px;
|
2018-02-24 18:24:57 +01:00
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
hr {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
2018-02-25 19:57:48 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.topic-remove-label {
|
|
|
|
float: left;
|
|
|
|
}
|
2018-02-24 18:24:57 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.topic-remove-label, .content-type-remove-label {
|
|
|
|
margin-right: 6px;
|
2019-12-20 16:44:09 +01:00
|
|
|
}
|
2018-02-25 19:57:48 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.select2 {
|
|
|
|
width: 260px !important;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-top: 2px;
|
2018-05-03 12:51:24 +02:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.select2-search__field {
|
|
|
|
height: 25px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-selection__choice {
|
|
|
|
height: 23px !important;
|
|
|
|
|
|
|
|
span, i {
|
|
|
|
line-height: 19px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-rounded {
|
|
|
|
width: 18px !important;
|
|
|
|
height: 18px !important;
|
|
|
|
}
|
|
|
|
}
|
2017-03-25 12:09:30 +01:00
|
|
|
}
|
2018-02-24 18:24:57 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-stream-filter-bar {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
.label {
|
|
|
|
height: 18px;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn, .label {
|
|
|
|
box-shadow: 0 0 2px @text-color-secondary;
|
|
|
|
-webkit-box-shadow: 0 0 2px @text-color-secondary;
|
|
|
|
-moz-box-shadow: 0 0 2px @text-color-secondary;
|
|
|
|
}
|
2018-02-25 19:57:48 +01:00
|
|
|
}
|
2018-02-24 18:24:57 +01:00
|
|
|
}
|
|
|
|
|
2018-07-01 14:51:28 +02:00
|
|
|
@media (max-width: 767px) {
|
2020-09-15 16:57:19 +02:00
|
|
|
#wall-stream-filter-nav {
|
|
|
|
.wall-stream-filter-root {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.wall-stream-filter-body {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2018-07-01 14:51:28 +02:00
|
|
|
}
|
|
|
|
|
2018-05-03 12:51:24 +02:00
|
|
|
.filter-root {
|
2020-09-15 16:57:19 +02:00
|
|
|
margin: 15px;
|
2018-02-24 18:24:57 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.row {
|
|
|
|
display: table !important;
|
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
|
2020-09-15 16:57:19 +02:00
|
|
|
.filter-panel {
|
|
|
|
padding: 0 5px;
|
|
|
|
display: table-cell !important;
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
.filter-block {
|
|
|
|
strong {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filter-list {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 5px;
|
|
|
|
|
2019-12-20 16:44:09 +01:00
|
|
|
li {
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 2px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: @text-color-highlight;
|
|
|
|
}
|
2018-05-03 12:51:24 +02:00
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
}
|
2018-02-25 19:57:48 +01:00
|
|
|
}
|
|
|
|
|
2019-12-20 16:44:09 +01:00
|
|
|
div.filter-block:last-of-type {
|
|
|
|
ul.filter-list {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2018-02-25 19:57:48 +01:00
|
|
|
}
|
2019-12-20 16:44:09 +01:00
|
|
|
}
|
2016-12-20 20:26:44 +01:00
|
|
|
|
2019-12-20 16:44:09 +01:00
|
|
|
.filter-panel + .filter-panel {
|
|
|
|
border-left: 2px solid @background-color-page;
|
|
|
|
}
|
|
|
|
}
|
2018-02-24 18:24:57 +01:00
|
|
|
|
|
|
|
|
2016-12-20 20:26:44 +01:00
|
|
|
.stream-entry-loader {
|
2019-12-20 16:44:09 +01:00
|
|
|
float: right;
|
|
|
|
margin-top: 5px;
|
2017-01-04 20:25:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.load-suppressed {
|
2019-12-20 16:44:09 +01:00
|
|
|
margin-top: -17px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: white;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
font-size: 11px
|
|
|
|
}
|
2017-12-21 13:07:40 +03:00
|
|
|
}
|
2020-01-17 17:44:24 +01:00
|
|
|
|
|
|
|
@media print {
|
|
|
|
.wall-entry {
|
|
|
|
page-break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wall-stream-filter-nav,
|
|
|
|
#contentFormBody {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
}
|