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
15561ea6
Commit
15561ea6
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add comments
parent
36af4381
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/theme/eldy/eldy.css.php
+28
-6
28 additions, 6 deletions
htdocs/theme/eldy/eldy.css.php
with
28 additions
and
6 deletions
htdocs/theme/eldy/eldy.css.php
+
28
−
6
View file @
15561ea6
<?php
/* Copyright (C) 2004-200
9
Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2004-20
1
0 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2007 Regis Houssin <regis@dolibarr.fr>
*
...
...
@@ -191,7 +191,7 @@ div.tmenu
padding: 0px 0px 0px 0px;
margin: 0px 0px 4px 0px;
font-weight: normal;
height:
1
9px;
height:
5
9px;
background: #b3c5cc;
background-image: url(
<?php
echo
DOL_URL_ROOT
.
'/theme/eldy/img/tmenu.jpg'
?>
);
color: #000000;
...
...
@@ -258,8 +258,8 @@ a.tmenu:hover
font-weight: normal;
background: #dee7ec;
border-
<?php
print
$right
;
?>
: 1px solid #555555;
border-top: 1px solid #D8D8D8;
border-
<?php
print
$left
;
?>
: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
border-bottom: 2px solid #dee7ec;
}
a.tmenu:active
...
...
@@ -270,8 +270,8 @@ a.tmenu:active
font-weight: normal;
background: #F4F4F4;
border-
<?php
print
$right
;
?>
: 1px solid #555555;
border-top: 1px solid #D8D8D8;
border-
<?php
print
$left
;
?>
: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
border-bottom: 2px solid #dee7ec;
}
...
...
@@ -326,8 +326,8 @@ a.tmenusel:active
table.tmenu
{
padding: 0px 0px 10px 0px; /*
x y z w x=top offset
*/
margin: 0px 0px 0px 6px;
padding: 0px 0px 10px 0px; /*
t r b l
*/
margin:
4
0px 0px 0px 6px;
/* t r b l */
}
* html li.tmenu a
...
...
@@ -353,6 +353,28 @@ li.tmenu {
font-weight: normal;
}
/*
div.mainmenu_home {
position : absolute;
color: white;
background-image: url(
<?php
echo
DOL_URL_ROOT
.
'/theme/eldy/img/calc.png'
?>
);
width:22px;
height:22px;
top: 10px;
margin-left: 10px;
}
div.mainmenu_companies {
position : absolute;
color: white;
background-image: url(
<?php
echo
DOL_URL_ROOT
.
'/theme/eldy/img/calc.png'
?>
);
width:22px;
height:22px;
top: 10px;
margin-left: 10px;
}
*/
/* Login */
...
...
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