skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Mon Jan 26 14:36:43 CET 2015


 dev/null                    |binary
 skins/chameleon/styles.less |   13 +++++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit afe3638292c6d01deae0bc2b2e3fc2dd05515213
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Jan 26 14:31:21 2015 +0100

    Adjust style of message-objects box (#4235): no margins, text and icon in same color

diff --git a/skins/chameleon/images/read.png b/skins/chameleon/images/read.png
deleted file mode 100644
index 91f7bbe..0000000
Binary files a/skins/chameleon/images/read.png and /dev/null differ
diff --git a/skins/chameleon/images/write.png b/skins/chameleon/images/write.png
deleted file mode 100644
index cbe65b9..0000000
Binary files a/skins/chameleon/images/write.png and /dev/null differ
diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index a5a314a..c4d6c33 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -802,10 +802,6 @@ body.iframe .boxtitle,
 	padding: 0;
 }
 
-#messagepreview .rightcol {
-	margin-top: 0;
-}
-
 h2.subject,
 h3.subject {
 	color: @header-text;
@@ -1679,6 +1675,14 @@ a.button.changeformat.text.selected span.icon {
 	background-position: 0 -53px;
 }
 
+#message-objects div.notice {
+	color: #df7400;
+	margin: 0 0 8px 0;
+	padding-top: 8px;
+	padding-left: 32px;
+	background-position: 8px -80px;
+}
+
 
 /**** attachments list ****/
 
@@ -2599,6 +2603,7 @@ div.calendar-invitebox,
 div.tasklist-invitebox {
 	position: relative;
 	background-image: none;
+	margin: 0 0 8px 0;
 }
 
 div.calendar-invitebox:before,




More information about the commits mailing list