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
88118e5c
Commit
88118e5c
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Removed bars
parent
d0ce86e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/theme/auguria/style.css.php
+10
-10
10 additions, 10 deletions
htdocs/theme/auguria/style.css.php
htdocs/theme/eldy/style.css.php
+5
-5
5 additions, 5 deletions
htdocs/theme/eldy/style.css.php
with
15 additions
and
15 deletions
htdocs/theme/auguria/style.css.php
+
10
−
10
View file @
88118e5c
...
...
@@ -21,7 +21,7 @@
/**
* \file htdocs/theme/auguria/style.css.php
* \brief Fichier de style CSS du theme auguria
* \version $Id: style.css.php,v 1.
8
9 2011/07/2
1 01
:2
0
:3
3
eldy Exp $
* \version $Id: style.css.php,v 1.9
0
2011/07/2
8 13
:2
6
:3
4
eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
...
...
@@ -1083,9 +1083,9 @@ margin-right: 1px;
margin-bottom: 2px;
margin-top: 0px;
-moz-box-shadow:
6
px
6
px
10
px #CCC;
-webkit-box-shadow:
6
px
6
px
10
px #CCC;
box-shadow:
6
px
6
px
10
px #CCC;
-moz-box-shadow:
2
px
4
px
2
px #CCC;
-webkit-box-shadow:
2
px
4
px
2
px #CCC;
box-shadow:
2
px
4
px
2
px #CCC;
}
table.noborder tr {
...
...
@@ -1139,9 +1139,9 @@ border-bottom-style: solid;
margin-bottom: 2px;
margin-top: 0px;
-moz-box-shadow:
6
px
6
px
10
px #CCC;
-webkit-box-shadow:
6
px
6
px
10
px #CCC;
box-shadow:
6
px
6
px
10
px #CCC;
-moz-box-shadow:
2
px
4
px
2
px #CCC;
-webkit-box-shadow:
2
px
4
px
2
px #CCC;
box-shadow:
2
px
4
px
2
px #CCC;
}
table.liste td {
padding-right: 2px;
...
...
@@ -1240,9 +1240,9 @@ border: 0px;
*/
.boxtable {
-moz-box-shadow:
6
px
6
px
10
px #CCC;
-webkit-box-shadow:
6
px
6
px
10
px #CCC;
box-shadow:
6
px
6
px
10
px #CCC;
-moz-box-shadow:
2
px
4
px
2
px #CCC;
-webkit-box-shadow:
2
px
4
px
2
px #CCC;
box-shadow:
2
px
4
px
2
px #CCC;
}
.box {
...
...
This diff is collapsed.
Click to expand it.
htdocs/theme/eldy/style.css.php
+
5
−
5
View file @
88118e5c
...
...
@@ -21,7 +21,7 @@
/**
* \file htdocs/theme/eldy/style.css.php
* \brief Fichier de style CSS du theme Eldy
* \version $Id: style.css.php,v 1.8
7
2011/07/2
1 01:20:33
eldy Exp $
* \version $Id: style.css.php,v 1.8
8
2011/07/2
8 13:22:19
eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
...
...
@@ -1207,9 +1207,9 @@ border: 0px;
*/
.boxtable {
-moz-box-shadow:
8
px
8
px
20
px #CCC;
-webkit-box-shadow:
8
px
8
px
20
px #CCC;
box-shadow:
8
px
8
px
20
px #CCC;
-moz-box-shadow:
4
px
4
px
4
px #CCC;
-webkit-box-shadow:
4
px
4
px
4
px #CCC;
box-shadow:
4
px
4
px
4
px #CCC;
}
.box {
...
...
@@ -1895,4 +1895,4 @@ span.cke_skin_kama { padding: 0 !important; }
.template-upload {
height: 72px !important;
}
\ 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