Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
2df47ff9
Commit
2df47ff9
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Better responsive top menu
parent
bf85caad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/theme/eldy/style.css.php
+17
-1
17 additions, 1 deletion
htdocs/theme/eldy/style.css.php
with
17 additions
and
1 deletion
htdocs/theme/eldy/style.css.php
+
17
−
1
View file @
2df47ff9
...
...
@@ -551,6 +551,12 @@ td.showDragHandle {
#id-right { /* This must stay id-right ant not be replaced with echo $right */
width: 100%;
}
#id-left {
background-color: #fff;
border-right: 1px #888 solid;
/* height: calc(100% - 50px);*/
}
div.fiche {
margin-
<?php
print
$left
;
?>
:
<?php
print
(
GETPOST
(
"optioncss"
)
==
'print'
?
6
:
((
empty
(
$conf
->
global
->
MAIN_MENU_USE_JQUERY_LAYOUT
))
?
(
$dol_hide_leftmenu
?
'4'
:
'20'
)
:
'24'
));
?>
px;
...
...
@@ -3674,7 +3680,6 @@ border-top-right-radius: 6px;
.public_border {
border: 1px solid #888;
}
.public_liste_titre {
...
...
@@ -3686,6 +3691,17 @@ border-top-right-radius: 6px;
}
@media only screen and (max-width: 767px)
{
.mainmenuaspan {
display: none;
}
li.tmenu, li.tmenusel {
min-width: 34px;
}
div.mainmenu {
min-width: auto;
background-position-y: 8px;
height: 34px;
}
.imgopensurveywizard { width:95%; height: auto; }
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment