humhub/static/less/stream.less
buddh4 44e5ac1c2d Fix #2219: Overlapping summary mail content
Fix Wall entry layout link/text overflow
2017-04-04 16:14:05 +02:00

136 lines
2.3 KiB
Plaintext

// Content create form
.contentForm_options {
margin-top: 10px;
min-height: 29px;
.btn_container {
position: relative;
.label-public {
position: absolute;
right: 40px;
top: 11px;
}
}
}
#contentFormError {
color: @danger;
padding-left: 0;
list-style: none;
}
// 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;
}
}
.media {
overflow: visible;
}
.well {
margin-bottom: 0;
.comment {
.show-all-link {
font-size: 12px;
cursor: pointer;
}
}
}
.media-heading, .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;
}
}
}
.wall-entry-controls,
.wall-entry-controls a {
font-size: 11px;
color: @text-color-soft2;
margin-top: 10px;
margin-bottom: 0;
}
.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;
}
}
}
}
.stream-entry-loader {
float:right;
margin-top:5px;
}
.load-suppressed {
margin-top:-10px;
margin-bottom:15px;
text-align:center;
a {
display:inline-block;
background-color: white;
padding:5px;
border-radius: 4px;
border: 1px solid #ddd;
font-size: 11px
}
}