Skip to content

Commit

Permalink
MDL-42600 EditPDF: Fix padding etc on toolbars
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr authored and Damyon Wiese committed Nov 7, 2013
1 parent 525d094 commit f2b8eb2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mod/assign/feedback/editpdf/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
.assignfeedback_editpdf_widget .pageheader select,
.assignfeedback_editpdf_widget .pageheader button {
background: none;
padding: 4px 10px;
padding: 4px 7px;
border: 0px;
border-radius: 0px;
margin: 0px;
Expand Down Expand Up @@ -168,10 +168,7 @@
.assignfeedback_editpdf_dropdown button {
border: 0px;
background: none;
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
padding-bottom: 6px;
padding: 6px 7px;
border-radius: 0px;
border-top: 1px solid #cccccc;
}
Expand Down

0 comments on commit f2b8eb2

Please sign in to comment.