MDL-45292 filepicker: fixed border style

Fixed base style issues on RTL.
This commit is contained in:
Jetha Chan
2014-04-28 17:04:55 +08:00
parent 6ce786cbe7
commit 899fa34a8e
+1 -1
View File
@@ -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;}