Skip to content

Commit 44d128f

Browse files
committed
Add some borders to extension options
1 parent ce4634a commit 44d128f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

feincms/static/feincms/item_editor.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,15 @@ div.order-machine div.inline-related > h3{
225225
display: none;
226226
}
227227

228+
#extension_options_wrapper {
229+
border-bottom: 1px solid #eee;
230+
}
231+
232+
#extension_options>.module.aligned {
233+
border-top: 1px solid #eee;
234+
margin-bottom: -1px;
235+
}
236+
228237

229238
/* various overrides */
230239
#id_redirect_to { width: 20em; } /* raw_id_fields act-a-like for redirect_to */
@@ -267,4 +276,3 @@ div.order-machine div.inline-related > h3{
267276
#suit-center .order-machine .order-item {
268277
margin-top: 10px;
269278
}
270-

0 commit comments

Comments
 (0)