forked from Wavyzz/dolibarr
Merge pull request #2647 from aternatik/fix_css
Fix : css properties for lists and input fields
This commit is contained in:
@@ -255,8 +255,9 @@ textarea.cke_source:focus
|
|||||||
|
|
||||||
input, input.flat, textarea, textarea.flat, form.flat select, select.flat {
|
input, input.flat, textarea, textarea.flat, form.flat select, select.flat {
|
||||||
font-size: <?php print $fontsize ?>px;
|
font-size: <?php print $fontsize ?>px;
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
background: #FDFDFD;
|
background: #FDFDFD;
|
||||||
|
color: #444;
|
||||||
border: 1px solid #C0C0C0;
|
border: 1px solid #C0C0C0;
|
||||||
/*padding: 1px 1px 1px 1px; */
|
/*padding: 1px 1px 1px 1px; */
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
@@ -1778,11 +1779,11 @@ table.noborder tr, div.noborder form {
|
|||||||
border-left-width: 1px;
|
border-left-width: 1px;
|
||||||
border-left-color: #BBBBBB;
|
border-left-color: #BBBBBB;
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
height: 26px;
|
min-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.noborder th, table.noborder td, div.noborder form, div.noborder form div {
|
table.noborder th, table.noborder td, div.noborder form, div.noborder form div {
|
||||||
padding: 1px 2px 1px 3px; /* t r b l */
|
padding: 5px 2px 5px 3px; /* t r b l */
|
||||||
}
|
}
|
||||||
|
|
||||||
table.nobordernopadding {
|
table.nobordernopadding {
|
||||||
@@ -1917,7 +1918,7 @@ table.liste td {
|
|||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
tr.pair td, tr.impair td {
|
tr.pair td, tr.impair td {
|
||||||
padding: 2px;
|
padding: 5px 2px;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
div.liste_titre .tagtd {
|
div.liste_titre .tagtd {
|
||||||
|
|||||||
Reference in New Issue
Block a user