mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 10:38:15 +01:00
merge conflict
This commit is contained in:
@@ -647,6 +647,9 @@ textarea.centpercent {
|
||||
.large {
|
||||
font-size: 125%;
|
||||
}
|
||||
.double {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
|
||||
font-size: 65%;
|
||||
@@ -736,6 +739,9 @@ textarea.centpercent {
|
||||
.paddingleft2 {
|
||||
padding-<?php print $left; ?>: 2px;
|
||||
}
|
||||
.paddingleft2imp {
|
||||
padding-<?php print $left; ?>: 2px !important;
|
||||
}
|
||||
.paddingright {
|
||||
padding-<?php print $right; ?>: 4px;
|
||||
}
|
||||
|
||||
@@ -878,12 +878,18 @@ textarea.centpercent {
|
||||
.paddingleft2 {
|
||||
padding-<?php print $left; ?>: 2px;
|
||||
}
|
||||
.paddingleft2imp {
|
||||
padding-<?php print $left; ?>: 2px !important;
|
||||
}
|
||||
.paddingright {
|
||||
padding-<?php print $right; ?>: 4px;
|
||||
}
|
||||
.paddingright2 {
|
||||
padding-<?php print $right; ?>: 2px;
|
||||
}
|
||||
.paddingright2imp {
|
||||
padding-<?php print $right; ?>: 2px !important;
|
||||
}
|
||||
.marginleft2 {
|
||||
margin-<?php print $left; ?>: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user