summaryrefslogtreecommitdiff
path: root/skins/classic/templates/compose.html
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-12 15:20:23 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-12 15:20:23 +0200
commit53ede96dd6b374235c174e9cacaedd3ea9ae52aa (patch)
tree9cc4fa05da4991bc884557940ba47e2d607aee1b /skins/classic/templates/compose.html
parente30212013d591dee699724b559ec60f6495bad90 (diff)
Remove IE6-specific code
Diffstat (limited to 'skins/classic/templates/compose.html')
-rw-r--r--skins/classic/templates/compose.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html
index 74d25778b..c43adbc27 100644
--- a/skins/classic/templates/compose.html
+++ b/skins/classic/templates/compose.html
@@ -10,9 +10,7 @@
<script type="text/javascript" src="/splitter.js"></script>
<style type="text/css">
#compose-contacts { width: <roundcube:exp expression="!empty(cookie:composesplitterv1) ? cookie:composesplitterv1-5 : 195" />px; }
-#compose-container { left: <roundcube:exp expression="!empty(cookie:composesplitterv1) ? cookie:composesplitterv1+5 : 205" />px;
-<roundcube:exp expression="browser:ie ? ('width: expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:composesplitterv1) ? cookie:composesplitterv1+5 : 200).')+\\'px\\');') : ''" />
-}
+#compose-container { left: <roundcube:exp expression="!empty(cookie:composesplitterv1) ? cookie:composesplitterv1+5 : 205" />px; }
</style>
</head>
<roundcube:if condition="env:extwin" />