aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-25 23:26:28 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-25 23:26:28 +0200
commitd6293730fc1a841e60bb145e5ac6470205effe9f (patch)
tree1495d17e4e6337e8aea3c0dd395f6b2dbc5696a5 /view/css
parentba94f824b992f9ed787a71c2956388e975058ca8 (diff)
downloadvolse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.gz
volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.bz2
volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.zip
private mail: some work on conversations view
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_mail.css70
1 files changed, 12 insertions, 58 deletions
diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css
index 11affffbd..f0f4458fa 100644
--- a/view/css/mod_mail.css
+++ b/view/css/mod_mail.css
@@ -1,26 +1,3 @@
-/* message */
-
-#mail-list-wrapper {
- border-top: 1px solid #ccc;
- padding: 5px 5px 5px 5px;
-}
-
-span.mail-list {
- float: left;
- width: 20%;
-}
-
-img.mail-list-sender-photo {
- height: 24px;
- width: 24px;
- float: left;
- margin-right: 30px;
-}
-
-.mail-list-remove {
- width: 5% !important;
-}
-
/* message/new */
#prvmail-to-label,
@@ -48,49 +25,26 @@ img.mail-list-sender-photo {
cursor: pointer;
}
-#prvmail-end {
- clear: both;
-}
-
/* message/id */
.mail-conv-outside-wrapper {
- margin-top: 30px;
+ display: table;
+ table-layout: fixed;
}
-.mail-conv-sender,
-.mail-conv-detail {
- float: left;
-}
-
-.mail-conv-detail {
- margin-left: 20px;
- width: 500px;
-}
-
-.mail-conv-subject {
- font-size: 1.4em;
- margin: 10px 0;
-}
-
-.mail-conv-delete-wrapper {
- float: right;
- margin-right: 30px;
- margin-top: 15px;
- margin-bottom: 5px;
-}
-
-.mail-conv-recall-wrapper {
- float: right;
+.mail-conv-sender {
+ display: table-cell;
+ vertical-align: top;
margin-right: 10px;
- margin-top: 15px;
- margin-bottom: 5px;
}
-.mail-conv-outside-wrapper-end {
- clear: both;
+.mail-conv-sender-name {
+ font-weight: bold;
}
-.mail-conv-break {
- clear: both;
+.mail-conv-detail {
+ display: table-cell;
+ vertical-align: top;
+ width: 100%;
+ padding-left: 10px;
}