Look and feel v13

This commit is contained in:
Laurent Destailleur 2020-08-02 01:01:40 +02:00
parent 34cbdaf2ff
commit 728460fa1b
2 changed files with 5 additions and 2 deletions

View File

@ -24,14 +24,14 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet');
font-size: 0.95em;
padding: .19em .35em; /* more than 0.19 generate a change into heigth of lines */
}
.tabBar .arearef .statusref .badge-status {
.tabBar .arearef .statusref .badge-status, .tabBar .arearefnobottom .statusref .badge-status {
font-size: 1.1em;
padding: .4em .4em;
}
/* Force values for small screen 767 */
@media only screen and (max-width: 767px)
{
.tabBar .arearef .statusref .badge-status {
.tabBar .arearef .statusref .badge-status, .tabBar .arearefnobottom .statusref .badge-status {
font-size: 0.95em;
padding: .3em .2em;
}

View File

@ -1806,6 +1806,9 @@ img.photoref, div.photoref {
width: 80px;
object-fit: contain;
}
div.photoref .fa, div.photoref .fas, div.photoref .far {
font-size: 2.5em;
}
img.fitcontain {
object-fit: contain;
}