MDL-48243 theme_bootstrapbase: Fixed inconsistancy between LTR/RTL LESS

This commit is contained in:
Mary Evans
2014-12-01 17:41:36 +00:00
parent ab3effc0c6
commit aaeb91d65a
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -38,7 +38,7 @@
height: 12px;
}
img.actionmenu {
width:auto;
width: auto;
}
}
}
@@ -233,19 +233,19 @@
// RTL styles for blocks in general.
.block {
.header {
text-align:right;
text-align: right;
h2 {
text-align:right;
}
.commands {
text-align: left;
> * {
margin-left:0;
margin-right:3px;
}
text-align: right;
}
.block_action {
float: left;
> * {
margin-left: 0;
margin-right: 3px;
}
}
.commands {
text-align: left;
}
}
}
File diff suppressed because one or more lines are too long