Merge Request #109

Merged
softwarepublico/softwarepublico!109
Created by Fabio Teixeira

Modal fixes

Change modal description font style to italic

Assignee: Melissa Wen
Milestone: None

Merged by Melissa Wen

Source branch has been removed
Commits (1)
2 participants
src/noosfero-spb/noosfero-spb-theme/css/modal.css
... ... @@ -161,8 +161,8 @@
161 161 .modal .explanation {
162 162 color: #3F60C6;
163 163 font-size: 12px;
164   - font-style: normal;
165   - font-family: 'open_sansitalic';
  164 + font-style: italic;
  165 + font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
166 166 }
167 167  
168 168 .modal .required-field, .modal .errorExplanation {
... ...