From 05ec4d9d205c27f48d3e543c92af063f5fbde513 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Thu, 31 Jan 2013 01:17:52 +0000 Subject: [PATCH] MDL-37785 theme_base: remove duplicate .dir-rtl file-picker css rules from styke/core.css --- theme/base/style/core.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 65f6a271949..81032e27955 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -781,8 +781,6 @@ sup {vertical-align: super;} .dir-rtl .ygtvcancel {background-position: 0 -8822px;} .dir-rtl .ygtvcancel:hover {background-position: 0 -8866px;} -.dir-rtl .file-picker .yui-layout-unit-left {left:500px !important;} -.dir-rtl .file-picker .yui-layout-unit-center {left:0px !important;} .dir-rtl.yui-skin-sam .yui-panel .hd {text-align:left;} .dir-rtl .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {text-align:right;}