Skip to content

Commit

Permalink
some more rtl fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Aug 10, 2017
1 parent aa8d458 commit 8c059e9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions ckan/ckanext-odata_org_il/ckanext/odata_org_il/fanstatic/rtl.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.heading, .module-heading, a, p, .dataset-list, .search-form, h1,
#dataset-resources, .additional-info, .tags, td.dataset-details, th.dataset-label,
.context-info, .flash-messages, .page_primary_action
.context-info, .flash-messages, .page_primary_action, .breadcrumb
{
direction: rtl;
text-align: right;
Expand All @@ -11,6 +11,20 @@
left: 15px;
}

.context-info .nums dl {
.context-info .nums dl, .toolbar .breadcrumb {
float: right;
}

.resource-item .btn-group {
left: 10px;
right: auto;
}

.resource-item .format-label {
left: auto;
right: 10px;
}

.resource-item {
padding: 10px 60px 10px 10px;
}

0 comments on commit 8c059e9

Please sign in to comment.