humhub/static/less/stream.less

142 lines
2.4 KiB
Plaintext
Raw Normal View History

2016-12-20 20:26:44 +01:00
// Content create form
.contentForm_options {
margin-top: 10px;
min-height: 29px;
2016-12-20 20:26:44 +01:00
.btn_container {
position: relative;
.label-public {
position: absolute;
right: 40px;
top: 11px;
}
}
}
#contentFormError {
color: @danger;
padding-left: 0;
list-style: none;
2016-12-20 20:26:44 +01:00
}
// Empty stream info
.placeholder-empty-stream {
background-image: url("../img/placeholder-postform-arrow.png");
background-repeat: no-repeat;
padding: 37px 0 0 70px;
margin-left: 90px;
}
// Wall-Entries
.wall-entry {
position: relative;
.content {
p, a {
overflow:hidden;
text-overflow:ellipsis;
max-width: 100%;
}
img {
max-width: 100%;
}
}
2016-12-20 20:26:44 +01:00
.media {
overflow: visible;
}
.well {
margin-bottom: 0;
.comment {
.show-all-link {
font-size: 12px;
cursor: pointer;
}
}
}
2017-12-21 13:07:40 +03:00
.media-subheading {
padding-left:2px;
}
.media-heading {
font-size:14px;
padding-top:1px;
margin-bottom:3px;
.labels {
padding-right:32px;
}
.viaLink {
font-size:13px;
i {
color: @text-color-soft;
padding-left:4px;
padding-right:4px;
}
}
}
.media-subheading {
color: @text-color-soft;
font-size:12px;
.time {
font-size:12px;
}
}
2016-12-20 20:26:44 +01:00
}
.wall-entry-controls,
.wall-entry-controls a {
font-size: 11px;
color: @text-color-soft2;
2016-12-20 20:26:44 +01:00
margin-top: 10px;
margin-bottom: 0;
}
2016-12-20 20:26:44 +01:00
.wallFilterPanel {
li {
font-size: 11px;
font-weight: 600;
a {
color: @text-color-highlight;
}
}
.dropdown-menu {
li {
margin-bottom: 0;
a {
font-size: 12px;
}
a:hover {
color: @text-color-contrast !important;
}
}
2016-12-20 20:26:44 +01:00
}
}
.stream-entry-loader {
float:right;
margin-top:5px;
2017-01-04 20:25:51 +01:00
}
.load-suppressed {
2017-01-27 00:27:36 +01:00
margin-top:-10px;
margin-bottom:15px;
text-align:center;
2017-01-04 20:25:51 +01:00
a {
display:inline-block;
background-color: white;
padding:5px;
border-radius: 4px;
border: 1px solid #ddd;
font-size: 11px
}
2017-12-21 13:07:40 +03:00
}