Skip to content

Commit ad7c177

Browse files
committed
[django 5:css] Fixed styling of device location inline
1 parent ccf380c commit ad7c177

File tree

1 file changed

+6
-0
lines changed
  • openwisp_controller/config/static/config/css

1 file changed

+6
-0
lines changed

openwisp_controller/config/static/config/css/admin.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ div.change-form
200200
div.inline-group.tab-content
201201
> fieldset.module
202202
> h2,
203+
#devicelocation-0-1-heading,
203204
div.change-form
204205
#device_form
205206
div.inline-group.tab-content
@@ -230,6 +231,11 @@ div.change-form #device_form > div > div.inline-group {
230231
.change-form #device_form div.inline-group.tab-content > .tabular {
231232
margin-top: -1em;
232233
}
234+
#devicelocation-0-2-heading {
235+
font-size: 16px;
236+
text-transform: uppercase;
237+
padding: 15px;
238+
}
233239
#main .tab-content .inline-related > h3 {
234240
background: transparent;
235241
}

0 commit comments

Comments
 (0)