.containerList > li {
padding: 20px;
position: relative;
+ transition: background-color .2s;
&:not(:last-child) {
border-bottom: 1px solid $wcfContentBorderInner;
position: absolute;
right: 20px;
top: 18px;
+ transition: opacity .2s;
> ul {
background-color: $wcfContentBackground;
color: $wcfContentHeadlineLinkActive; // todo: rename variable
}
}
+
+ .contentHeaderMetaData {
+ color: $wcfContentDimmedText;
+
+ &.inlineList {
+ > li:not(:last-child) {
+ margin-right: 10px;
+ }
+
+ .labelList {
+ display: inline-flex;
+
+ .label {
+ top: -1px;
+ }
+ }
+ }
+
+ > li {
+ a,
+ a:hover,
+ .icon {
+ color: $wcfContentDimmedText;
+ }
+ }
+ }
}
/* legacy styling for sub headlines (deprecated; use .section > .sectionTitle instead) */
}
}
-/* todo
-.boxHeadline {
- &.labeledHeadline {
- font-size: 0;
-
- > h1,
- > h2 {
- display: inline-block;
- margin-right: 10px;
- }
-
- > ul {
- display: inline-block;
- font-size: 1rem;
-
- &:not(:empty) {
- margin-right: 10px;
- }
- }
- }
-}*/
-
/* content sections */
.section {
margin-top: 30px;
/* label list */
.labelList {
@extend .inlineList;
-}
-
-.boxHeadline.labeledHeadline {
- align-items: center;
-
- @extend .inlineList;
-
- > .statusIcons,
- > .labelList {
- flex: 0 0 auto;
- }
- > .statusIcons:not(:last-child) {
- margin-right: 10px;
+ > li {
+ &:not(:first-child) {
+ .label {
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+ }
+ }
+
+ &:not(:last-child) {
+ margin-right: 1px;
+
+ .label {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ }
+ }
}
}
-.boxHeadline.labeledHeadline > h1,
-.boxSubHeadline.labeledHeadline > h2 {
- flex: 0 0 auto;
- margin-right: 10px;
-
- /* force a long running title to break instead of overflowing the container */
- max-width: 100%;
-}
-
/* ACP label list */
#labelList > li {
flex-basis: 30%;
&::before {
display: block;
font-family: FontAwesome;
- font-size: 48px;
+ font-size: 42px;
position: absolute;
}
.messageDeleted .columnAvatar::before {
color: rgb(180, 0, 0);
content: $fa-var-trash-o;
- left: 15px;
- top: -7px;
+ left: 17px;
+ top: -2px;
}
.messageDisabled .columnAvatar::before {
color: rgb(0, 140, 0);
content: $fa-var-eye-slash;
- left: 10px;
- top: -6px;
+ left: 13px;
+ top: -2px;
}
.columnAvatar {
> p > img {
opacity: .6;
+ transition: opacity .2s;
}
}
position: absolute;
width: 24px;
height: 24px;
- bottom: -8px;
- right: -8px;
+ bottom: -2px;
+ right: -6px;
+
+ > img {
+ border: 1px solid $wcfContentBackground;
+ box-sizing: content-box;
+ }
}
}
display: flex;
float: right;
opacity: .6;
+ transition: opacity .2s;
> .statusIcons {
align-items: center;
.pagination {
flex: 0 0 auto;
opacity: 0;
+ transition: opacity .2s;
@extend .wcfFontSmall;
.tabularListRow {
flex: 0 0 auto;
padding: 5px 0;
+ transition: background-color .2s;
&.divider + li:not(.divider) {
border-top-color: $wcfContentBorder;