Skip to content

Commit 4c25092

Browse files
committed
add association css
1 parent 4170161 commit 4c25092

File tree

1 file changed

+7
-1
lines changed
  • vendor/assets/stylesheets/rails_admin/themes/rollincode

1 file changed

+7
-1
lines changed

vendor/assets/stylesheets/rails_admin/themes/rollincode/theming.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,4 +486,10 @@ td.carrierwave_type .img-thumbnail {
486486
height: 25px;
487487
line-height: 25px;
488488
color: #333;
489-
}
489+
}
490+
491+
.has_one_association_type {
492+
background: #F3F1F1;
493+
padding: 25px 15px;
494+
margin: 25px 15px;
495+
}

0 commit comments

Comments
 (0)