summaryrefslogtreecommitdiff
path: root/skins/larry/templates/compose.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-20 15:46:15 +0000
committerthomascube <thomas@roundcube.net>2012-01-20 15:46:15 +0000
commit071c78c3a4f344f1005c8be8ba895a91452de6b9 (patch)
tree0d63f416cd9d6dc1f9b7e1dd2686e21ec28a3d4d /skins/larry/templates/compose.html
parent0b179e0847f5108f31567bc004a61044ebd1aca3 (diff)
Fine tuning Larry styles + browser specific css quirks
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r--skins/larry/templates/compose.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index 1d8c46b96..e2b835d7f 100644
--- a/skins/larry/templates/compose.html
+++ b/skins/larry/templates/compose.html
@@ -5,7 +5,7 @@
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/googiespell.css" />
</head>
-<body>
+<body class="noscroll">
<roundcube:include file="/includes/header.html" />
@@ -16,10 +16,10 @@
<!-- inline address book -->
<div id="compose-contacts" class="uibox listbox">
<h2 class="boxtitle"><roundcube:label name="contacts" /></h2>
-<div class="scroller withfooter">
<roundcube:object name="adressbooks" id="directorylist" class="listing" />
- <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" />
-</div>
+ <div class="scroller withfooter">
+ <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" />
+ </div>
<div class="boxfooter">
<roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" />
</div>