summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/mail.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-19 08:45:19 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-19 08:45:19 +0000
commit91a10ee1f8daba6b990a6cdb4fb7454205b231ee (patch)
tree5f6b19122fbe0169837e3824848fd88f86a9c97b /roundcubemail/skins/default/mail.css
parentecd4200a8ea3a76805630ab5aeb7cebb9d18fd09 (diff)
- Fix handling of custom "_from" in sendmail (#1487132)
- Small fix in displaying Sender input field git-svn-id: https://svn.roundcube.net/trunk@4235 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
-rw-r--r--roundcubemail/skins/default/mail.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index d380eff7c..ead0aa610 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -1329,6 +1329,11 @@ td.hide-headers
height: 32px;
}
+input.from_address
+{
+ width: 80% !important;
+}
+
#compose-cc,
#compose-bcc,
#compose-replyto,