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;
}
/* Profile selector */
.sp-template-profile-selector {
text-align: left;
}
/* Data Tables */
.sp-data-table .data-name {
text-align: right;

View File

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