Fixes font used for add page steps and alignment

This commit is contained in:
Paul Clarke 2016-05-06 14:14:09 +12:00 committed by Ingo Schommer
parent 261ca9378e
commit 83d70c4414
2 changed files with 8 additions and 2 deletions

View File

@ -944,6 +944,9 @@ body.cms {
}
.cms-add-form {
.field > label.left {
width: auto;
}
.step-label {
opacity:0.9;
.flyout {
@ -951,9 +954,7 @@ body.cms {
padding-top:5px;
}
.title {
padding-top:5px; //aligns label with point of arrow
font-weight:bold; //to match pagetype label
text-shadow: 1px 1px 0 $color-text-shadow;
}
}
ul.SelectionGroup {

View File

@ -9,6 +9,11 @@
* and read the jQuery UI theming API: http://jqueryui.com/docs/Theming/API
*/
.ui-widget {
font-family: $font-family-sans-serif;
}
.ui-widget-content,
.ui-widget {
color: $color-text;