Commit 83fafd3f804d5f340d0909ed391f5f4aee0575a2
1 parent
a6841555
Add width to SIORG field
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
... | ... | @@ -694,6 +694,13 @@ |
694 | 694 | color: #585858; |
695 | 695 | } |
696 | 696 | |
697 | +#noosfero_profile-content #content .main-content #profile-data #institutions_siorg_code, | |
698 | +.action-profile_editor-edit #content .main-content #profile-data #institutions_siorg_code, | |
699 | +.action-gov_user_plugin-create_institution_admin #content .main-content #institutions_siorg_code, | |
700 | +.action-organization_ratings_plugin_profile-new_rating #content .main-content #institutions_siorg_code { | |
701 | + width: 189px; | |
702 | +} | |
703 | + | |
697 | 704 | .action-users-send_mail #content .main-content{ |
698 | 705 | font-family: Arial; |
699 | 706 | } | ... | ... |