summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-06-18 14:40:06 +0200
committerDenise sur Lya <sekhmet@lya>2020-06-18 14:40:06 +0200
commitbe2bf5155489b103e616845ffedb1a58c3808c48 (patch)
tree8faeaeac748ff13201037571d507b9bdc8fbfaaa /static/style.css
parenta46e126967995e8483b4da81a1f3b586266ee86d (diff)
downloadoms-be2bf5155489b103e616845ffedb1a58c3808c48.tar.gz
oms-be2bf5155489b103e616845ffedb1a58c3808c48.tar.zst
oms-be2bf5155489b103e616845ffedb1a58c3808c48.zip
Changement de format pour l'export, ajout des boutons qui vont avec + divers
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 3113832..58fdd24 100644
--- a/static/style.css
+++ b/static/style.css
@@ -13,6 +13,7 @@ body {
13#export { 13#export {
14 width: 25em; 14 width: 25em;
15 height: 20em; 15 height: 20em;
16 display:none;
16} 17}
17 18
18#courbe_warnings { 19#courbe_warnings {
@@ -22,3 +23,15 @@ body {
22#courbe_erreurs { 23#courbe_erreurs {
23 display: none; 24 display: none;
24} 25}
26
27#import_donnees, #pref_graphique{
28 display: none;
29}
30
31.bouton {
32 text-decoration: underline;
33}
34
35.bouton:hover {
36 cursor:pointer;
37}