diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-20 23:03:00 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-20 23:03:00 +0000 |
commit | 7ab46726568d4e3d383ba1851521745657cc278f (patch) | |
tree | c776b4745d343b9b110a7c3f69d14d4f0977316d /public | |
parent | 85ba074b176e67e18cf0bc8a84842bf4fb16d5ad (diff) | |
download | redmine-7ab46726568d4e3d383ba1851521745657cc278f.tar.gz redmine-7ab46726568d4e3d383ba1851521745657cc278f.zip |
replace tabs to spaces and remove trailing white-spaces at public/stylesheets/rtl.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7635 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/rtl.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css index 137a7b483..eb047794f 100644 --- a/public/stylesheets/rtl.css +++ b/public/stylesheets/rtl.css @@ -9,18 +9,18 @@ body, #wrapper { direction: rtl;} #top-menu li { float: right; } .tabular label.floating { - margin-right: 0; - margin-left: auto; - text-align: right; + margin-right: 0; + margin-left: auto; + text-align: right; } -.tabular label +.tabular label { - float: right; - margin-left: auto; + float: right; + margin-left: auto; } .tabular p { - clear: right; + clear: right; } .tabular label.block { text-align: right; } .icon @@ -31,9 +31,9 @@ body, #wrapper { direction: rtl;} } div#activity dt, #search-results dt { - background-position: 100% 50%; - padding-right: 20px; - padding-left: 0px; + background-position: 100% 50%; + padding-right: 20px; + padding-left: 0px; } #content .tabs ul li { float: right; } #content .tabs ul { padding-left: auto; padding-right: 1em; } |