Look and feel v13
This commit is contained in:
parent
34cbdaf2ff
commit
728460fa1b
@ -24,14 +24,14 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet');
|
|||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
padding: .19em .35em; /* more than 0.19 generate a change into heigth of lines */
|
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;
|
font-size: 1.1em;
|
||||||
padding: .4em .4em;
|
padding: .4em .4em;
|
||||||
}
|
}
|
||||||
/* Force values for small screen 767 */
|
/* Force values for small screen 767 */
|
||||||
@media only screen and (max-width: 767px)
|
@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;
|
font-size: 0.95em;
|
||||||
padding: .3em .2em;
|
padding: .3em .2em;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1806,6 +1806,9 @@ img.photoref, div.photoref {
|
|||||||
width: 80px;
|
width: 80px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
div.photoref .fa, div.photoref .fas, div.photoref .far {
|
||||||
|
font-size: 2.5em;
|
||||||
|
}
|
||||||
img.fitcontain {
|
img.fitcontain {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user