Skip to content

Commit

Permalink
#6: testing and fixing RTL layout
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpoort committed Jun 15, 2018
1 parent f8e2eca commit cc21277
Show file tree
Hide file tree
Showing 7 changed files with 1,265 additions and 14 deletions.
1,050 changes: 1,050 additions & 0 deletions demo/site/indexrtl.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -12035,7 +12035,8 @@ html:not([dir=rtl]) .k-no-padding-left.k-no-padding-left.k-no-padding-left {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid;
transition: all 180ms cubic-bezier(0.2, 0.57, 0.44, 0.83);
transition: -webkit-transform 180ms cubic-bezier(0.2, 0.57, 0.44, 0.83);
transition: transform 180ms cubic-bezier(0.2, 0.57, 0.44, 0.83);
-webkit-backface-visibility: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/css/admin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit cc21277

Please sign in to comment.