]> git.immae.eu Git - perso/Denise/oms.git/blobdiff - static/style.css
Modif JS et HTML : message quand les courbes se calculent
[perso/Denise/oms.git] / static / style.css
index 95cd55e51352600c46ed511a7319dfc72c6cb71e..f72a5462fd8376eb6a1fb9d0f6eb3ae5c6dc1dfd 100644 (file)
@@ -21,6 +21,12 @@ h1 {
        background: #ff8060;
 }
 
+#statut_courbes {
+       color: #505050 ;
+       font-size: 0.9em ;
+       
+}
+
 input[type="text"] {
        max-width: 20vw;
 }
@@ -37,35 +43,27 @@ img#courbe {
        display: none;
 }
 
-#export {
+#export_texte {
        width: 25em;
        height: 20em;
-       display:none;
        max-width: 100%
 }
-
-#courbe_warnings {
+#export {
        display: none;
 }
 
-#courbe_erreurs {
+#courbe_warnings, #courbe_erreurs, #pref_graphique, #extra, #multi, #prema{
        display: none;
 }
 
-#pref_graphique, #extra, #multi{
-       display: none;
-}
 
-#prema {
-       display: none;
-}
 
 .enfants_cache_def{
        display: none;
 }
 
 .icon_button {
-    display: block;
+    #display: block;
        cursor: pointer;
        position: relative;
 }
@@ -125,3 +123,8 @@ nav {
 .data {
        width:7em
 }
+
+/* Page changelog */
+#suite_changelog {
+       display: none;
+}