JS Sidebar: clean up unit identifiers
The length is 0, the unit identifier is not required. Some have instances some not. Let's keep it consistent. Note: if later on we need to use stuff like calc() we can and need of course to use units even for 0 values. Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Ie0ed42774044b42172de693283686089aae6494d
This commit is contained in:
parent
9d87f97e39
commit
a3063301c9
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
.sidebar .ui-content .unobutton {
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
vertical-align: middle;
|
||||
|
@ -18,7 +18,7 @@
|
|||
width: 322px;
|
||||
padding: 0;
|
||||
border-left: 1px solid var(--gray-color) !important;
|
||||
margin-top: 0px !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.sidebar.spinfield {
|
||||
|
@ -153,7 +153,7 @@ td.jsdialog .jsdialog.cell.sidebar {
|
|||
}
|
||||
|
||||
#spacinglabel {
|
||||
padding-top: 0px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue