mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-42600 EditPDF: Fix padding etc on toolbars
This commit is contained in:
parent
525d094a47
commit
f2b8eb222a
1 changed files with 2 additions and 5 deletions
|
@ -54,7 +54,7 @@
|
||||||
.assignfeedback_editpdf_widget .pageheader select,
|
.assignfeedback_editpdf_widget .pageheader select,
|
||||||
.assignfeedback_editpdf_widget .pageheader button {
|
.assignfeedback_editpdf_widget .pageheader button {
|
||||||
background: none;
|
background: none;
|
||||||
padding: 4px 10px;
|
padding: 4px 7px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -168,10 +168,7 @@
|
||||||
.assignfeedback_editpdf_dropdown button {
|
.assignfeedback_editpdf_dropdown button {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background: none;
|
background: none;
|
||||||
padding-left: 10px;
|
padding: 6px 7px;
|
||||||
padding-right: 10px;
|
|
||||||
padding-top: 6px;
|
|
||||||
padding-bottom: 6px;
|
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top: 1px solid #cccccc;
|
border-top: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue