Overhauled message templates/styling
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / files / style / conversation.scss
index 6e3613a9453861ebbfa9a4e4d9894cb54ca15e08..c3610bf2030e24f7abe7bf5ab607bb4cb1a96816 100644 (file)
@@ -1,33 +1,6 @@
-#conversationLabelFilter {
-       margin-bottom: $wcfGapMedium;
-}
-
-.conversationLabelList {
-       margin-bottom: $wcfGapMedium;
-       
-       li:not(:last-child) {
-               margin-bottom: $wcfGapTiny;
-       }
-       
-       &~small {
-               display: block;
-       }
-}
-
-#unreadConversations .dropdownMenu > li {
-       h3 {
-               max-width: 250px;
-               overflow: hidden;
-               text-overflow: ellipsis;
-       }
-}
-
+/* list of participants */
 .conversationParticipantList {
        > li {
-               .inlineDataList {
-                       @extend .wcfFontSmall;
-               }
-               
                &.conversationLeft > div {
                        > a > img,
                        > span > img {
        }
 }
 
+/* participant left status */
 .conversationLeft .userLink,
 .conversationLeft.userLink,
 .conversationLeft p > span {
        text-decoration: line-through;
 }
 
+/* quota usage display */
 .sidebar .box.conversationQuota .boxContent {
        text-align: center;
 }
-
 .conversationUsageBar {
-       // TODO: background-color: $wcfColor;
        border-radius: 5px;
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .5);
        height: 20px;
        }
 }
 
-.conversationFolderList > li > a > span {
-       float: right;
-}
-
-/*@todo
-@media only screen and (max-width: 800px) {
-       .conversationList {
-               thead {
-                       display: none;
-               }
-               
-               tbody {
-                       .columnMark,
-                       .columnReplies,
-                       .columnParticipants,
-                       .columnLastPost,
-                       .conversationParticipantSummary,
-                       .columnSubject .statusDisplay {
-                               display: none;
-                       }
-               }
-       }
-}
-
-@media only screen and (max-width: 1239px) {
-       .conversationList {
-               thead .columnParticipants,
-               tbody .columnParticipants {
-                       display: none;
-               }
-       }
-}*/
\ No newline at end of file