fix resize-handler-e

This commit is contained in:
Troex Nevelin
2011-11-23 13:58:09 +02:00
parent 12c6281d97
commit 192f41758d
3 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -22,8 +22,9 @@
/* ltr/rtl enviroment */
.elfinder-ltr .elfinder-navbar { float:left; border-left:0 solid; padding-right:10px; }
.elfinder-rtl .elfinder-navbar { float:right; border-right:0 solid; padding-left:10px; }
.elfinder-ltr .elfinder-navbar { float:left; border-left:0 solid; }
.elfinder-rtl .elfinder-navbar { float:right; border-right:0 solid; }
.elfinder-ltr .ui-resizable-e { margin-left:10px; }
/* folders tree container */
.elfinder-tree { display:table; width:100%; margin: 0 0 .5em 0; }
Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

Executable → Regular
View File