Minor enhancements for usage with smartphones
This commit is contained in:
parent
858fdcf85f
commit
630a6eb066
@ -942,9 +942,9 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
||||
}
|
||||
|
||||
div.titre {
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
color: #57A2CA;
|
||||
text-decoration: none
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -623,10 +623,9 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
||||
|
||||
div.titre {
|
||||
font-family: Helvetica, Verdana;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
color: #336666;
|
||||
text-decoration: none
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -823,7 +823,7 @@ background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/liste_titre.png'
|
||||
background-repeat: repeat-x;
|
||||
color: #334444;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -834,7 +834,7 @@ background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/liste_titre.png'
|
||||
background-repeat: repeat-x;
|
||||
color: #F5FFFF;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -993,9 +993,9 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
||||
|
||||
div.titre {
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
color: #336666;
|
||||
text-decoration: none
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -725,9 +725,9 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
||||
|
||||
div.titre {
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
color: #777799;
|
||||
text-decoration: none
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -651,9 +651,9 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
||||
|
||||
div.titre {
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #666633;
|
||||
text-decoration: none
|
||||
font-weight: normal;
|
||||
color: #666633;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -715,9 +715,9 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
||||
|
||||
div.titre {
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #666633;
|
||||
text-decoration: none
|
||||
font-weight: normal;
|
||||
color: #666633;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user