noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 170/173: Task #1913 Correct calendar : nav bu


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 170/173: Task #1913 Correct calendar : nav button CSS esthétique
Date: Mon, 22 Mar 2021 12:59:26 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 301a97b8ca1ec08e6873af85786acba46cd1d544
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Mar 21 10:08:49 2021 +0100

    Task #1913 Correct calendar : nav button CSS
    esthétique
---
 html/css/calendar-blue.css | 3 +--
 html/index.php             | 4 ++--
 html/js/calendar.js        | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/html/css/calendar-blue.css b/html/css/calendar-blue.css
index b403b9f..85172b0 100644
--- a/html/css/calendar-blue.css
+++ b/html/css/calendar-blue.css
@@ -19,8 +19,7 @@ div.calendar { position: relative; z-index:13; }
   border-radius: 0px;
 }
 
-.calendar .nav1 {
-  #background: #778 url(menuarrow.gif) no-repeat 100% 100%;
+.calendar .navcalendar {
 }
 
 .calendar thead .title { /* This holds the current "month, year" */
diff --git a/html/index.php b/html/index.php
index 5be012e..4f2b070 100644
--- a/html/index.php
+++ b/html/index.php
@@ -246,8 +246,8 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
                     <?php
                 endif;
                 ?>  
-                <div class="form-group  row">
-                    <INPUT TYPE="SUBMIT"  class="button" NAME="login" 
value="Se connecter">
+                <div class="form-group  row  justify-content-center">
+                    <INPUT TYPE="SUBMIT"  class="button" NAME="login" 
value="se connecter">
                 </div>
 
             </form>
diff --git a/html/js/calendar.js b/html/js/calendar.js
index 223909a..a12bb03 100644
--- a/html/js/calendar.js
+++ b/html/js/calendar.js
@@ -756,7 +756,7 @@ Calendar.prototype.create = function (_par) {
                cell.colSpan = cs;
                cell.className = "button";
                if (navtype != 0 && Math.abs(navtype) <= 2)
-                       cell.className += " nav";
+                       cell.className += " navcalendar";
                Calendar._add_evs(cell);
                cell.calendar = cal;
                cell.navtype = navtype;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]