[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: improve appearance
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: improve appearance |
Date: |
Sun, 15 Sep 2019 04:57:38 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 36a498d0f5981515239b8997512f3f5752fb72ae
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 15 10:54:11 2019 +0200
improve appearance
---
html/index.css | 13 +++++++++++++
html/index.php | 5 +++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/html/index.css b/html/index.css
index 18f576a..b32aea4 100644
--- a/html/index.css
+++ b/html/index.css
@@ -293,3 +293,16 @@ BODY {
}
+#info_noalyss {
+ display: block;
+ position: fixed;
+ bottom: 2px;
+ width: 99%;
+ margin-right: 1%;
+ background-color: #110079;
+ color: lightgray;
+ padding-left: 4px;
+ padding-right: 4px;
+ font-size: 0.9rem;
+ opacity: 1;
+}
diff --git a/html/index.php b/html/index.php
index 2daecb5..cb1bb3f 100644
--- a/html/index.php
+++ b/html/index.php
@@ -268,10 +268,10 @@ echo '
</script>
<?php endif; ?>
- <span
style="display:block;position:fixed;bottom:2px;width:99%;margin-right:
1%;background-color:darkblue;color:white;padding-left:4px;padding-right:4px;font-size:1.1rem">
+ <span id="info_noalyss">
version NOALYSS_VERSION - <?php echo $my_domain; ?>
</span>
-<div id="alternate_browser">
+<!-- <div id="alternate_browser">
<p>Nous conseillons d'utiliser Firefox ou chrome.</p>
<p>We recommend to use Firefox or Chrome.</p>
<ul style="list-style:none;display:block">
@@ -279,6 +279,7 @@ version NOALYSS_VERSION - <?php echo $my_domain; ?>
<li style="display:inline"><a
href="https://www.google.fr/chrome/browser/desktop/"> <img border="0"
width="128px" src="image/chrome_logo_2x.png"></a></li>
</ul>
</div>
+-->
<script> SetFocus('p_user'); </script>
</body>