From 899fa34a8ecaa94d62174604bead7badbd37d000 Mon Sep 17 00:00:00 2001 From: Jetha Chan Date: Mon, 28 Apr 2014 15:54:46 +0800 Subject: [PATCH] MDL-45292 filepicker: fixed border style Fixed base style issues on RTL. --- theme/base/style/filemanager.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/filemanager.css b/theme/base/style/filemanager.css index 9ffb8678dce..ac3b7545f98 100644 --- a/theme/base/style/filemanager.css +++ b/theme/base/style/filemanager.css @@ -71,6 +71,7 @@ background:#E2E2E2;filter:progid:DXImageTransform.Microsoft.gradient(startColors .fp-toolbar.empty {display:none;} .fp-toolbar .disabled {display:none;} .file-picker .fp-toolbar div, .fp-navbar .filemanager-toolbar .fp-toolbar div {float:left;margin:4px 0 4px 4px;background:#FFFFFF;border:1px solid #CCCCCC;border-bottom:1px solid #B3B3B3;border-radius:4px;width:30px;height:30px;} +.dir-rtl .file-picker .fp-toolbar div, .dir-rtl .fp-navbar .filemanager-toolbar .fp-toolbar div { margin:4px 4px 4px 0px; } .file-picker .fp-toolbar .fp-tb-message {background:inherit;border:0;border-bottom:0;border-radius:0;width:300px;height:32px;} .fp-toolbar div {display:block;} .fp-toolbar a {display:block;height:30px;width:30px;} @@ -86,7 +87,6 @@ background:#E2E2E2;filter:progid:DXImageTransform.Microsoft.gradient(startColors .fp-toolbar .fp-tb-search input {background:transparent url('[[pix:a/search]]') no-repeat 7px 7px;padding:2px 6px 1px 27px;width:210px;height:27px;border:0;} .dir-rtl .fp-toolbar img {vertical-align:-35%;} .dir-rtl .file-picker .fp-viewbar, .dir-rtl .fp-navbar .filemanager-toolbar .fp-viewbar {float:left;} -.dir-rtl .file-picker .fp-viewbar {margin-left:0;} .file-picker .fp-viewbar, .fp-navbar .filemanager-toolbar .fp-viewbar {float:right;margin:4px; background:white;border:1px solid #CCCCCC;border-radius:4px;border-bottom:1px solid #B3B3B3;height:30px;} .fp-viewbar .fp-vb-icons, .fp-viewbar .fp-vb-details, .fp-viewbar .fp-vb-tree {width:30px;height:30px;display:block;float:left;border-right:1px solid #CCCCCC;} .fp-viewbar a.fp-vb-icons {border-radius:4px 0 0 4px;} -- 2.11.4.GIT