css
This commit is contained in:
parent
0db72852fb
commit
e7adde4019
@ -467,7 +467,7 @@ div.description_content {
|
|||||||
.header{
|
.header{
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 52px;
|
||||||
background: rgb(60,70,100);
|
background: rgb(60,70,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2078,7 +2078,7 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
||||||
padding: 0px 4px 0px 4px;
|
padding: 0px 2px 0px 2px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: var(--colortextbackhmenu);
|
color: var(--colortextbackhmenu);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -2530,8 +2530,8 @@ img.login, img.printer, img.entity {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto { /* size for user photo in login bar */
|
.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto { /* size for user photo in login bar */
|
||||||
width: <?php echo $disableimages ? '26' : '32'; ?>px;
|
width: <?php echo $disableimages ? '26' : '30'; ?>px;
|
||||||
height: <?php echo $disableimages ? '26' : '32'; ?>px;
|
height: <?php echo $disableimages ? '26' : '30'; ?>px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
|||||||
@ -199,7 +199,7 @@ if ($conf->browser->layout == 'phone') $nbtopmenuentries = max($nbtopmenuentries
|
|||||||
|
|
||||||
|
|
||||||
$minwidthtmenu = 66; /* minimum width for one top menu entry */
|
$minwidthtmenu = 66; /* minimum width for one top menu entry */
|
||||||
$heightmenu = 48; /* height of top menu, part with image */
|
$heightmenu = 50; /* height of top menu, part with image */
|
||||||
$heightmenu2 = 49; /* height of top menu, part with login */
|
$heightmenu2 = 49; /* height of top menu, part with login */
|
||||||
$disableimages = 0;
|
$disableimages = 0;
|
||||||
$maxwidthloginblock = 180;
|
$maxwidthloginblock = 180;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user