Clean css
This commit is contained in:
parent
543f5cef63
commit
5ce7e70097
@ -119,7 +119,7 @@ if (count($listofsearchfields))
|
|||||||
if ($i == 0) print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("Search").'</td></tr>';
|
if ($i == 0) print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("Search").'</td></tr>';
|
||||||
print '<tr '.$bc[false].'>';
|
print '<tr '.$bc[false].'>';
|
||||||
print '<td class="nowrap"><label for="'.$key.'">'.$langs->trans($value["text"]).'</label>:</td><td><input type="text" class="flat" name="'.$key.'" id="'.$key.'" size="18"></td>';
|
print '<td class="nowrap"><label for="'.$key.'">'.$langs->trans($value["text"]).'</label>:</td><td><input type="text" class="flat" name="'.$key.'" id="'.$key.'" size="18"></td>';
|
||||||
if ($i == 0) print '<td rowspan="'.count($listofsearchfields).'"><input type="submit" value="'.$langs->trans("Search").'" class="button"></td>';
|
if ($i == 0) print '<td class="noborderbottom" rowspan="'.count($listofsearchfields).'"><input type="submit" value="'.$langs->trans("Search").'" class="button"></td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -541,7 +541,7 @@ foreach($valid_dashboardlines as $board)
|
|||||||
|
|
||||||
if ($showweather)
|
if ($showweather)
|
||||||
{
|
{
|
||||||
$boxwork.='<td class="nohover hideonsmartphone" rowspan="'.$rowspan.'" width="80" style="border-left: 1px solid #DDDDDD" align="center">';
|
$boxwork.='<td class="nohover hideonsmartphone noborderbottom" rowspan="'.$rowspan.'" width="80" style="border-left: 1px solid #DDDDDD" align="center">';
|
||||||
$text='';
|
$text='';
|
||||||
if ($totallate > 0) $text=$langs->transnoentitiesnoconv("WarningYouHaveAtLeastOneTaskLate").' ('.$langs->transnoentitiesnoconv("NActionsLate",$totallate).')';
|
if ($totallate > 0) $text=$langs->transnoentitiesnoconv("WarningYouHaveAtLeastOneTaskLate").' ('.$langs->transnoentitiesnoconv("NActionsLate",$totallate).')';
|
||||||
$options='height="64px"';
|
$options='height="64px"';
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 392 B |
@ -2156,11 +2156,11 @@ table.liste, table.noborder, table.formdoc, div.noborder {
|
|||||||
|
|
||||||
margin: 0px 0px 5px 0px;
|
margin: 0px 0px 5px 0px;
|
||||||
|
|
||||||
-moz-box-shadow: 2px 2px 4px #CCC;
|
/* -moz-box-shadow: 2px 2px 4px #CCC;
|
||||||
-webkit-box-shadow: 2px 2px 4px #CCC;
|
-webkit-box-shadow: 2px 2px 4px #CCC;
|
||||||
box-shadow: 2px 2px 4px #CCC;
|
box-shadow: 2px 2px 4px #CCC;
|
||||||
|
|
||||||
/* -moz-border-radius: 0.2em;
|
-moz-border-radius: 0.2em;
|
||||||
-webkit-border-radius: 0.2em;
|
-webkit-border-radius: 0.2em;
|
||||||
border-radius: 0.2em;*/
|
border-radius: 0.2em;*/
|
||||||
}
|
}
|
||||||
@ -2226,7 +2226,7 @@ div.refidpadding {
|
|||||||
}
|
}
|
||||||
div.refid {
|
div.refid {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #766;
|
color: #866;
|
||||||
font-size: 160%;
|
font-size: 160%;
|
||||||
}
|
}
|
||||||
div.refidno {
|
div.refidno {
|
||||||
@ -2637,9 +2637,9 @@ span.dashboardlineko {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.boxtable {
|
.boxtable {
|
||||||
-moz-box-shadow: 3px 3px 4px #DDD;
|
/* -moz-box-shadow: 3px 3px 4px #DDD;
|
||||||
-webkit-box-shadow: 3px 3px 4px #DDD;
|
-webkit-box-shadow: 3px 3px 4px #DDD;
|
||||||
box-shadow: 3px 3px 4px #DDD;
|
box-shadow: 3px 3px 4px #DDD; */
|
||||||
margin-bottom: 8px !important;
|
margin-bottom: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2647,7 +2647,7 @@ span.dashboardlineko {
|
|||||||
.box {
|
.box {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.box_titre {
|
tr.box_titre {
|
||||||
@ -2697,9 +2697,13 @@ tr.box_pair {
|
|||||||
|
|
||||||
tr.box_pair td, tr.box_impair td {
|
tr.box_pair td, tr.box_impair td {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
}
|
||||||
|
tr.box_pair:not(:last-child) td, tr.box_impair:not(:last-child) td {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
.noborderbottom {
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
.formboxfilter {
|
.formboxfilter {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user