diff --git a/Fate/FateOmni.css b/Fate/FateOmni.css index 36899f5fcc..6e32127014 100644 --- a/Fate/FateOmni.css +++ b/Fate/FateOmni.css @@ -275,10 +275,16 @@ input.icon[value="blank"] + span.icon::before { padding-top: 12px; } -.ExtraDisplay .repcontainer .repitem:first-child .space-above { - padding-top: 0px; +.rule-above { + margin-top: 12px; + border-top: 1px solid gray; + padding-top: 12px; } +/* .ExtraDisplay .repcontainer .repitem:first-child .space-above { + padding-top: 0px; +} */ + .hideUnlessNull + * { display: none; } @@ -359,18 +365,22 @@ input.icon[value="blank"] + span.icon::before { .StuntFrame, .PowerFrame, .NoteFrame, -.ExtraFrame, .SkillFrame { flex-direction: row; justify-content: flex-start; } .TrackFrame, +.ExtraFrame, .AspectFrame { flex-direction: column; justify-content: stretch; } +.ExtraFrame .fieldlabel { + text-align: left; +} + .ui-dialog .tab-content .charsheet .fieldlabel { font-weight: bold; font-size: 80%; @@ -715,6 +725,16 @@ input.icon[value="blank"] + span.icon::before { content: ''; } + +.hideOnOne + div { + display: block; +} + +.hideOnOne[value="1"] + div { + display: none; +} + + .hideIfNull + div { display: block; } diff --git a/Fate/FateOmni.html b/Fate/FateOmni.html index cf4e6616f8..be706db5b5 100644 --- a/Fate/FateOmni.html +++ b/Fate/FateOmni.html @@ -164,6 +164,7 @@