Improved support for IE8/9

This commit is contained in:
Francis Lachapelle
2012-09-25 12:00:47 -04:00
parent f08594e7ec
commit 68efae1055
7 changed files with 14 additions and 24 deletions

View File

@@ -1,21 +1,11 @@
/* CSS for compose panel */
DIV#leftPanel
{ position: absolute;
top: 52px;
left: 0px;
width: 15em;
bottom: 0px;
overflow: hidden; }
{ top: 52px; }
DIV#rightPanel
{ position: absolute;
top: 48px;
left: 0em;
right: 0px;
bottom: 0px;
margin-left: 5px;
overflow: hidden; }
{ top: 48px;
left: 0em; }
DIV#hiddenDragHandle
{ cursor: e-resize;