From 3faf02eb88590cda5e2fb743852a4b1d9be84fa4 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 30 Apr 2014 13:13:14 +0000 Subject: [PATCH] Apply no caption to vfs-select located in mail compose, and style vfs-select and file upload accordingly --- mail/templates/default/app.css | 13 +++++++++ mail/templates/default/compose.xet | 2 +- mail/templates/pixelegg/app.css | 45 ++++++++++++++++++++++-------- mail/templates/pixelegg/app.less | 12 ++++---- 4 files changed, 53 insertions(+), 19 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 2ebf5d79ce..69d64a9496 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -362,6 +362,15 @@ input[type=button] { /********************************* ************ mailCompose ****** *********************************/ +#mail-compose_selectFromVFSForCompose{ + width:20px; + float:none; + background-color: transparent; + background-size: 18px; + padding: 0; + background-position: center; + border:none; +} #mail-index_button\[mailcreate\] { width: 99%; text-align: left; @@ -393,6 +402,10 @@ input[type=button] { width: 24px; vertical-align: middle; } +div.mail-compose_fileselector { + width:auto; + margin-top: 3px; +} .mail-compose_fileselector span.et2_file_span { background-repeat: no-repeat; background-image: url(images/attach.png); diff --git a/mail/templates/default/compose.xet b/mail/templates/default/compose.xet index 71777b1aad..29659866ae 100644 --- a/mail/templates/default/compose.xet +++ b/mail/templates/default/compose.xet @@ -13,7 +13,7 @@