2
0
forked from Wavyzz/dolibarr

Fix: Theme border

This commit is contained in:
Laurent Destailleur
2010-12-20 16:08:15 +00:00
parent eec949db7c
commit 20dd9540e8
4 changed files with 16 additions and 0 deletions

View File

@@ -670,6 +670,10 @@ td.photo {
} }
*/ */
#containerlayout .layout-padding {
padding: 2px !important;
}
/* /*
* PANES and CONTENT-DIVs * PANES and CONTENT-DIVs
*/ */

View File

@@ -653,6 +653,10 @@ td.photo {
border-width: 0 !important; border-width: 0 !important;
} }
#containerlayout .layout-padding {
padding: 2px !important;
}
/* /*
* PANES and CONTENT-DIVs * PANES and CONTENT-DIVs
*/ */

View File

@@ -530,6 +530,10 @@ td.photo {
border-width: 0 !important; border-width: 0 !important;
} }
#containerlayout .layout-padding {
padding: 2px !important;
}
/* /*
* PANES and CONTENT-DIVs * PANES and CONTENT-DIVs
*/ */

View File

@@ -524,6 +524,10 @@ td.photo {
border-width: 0 !important; border-width: 0 !important;
} }
#containerlayout .layout-padding {
padding: 2px !important;
}
/* /*
* PANES and CONTENT-DIVs * PANES and CONTENT-DIVs
*/ */