Skip to content
Snippets Groups Projects
Commit 5de88f6a authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: increase max-width when use externals modules

parent e1974351
No related branches found
No related tags found
No related merge requests found
......@@ -522,8 +522,8 @@ div.myavailability {
}
.checkallactions {
vertical-align: top;
margin-top: 6px;
margin-left: 4px;
margin-top: 6px;
margin-left: 4px;
}
.selectlimit {
margin-right: 10px !important;
......@@ -722,7 +722,7 @@ $minwidthtmenu=66; /* minimul widht for one top menu entry */
$heightmenu=46; /* height of top menu, part with image */
$heightmenu2=48; /* height of top menu, part with login */
$disableimages = 0;
$maxwidthloginblock = 110;
$maxwidthloginblock = 130;
if (! empty($conf->global->THEME_ELDY_DISABLE_IMAGE)) { $disableimages = 1; $maxwidthloginblock = 180; }
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment