Commit bab33eb4a190920b74758f440fa101868c5034f2

Authored by Melissa Wen
Committed by Álvaro Fernando Matos de Souza
1 parent e6c47f50
Exists in design_validation

Improve design of edit software page

src/noosfero-spb-theme/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 +}
... ...