Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
3
3adentaire_website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Le Filament
3A Dentaire
3adentaire_website
Commits
b4069d81
Commit
b4069d81
authored
4 years ago
by
Benjamin - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[add] CSS modification to module website_sale_stock_available_display
parent
eea697fe
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.rst
+1
-0
1 addition, 0 deletions
README.rst
__manifest__.py
+1
-6
1 addition, 6 deletions
__manifest__.py
static/src/css/3adentaire_frontend.css
+11
-1
11 additions, 1 deletion
static/src/css/3adentaire_frontend.css
with
13 additions
and
7 deletions
README.rst
+
1
−
0
View file @
b4069d81
...
...
@@ -15,6 +15,7 @@ Ce module hérite du module **website** et ajoute les fonctionnalités suivantes
* modification du header (css)
* ajout d'une image configurables par site web dans le header
* modification du footer (css)
* modification du CSS du module **website_sale_stock_available_display**
Credits
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
1
−
6
View file @
b4069d81
...
...
@@ -13,6 +13,7 @@
'
depends
'
:
[
'
portal
'
,
'
website
'
,
'
website_sale
'
,
],
'
contributors
'
:
[
'
Benjamin Rivier <benjamin@le-filament.com>
'
,
...
...
@@ -22,10 +23,4 @@
'
template/layout_template.xml
'
,
'
views/res_config.xml
'
,
],
'
images
'
:
[
'
static/description/cover.png
'
],
'
qweb
'
:
[
'
static/src/xml/*.xml
'
,
],
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
static/src/css/3adentaire_frontend.css
+
11
−
1
View file @
b4069d81
...
...
@@ -40,7 +40,17 @@ header .navbar-brand.logo img {
/************************************
/** WEBSITE SALE
*************************************/
/*Hérite la div availability_messages du module website_sale_stock_available_display*/
/*
Hérite la div availability_messages du module
website_sale_stock_available_display
*/
.availability_messages
{
color
:
#28a745
;
}
.availability_messages
.text-danger
::before
{
content
:
'En cours de réapprovisionnement'
;
color
:
#f57f17
;
}
.availability_messages
.text-danger
span
{
display
:
none
;
}
\ 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