Commit a0e7c590eddcda190f22f0ec336f0e5977bec62d

Authored by Daniela Feitosa
1 parent 4e2b4f0a

Hide "Add Institution" button

The button will be displayed only when the user finds an available institution on
"Institutions" field

Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>

Closes # 717
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/noosfero-spb/gov_user/public/style.css
... ... @@ -33,3 +33,7 @@
33 33 #create_institution_link {
34 34 margin-left: 8px;
35 35 }
  36 +
  37 +#add_institution_link {
  38 + display: none;
  39 +}
... ...