Commit 9a348fefcbd52185c5ff6e0f82164b55ed148493

Authored by Melissa Wen
1 parent 49b8d50f
Exists in pkg_fixes

Improve design of edit software page

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
css/administration-panel.css
... ... @@ -279,3 +279,13 @@
279 279 .action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{
280 280 background: #5E82C6;
281 281 }
  282 +
  283 +/* Edit software page */
  284 +
  285 +.action-profile_editor-edit_software_community #profile-is-template{
  286 + margin-top: 10px;
  287 +}
  288 +
  289 +.action-profile_editor-edit_software_community .field-privacy-selector{
  290 + vertical-align: bottom;
  291 +}
... ...