Skip to content

Commit 9da8766

Browse files
author
Mattia Roccoberton
committed
Minor improvements
1 parent 8325db5 commit 9da8766

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Index:
9898

9999
![index](screenshot1.jpg)
100100

101-
Edit:
101+
Edit (with `$form-padding: 2px;`):
102102

103103
![edit](screenshot2.jpg)
104104

app/assets/stylesheets/activeadmin_blaze_theme/theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,12 @@ body.active_admin {
212212
}
213213
}
214214
}
215-
> fieldset.inputs {
215+
> fieldset.inputs, .ui-tabs-panel > fieldset.inputs {
216216
> legend {
217217
@extend .c-card__item;
218218
@extend .c-card__item--brand;
219219
border-radius: 5px 5px 0 0;
220+
box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 5px 10px -3px rgba(17, 17, 17, 0.4);
220221
color: $fg-box-title;
221222
padding: 8px 11px;
222223
text-shadow: $text-shadow 0 1px 0;

0 commit comments

Comments
 (0)