summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-07-22 14:02:16 +0200
committerDenise sur Lya <sekhmet@lya>2021-07-22 14:02:16 +0200
commite4ec2d3d510d6138430c48d5dc699c10ff8dc463 (patch)
tree8ee7d1763405b8568add33e924014da37cc7b0f2 /static/style.css
parentf1e65b5e6bc5e0803f359f93c8e795a61f61b4a6 (diff)
downloadoms-e4ec2d3d510d6138430c48d5dc699c10ff8dc463.tar.gz
oms-e4ec2d3d510d6138430c48d5dc699c10ff8dc463.tar.zst
oms-e4ec2d3d510d6138430c48d5dc699c10ff8dc463.zip
petites améliorations graphiques, icône, etc
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 95cd55e..4b82077 100644
--- a/static/style.css
+++ b/static/style.css
@@ -37,12 +37,14 @@ img#courbe {
37 display: none; 37 display: none;
38} 38}
39 39
40#export { 40#export_texte {
41 width: 25em; 41 width: 25em;
42 height: 20em; 42 height: 20em;
43 display:none;
44 max-width: 100% 43 max-width: 100%
45} 44}
45#export {
46 display: none;
47}
46 48
47#courbe_warnings { 49#courbe_warnings {
48 display: none; 50 display: none;
@@ -125,3 +127,8 @@ nav {
125.data { 127.data {
126 width:7em 128 width:7em
127} 129}
130
131/* Page changelog */
132#suite_changelog {
133 display: none;
134}