Skip to content
Snippets Groups Projects
Commit d7dbc8ad authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Sync theme md

parent f4f76290
Branches
Tags
No related merge requests found
......@@ -656,6 +656,38 @@ div.attacharea {
padding-top: 10px;
padding-bottom: 10px;
}
div.arearef {
/*border-bottom: 1px solid #bbb;*/
padding-top: 2px;
padding-bottom: 5px;
/*padding-right: 3px;
padding-left: 2px;*/
margin-bottom: 10px;
}
div.heightref {
min-height: 74px;
}
div.divphotoref {
padding-right: 10px;
}
div.statusref {
float: right;
padding-right: 12px;
margin-top: 9px;
margin-bottom: 10px;
}
img.photoref {
height: 68px;
width: 68px;
border: 1px solid #CCC;
-moz-box-shadow: 3px 3px 4px #DDD;
-webkit-box-shadow: 3px 3px 4px #DDD;
box-shadow: 3px 3px 4px #DDD;
}
.underrefbanner {
border-bottom: 2px solid #888;
}
/* ============================================================================== */
......@@ -1902,13 +1934,19 @@ table.listwithfilterbefore {
/* Pagination */
div.refidpadding {
padding-top: <?php print empty($conf->dol_use_jmobile)?'8':'12'; ?>px;
/* padding-top: <?php print empty($conf->dol_use_jmobile)?'8':'12'; ?>px; */
}
div.refid {
padding-top: <?php print empty($conf->dol_use_jmobile)?'5':'12'; ?>px;
/* padding-top: <?php print empty($conf->dol_use_jmobile)?'5':'12'; ?>px; */
font-weight: bold;
color: #766;
font-size: 120%;
font-size: 160%;
}
div.refidno {
padding-top: 2px;
font-weight: normal;
color: #444;
font-size: <?php print $fontsize ?>px;
}
div.pagination {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment