Skip to content

Commit

Permalink
fixes #4830
Browse files Browse the repository at this point in the history
Removed module specific styling for a default DNN Button
  • Loading branch information
Timo-Breumelhof authored Sep 17, 2021
1 parent bf50bee commit cabba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DNN Platform/Modules/CoreMessaging/module.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ button, input[type="button"], input[type="reset"], input[type="submit"], .dnnPri
padding-top: 18px;
}
.composeMessageDialog .fileUploadArea{ display: inline-block;vertical-align: top;}
.composeMessageDialog .dnnTertiaryAction{ margin: 0 10px 0 0;padding: 6px 6px;height: 32px;}
.composeMessageDialog .dnnTertiaryAction{ margin: 0 10px 0 0;}
/*Attachments*/
.composeMessageDialog .messageAttachments{ margin-top: 5px;}
/* File Upload */
Expand All @@ -461,4 +461,4 @@ button, input[type="button"], input[type="reset"], input[type="submit"], .dnnPri
ul.messages dd.message img {
max-width: 100% !important;
height: auto !important;
}
}

0 comments on commit cabba00

Please sign in to comment.