noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/05: install.php cosmetic


From: dwm
Subject: [Noalyss-commit] [noalyss] 05/05: install.php cosmetic
Date: Sat, 6 Apr 2024 16:15:47 -0400 (EDT)

sparkyx pushed a commit to tag rel9202
in repository noalyss.

commit 7d11d144e516a32e653e97121d4869d4fdbd0024
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Apr 6 21:59:33 2024 +0200

    install.php cosmetic
---
 html/install.php | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/html/install.php b/html/install.php
index 72eafd746..90e517ea8 100644
--- a/html/install.php
+++ b/html/install.php
@@ -46,7 +46,7 @@
         font-size:110%;
         color:white;
         font-weight: bold;
-        border:0px;
+        border: 1px;
         text-decoration:none;
         font-family: helvetica,arial,sans-serif;
         background-image: url("image/bg-submit2.gif");
@@ -55,20 +55,23 @@
         text-decoration:none;
         font-family: helvetica,arial,sans-serif;
         border-width:0px;
-        padding:2px 4px 2px 4px;
         cursor:pointer;
-        margin:1px 2px 1px 2px;
+        margin:5px;
         -moz-border-radius:2px 2px;
-        border-radius:2px 2px;
+        border-radius:5px;
         padding : 2.5rem;
      }
     .button:hover {
-    cursor:pointer;
-    background-color:white;
-    border-style:  solid;
-    border-width:  0px;
-    font-color:blue;
-    margin:2px 2px 1px 2px;
+        cursor:pointer;
+
+        border-style:  solid;
+        border-width:  1px;
+        font-color:blue;
+        margin:5px;
+        padding : 2.5rem;
+        background-image: url("image/bg-submit2.gif");
+        background-repeat: repeat-x;
+        background-position: left;
     }
     .warning,.error {
         color:red;



reply via email to

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