Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[admin] Fixed add form CSS #111
Browse files Browse the repository at this point in the history
Fixes #111
  • Loading branch information
nemesifier committed May 24, 2019
1 parent c8b3413 commit f99cd1f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ input.readonly{
color: #777;
}

.change-form #device_form div.inline-group.tab-content > fieldset.module > h2,
.change-form #device_form div.inline-group.tab-content > .tabular > fieldset.module > h2,
.change-form #device_form > div > fieldset.module.aligned,
.change-form #device_form > div > div.inline-group{
div.change-form #device_form div.inline-group.tab-content > fieldset.module > h2,
div.change-form #device_form div.inline-group.tab-content > .tabular > fieldset.module > h2,
div.change-form #device_form > div > fieldset.module.aligned,
div.change-form #device_form > div > div.inline-group{
display: none;
}

Expand Down

0 comments on commit f99cd1f

Please sign in to comment.