diff --git a/src/plugins/editing/CellMLAnnotationView/res/qualifierInformation.html b/src/plugins/editing/CellMLAnnotationView/res/qualifierInformation.html old mode 100644 new mode 100755 index f635047288..79c3bea862 --- a/src/plugins/editing/CellMLAnnotationView/res/qualifierInformation.html +++ b/src/plugins/editing/CellMLAnnotationView/res/qualifierInformation.html @@ -8,15 +8,15 @@ -webkit-user-select: none; font-family: arial, sans-serif; font-size: 10pt; - padding: 13px 0px 9px 0px; + padding: 13px 0 9px; cursor: default; } div.header { padding: 3px; position: fixed; - top: 0px; - left: 0px; + top: 0; + left: 0; width: 100%; height: 23px; background-color: rgb(54, 96, 146); @@ -26,12 +26,12 @@ } div.diagram { - margin: 1.9em 0em 1.5em 0em; + margin: 1.9em 0 1.5em; text-align: center; } div.section { - margin: 1em 0em 1em 0em; + margin: 1em 0; font-size: 13pt; font-weight: bold; color: rgb(54, 96, 146);