1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

RTL, dir list page: Fixed position of dir-up button in RTL layout..

- CLoses #1568
This commit is contained in:
S. Razi Alavizadeh 2014-12-25 22:07:50 +03:30
parent 37ce38bbf8
commit 3511e0401b

View File

@ -12,7 +12,7 @@ p{margin-bottom:0;}
h1 a{ border-bottom: 1px solid rgba(0, 130, 217, 0.196); color: #0082D9;} h1 a{ border-bottom: 1px solid rgba(0, 130, 217, 0.196); color: #0082D9;}
h1 a:hover{ text-decoration:none; border-bottom: 1px solid rgba(0, 130, 217, 1); color: #0082D9;} h1 a:hover{ text-decoration:none; border-bottom: 1px solid rgba(0, 130, 217, 1); color: #0082D9;}
.dir-up{float:%LEFT_STR%;padding-%LEFT_STR%:22px;font-size:105%;height:30px;background:transparent url(data:image/png;base64,%UP-IMG%) no-repeat;} .dir-up{float:%LEFT_STR%;padding-%LEFT_STR%:22px;font-size:105%;height:30px;background:transparent url(data:image/png;base64,%UP-IMG%) no-repeat;background-position-x:%LEFT_STR%}
.show-hidden{float:%RIGHT_STR%;font-size:105%;height:30px;} .show-hidden{float:%RIGHT_STR%;font-size:105%;height:30px;}
.tr-hidden{display:none;} .tr-hidden{display:none;}
.tr-visible{display:table-row;} .tr-visible{display:table-row;}