mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixes font used for add page steps and alignment
This commit is contained in:
parent
261ca9378e
commit
83d70c4414
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user