[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 45/73: Cosmetic : button with HREF
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 45/73: Cosmetic : button with HREF |
Date: |
Fri, 28 May 2021 05:26:37 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit e4b3a4b4794d5991b5183c00f48cf6a3b836382a
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Apr 30 16:43:19 2021 +0200
Cosmetic : button with HREF
---
html/css/style-classic7.css | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index d5ce143..56d7ed7 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -773,9 +773,6 @@ a#smallanchorbutton, .smallbutton,
a.smallbutton,div.content a.smallbutton {
font-weight: normal;
text-decoration:none;
font-family: arial,verdana,sans-serif,helvetica;
- /*! background-image: url("font/bg-submit2.gif"); */
- /*! background-repeat: repeat-x; */
- /*! background-position: left; */
font-size:12px;
font-size:0.85rem;
font-family: SansationLight;
@@ -793,12 +790,13 @@ a#smallanchorbutton, .smallbutton,
a.smallbutton,div.content a.smallbutton {
/*! -moz-border-radius: 2px; */
-webkit-border-radius: 5px;
font-family: SansationLight;
- background: lightgray;
-background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%,
#f6f6f6 100%);
-background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1
51%,#f6f6f6 100%);
-background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1
51%,#f6f6f6 100%);
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
endColorstr='#f6f6f6',GradientType=0 );
-
+ background: lightgray;
+ background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1
51%, #f6f6f6 100%);
+ background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1
51%,#f6f6f6 100%);
+ background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1
51%,#f6f6f6 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
+ display:inline-block;
+ color:navy;
}
a#smallanchorbutton:hover, .smallbutton:hover,a.smallbutton:hover,div.content
a.smallbutton:hover {
cursor:pointer;
@@ -814,7 +812,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#ffffff', end
font-family: SansationLight;
/*border-style: inset ;*/
/*! border-color: darkblue; */
-
+ text-decoration:none;
border-color: orange;
}
a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton
.button {
@@ -1281,7 +1279,7 @@ h2.title {
padding-bottom: 2px;
background-color: #023575;
font-size: 1.1rem;
- height: 35px;
+ height: 40px;
vertical-align: middle;
border-bottom: white;
border-bottom-style: groove;
- [Noalyss-commit] [noalyss] 50/73: Improve Manage_Table_SQL, (continued)
- [Noalyss-commit] [noalyss] 50/73: Improve Manage_Table_SQL, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 55/73: Manage_Table_SQL : typo, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 56/73: Output_HTML adapt to bootstrap navbar, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 57/73: Task #1807: Boutons indistincts – thème 7 classic, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 44/73: Cosmetic : width to large if recover passwd enable and icon trash not available for document (in operation detail), Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 28/73: Task #0001961: Devise : faciliter les calculs d'écarts de conversion, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 38/73: Task #1961 : Currency remove default currency, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 40/73: Cosmetic : add button_magnifier for searching, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 52/73: Code Rewriting : rename Noalyss_SQL class by Table_Data_SQL, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 53/73: Code Rewriting : rename Noalyss_SQL class by Table_Data_SQL, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 45/73: Cosmetic : button with HREF,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 60/73: Cosmetic : navigator on small device, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 62/73: Remove dead code, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 63/73: Unit test : update, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 65/73: Task #0001992: Prévision, calcul avec comptabilité analytique, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 54/73: Security : Check the folder, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 05/73: comptability version 7.4 warning null is not a countable, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 48/73: PLpgSQL function , format properly the accounting before inserting fiche_detail and tmp_pcmn tables, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 51/73: Code rewriting : doc and remove duplicated function, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 58/73: Improve Manage_Table_SQL : missing param for execute-query, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 59/73: Correct menu PARAM, Dany De Bontridder, 2021/05/28