Adjust profile selector styling and add RTL

This commit is contained in:
Brian Miyaji
2016-10-21 18:50:34 +11:00
parent 578c1d8c2d
commit 037b292db2
2 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
margin-left: 2em; margin-left: 2em;
} }
/* Profile selector */
.sp-template-profile-selector {
text-align: left;
}
/* Data Tables */ /* Data Tables */
.sp-data-table .data-name { .sp-data-table .data-name {
text-align: right; text-align: right;

View File

@@ -76,8 +76,9 @@
} }
/* Profile selector */ /* Profile selector */
.sp-profile-selector { .sp-template-profile-selector {
float: right; text-align: right;
margin-bottom: 0.5em;
} }
/* Data Tables */ /* Data Tables */