[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 100/107: CSS : add a class "warning"
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 100/107: CSS : add a class "warning" |
Date: |
Mon, 26 Aug 2019 10:32:09 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 6013a983880c3b787584113b2d2cbb233162e968
Author: Dany De Bontridder <address@hidden>
Date: Mon Aug 26 14:04:07 2019 +0200
CSS : add a class "warning"
---
html/style-classic.css | 11 +++++++++++
html/style-classic7.css | 14 +++++++++++---
html/style-light.css | 10 ++++++++++
3 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/html/style-classic.css b/html/style-classic.css
index 359afcf..ae70d41 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -2305,4 +2305,15 @@ div.progressbar {
background-color:darkblue;
color:antiquewhite;
font-weight: bolder;
+}
+/**
+ * Warning
+ */
+span.warning {
+ color:red;
+ font-style: normal;
+ font-weight: bold;
+ background-color: #eddadd;
+ padding:10px;
+ border:red solid 1px;
}
\ No newline at end of file
diff --git a/html/style-classic7.css b/html/style-classic7.css
index 1ecf30d..66477a6 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -54,9 +54,7 @@ input:focus {
font-style: italic;
}
-span.notice {
- font-weight: bold;
-}
+
a.mtitle span.notice {
text-decoration: underline;
}
@@ -2281,3 +2279,13 @@ div.progressbar {
color:antiquewhite;
font-weight: bolder;
}
+/**
+ * Warning
+ */
+span.warning {
+ color:red;
+ font-style: normal;
+ font-weight: bold;
+ background-color: #eddadd;
+ padding:10px;
+}
\ No newline at end of file
diff --git a/html/style-light.css b/html/style-light.css
index 0b237d6..4baa63a 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -2226,3 +2226,13 @@ div.progressbar {
color:antiquewhite;
font-weight: bolder;
}
+/**
+ * Warning
+ */
+span.warning {
+ color:red;
+ font-style: normal;
+ font-weight: bold;
+ background-color: #eddadd;
+ padding:10px;
+}
\ No newline at end of file
- [Noalyss-commit] [noalyss] 89/107: Task #1735: Détail opération utilisation icone poubelle, (continued)
- [Noalyss-commit] [noalyss] 89/107: Task #1735: Détail opération utilisation icone poubelle, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 103/107: Fix 0001728: Aide à l'encodage - Journaux négatifs (note de crédit) SQL Scripts, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 97/107: New : InputSwitch, display a switch and change the value of a hidden variable, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 102/107: New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit), Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 42/107: squash! PHPUnit : adapt to new version, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 49/107: translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 86/107: Cosmetic : Icon_Trash in Todo_List, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 96/107: traduction, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 70/107: Merge branch 'dev-7109-pluton' into dev7109, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 91/107: Cosmetic : add button close in detail card, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 100/107: CSS : add a class "warning",
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 101/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 41/107: fixup! PHPUnit : adapt to new version, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 68/107: Task #1730 : translate javascript message, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 79/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 99/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 87/107: Bug : cannot get a message when trying to save a new category of card, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 95/107: Unit Test : Acc_Account, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 107/107: Merge branch 'dev7109', Dany De Bontridder, 2019/08/26