diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-20 23:19:53 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-20 23:19:53 +0000 |
| commit | 7f6660caa147683bf48d9c0582e28b7d360ae6f3 (patch) | |
| tree | 922acd5b7d12b546a7fdc31a87cf321256e0cd34 | |
| parent | b220f9ddd35b5096ad4f4cf2115d443ac9dc50d4 (diff) | |
Minor visual corrections
git-svn-id: https://svn.roundcube.net/trunk@145 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index a791625d3..5b95d9375 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -48,6 +48,7 @@ bottom: 20px; height: 16px; width: 400px; + font-size: 11px; } #listcontrols a, @@ -310,6 +311,7 @@ bottom: 20px; height: 16px; overflow: hidden; + font-size: 11px; } diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 0a3f874ae..745b20fdd 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -32,7 +32,7 @@ function rcmail_toggle_display(id) <div id="messagetoolbar"> <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> <roundcube:button command="send" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" /> -<roundcube:button command="contacts" imageAct="/images/buttons/contacts_act.png" imagePas="/images/buttons/contacts_pas.png" width="32" height="32" title="addressbook" /> +<!--<roundcube:button command="contacts" imageAct="/images/buttons/contacts_act.png" imagePas="/images/buttons/contacts_pas.png" width="32" height="32" title="addressbook" />--> <roundcube:button command="add-attachment" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" /> <div id="priority-selector"> |
