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
be2943ab
Commit
be2943ab
authored
17 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Retour arriere sur modif style car ne fonctionnait plus sur IE6 en resolution variable
parent
0e7cde4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/main.inc.php
+13
-2
13 additions, 2 deletions
htdocs/main.inc.php
htdocs/theme/eldy/eldy.css.php
+11
-1
11 additions, 1 deletion
htdocs/theme/eldy/eldy.css.php
htdocs/theme/freelug/freelug.css.php
+17
-36
17 additions, 36 deletions
htdocs/theme/freelug/freelug.css.php
with
41 additions
and
39 deletions
htdocs/main.inc.php
+
13
−
2
View file @
be2943ab
...
...
@@ -549,7 +549,7 @@ function top_htmlhead($head, $title='', $disablejs=0)
// Affiche meta
print
'<meta name="robots" content="noindex,nofollow">'
.
"
\n
"
;
// Evite indexation par robots
print
'<meta name="author" content="DevelopmentTeam">'
.
"
\n
"
;
print
'<meta name="author" content="
Dolibarr
Development
Team">'
.
"
\n
"
;
// Affiche title
if
(
$title
)
...
...
@@ -583,7 +583,7 @@ function top_htmlhead($head, $title='', $disablejs=0)
print
'<link rel="top" title="'
.
$langs
->
trans
(
"Home"
)
.
'" href="'
.
DOL_URL_ROOT
.
'/">'
.
"
\n
"
;
print
'<link rel="copyright" title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html#SEC1">'
.
"
\n
"
;
print
'<link rel="author" title="
'
.
$langs
->
trans
(
"
DevelopmentTeam"
)
.
'"
href="http://www.dolibarr.org">'
.
"
\n
"
;
print
'<link rel="author" title="
Dolibarr
Development
Team" href="http://www.dolibarr.org">'
.
"
\n
"
;
if
(
!
$disablejs
&&
(
$conf
->
use_javascript
||
$conf
->
use_ajax
))
{
...
...
@@ -786,6 +786,17 @@ function left_menu($menu_array, $help_url='', $form_search='')
print
"
\n
"
;
print
"</div>
\n
"
;
print
"<!-- Fin left vertical menu -->
\n
"
;
// Cas special pour auguria.
// On le met pour tous les autres styles sinon ko avec IE6 et resolution autre que 1024x768
if
(
$conf
->
theme
!=
'auguria'
)
{
print
"
\n
"
;
print
'</div>'
.
"
\n
"
;
print
'<!-- fin de zone gauche, debut zon droite -->'
;
print
'<div class="vmenuplusfiche">'
.
"
\n
"
;
print
"
\n
"
;
}
print
'<!-- fiche -->'
.
"
\n
"
;
print
'<div class="fiche">'
.
"
\n
"
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/theme/eldy/eldy.css.php
+
11
−
1
View file @
be2943ab
...
...
@@ -105,6 +105,15 @@ select.flat
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.button:focus {
font: 12px helvetica, verdana, arial, sans-serif;
color: #222244;
border: 0px;
background-image: url(
<?php
echo
$dolibarr_main_url_root
.
'/theme/eldy/img/button_bg.png'
?>
);
background-position: bottom;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
form
{
padding: 0em 0em 0em 0em;
...
...
@@ -1357,4 +1366,5 @@ div.menuFleche
width:30px;
position:relative;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
htdocs/theme/freelug/freelug.css.php
+
17
−
36
View file @
be2943ab
...
...
@@ -49,7 +49,9 @@ body {
background-image: url(
<?php
echo
$dolibarr_main_url_root
.
'/theme/freelug/img/background.png'
?>
);
text-decoration: none ;
color: #101010;
font: 12px helvetica, verdana, arial, sans-serif;
font-size: 12px;
font-family: helvetica, verdana, arial, sans-serif;
}
a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
...
...
@@ -61,31 +63,31 @@ input
font: 12px helvetica, verdana, arial, sans-serif;
background: #FFFFFF;
border: 1px solid #8C9C9B;
padding: 0
em 0em
;
margin: 0
em 0em 0em 0em
;
padding: 0
px 0px 0px 0px
;
margin: 0
px 0px 0px 0px
;
}
input.flat
{
font: 12px helvetica, verdana, arial, sans-serif;
background: #FFFFFF;
border: 1px solid #8C9C9B;
padding: 0
em 0em
;
margin: 0
em 0em 0em 0em
;
padding: 0
px 0px 0px 0px
;
margin: 0
px 0px 0px 0px
;
}
textarea {
font: 12px helvetica, verdana, arial, sans-serif;
background: #FFFFFF;
border: 1px solid #8C9C9B;
padding: 0
em 0em
;
margin: 0
em 0em 0em 0em
;
padding: 0
px 0px 0px 0px
;
margin: 0
px 0px 0px 0px
;
}
textarea.flat
{
font: 12px helvetica, verdana, arial, sans-serif;
background: #FFFFFF;
border: 1px solid #8C9C9B;
padding: 0
em 0em
;
margin: 0
em 0em 0em 0em
;
padding: 0
px 0px 0px 0px
;
margin: 0
px 0px 0px 0px
;
}
select.flat
{
...
...
@@ -106,22 +108,11 @@ select.flat
background-position: bottom;
background-repeat: repeat-x;
}
.button:focus {
font: 11px arial,verdana,heletica, sans-serif;
padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #cccccc;
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #ffffff;
background-image: url(
<?php
echo
$dolibarr_main_url_root
.
'/theme/freelug/img/button_bg.xxx'
?>
);
background-position: bottom;
background-repeat: repeat-x;
}
form
{
padding: 0
em 0em 0em 0em
;
margin: 0
em 0em 0em 0em
;
padding: 0
px 0px 0px 0px
;
margin: 0
px 0px 0px 0px
;
}
...
...
@@ -153,7 +144,7 @@ div.vmenu
div.fiche
{
float: right top;
float: right top;
<?php
//print "_SERVER['HTTP_USER_AGENT']=".$_SERVER['HTTP_USER_AGENT'];
if
(
!
eregi
(
'MSIE 7\.0'
,
$_SERVER
[
'HTTP_USER_AGENT'
]))
print
" position: absolute;
\n
"
;
...
...
@@ -602,17 +593,6 @@ a.leftmenu {
div.leftmenu {
background: #ccccb3;
text-align: left;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
margin: 1px 0em 0em 0em;
padding: 2px;
}
/*
* Ok, Warning, Error
*/
...
...
@@ -906,6 +886,7 @@ color:#062342;
vertical-align:middle;
cursor: pointer;
}
/* ============================================================================== */
/* Afficher/cacher */
/* ============================================================================== */
...
...
@@ -929,4 +910,4 @@ td.hidden {
// Utilise dans smarty uniquement. A virer
td.alerte {
background: #FF99A9;
}
\ No newline at end of file
}
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