[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 09/73: CSS : position dashboard and ledger na
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 09/73: CSS : position dashboard and ledger name |
Date: |
Fri, 28 May 2021 05:26:17 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 13679eea91632083002f0aa8f3dd5fa2a8ab83ec
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Apr 6 12:56:44 2021 +0200
CSS : position dashboard and ledger name
---
html/css/style-classic7.css | 111 +++++++++++++++++++++++---------------------
1 file changed, 57 insertions(+), 54 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index c55e512..9654cfe 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1064,50 +1064,42 @@ span.remain {
font-weight: bold;
color:#000000;
}
- div#jrn_name_div
- {
- float: right;
- margin-right:150px;
+/**==============================*/
+/* Ledger name */
+/**==============================*/
+div#jrn_name_div
+ {
+ display:none;
+ }
- }
- #predef_form {
- /* margin-left:35%;
- width:60%;
- position:absolute;
- z-index:2
- */
- }
-@media only screen and (min-width: 1155px) {
- div#jrn_name_div
- {
- float: right;
+/* SM */
+@media (min-width: 576px) {
+
+
+}
+/* MD */
+@media (min-width: 768px) {
- }
- #predef_form {
- /*margin-left:35%;
- width:60%;
- position:absolute;
- z-index:2
- */
- }
}
-@media only screen and (max-width: 1155px) {
+/* LG */
+@media (min-width: 992px) {
div#jrn_name_div
- {
- display: none;
- }
- #predef_form {
- }
- .visible_gt1155 {
- display:none;
- }
+ {
+ display:block;
+ }
}
-@media only screen and (max-width: 900px) {
- #predef_form {
- /* display: none;*/
- }
+/* XL */
+@media (min-width: 1200px) {
+ div#jrn_name_div
+ {
+ float: right;
+ margin-right:2%;
+ display:block;
+ }
}
+/**========*/
+
#direct
{
display:inline;
@@ -1602,32 +1594,43 @@ div.box {
background-color:#e4e7ed;
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
font-family: 'openSansRegular';
- /* margin-top:10px; */
- margin-left:3px;
- margin-right:3px;
- /*! padding:2px; */
overflow:hidden;
border:1px solid #00008B;
- width:32%;
- height:364px;
- float:left;
- font-size:14px;
+ font-size:10px;
font-size:0.90rem;
border-radius:5px;
+ width:97%;
+ margin:1% 1.5% 1% 1.5%;
+ margin-right:2px
+
}
-@media only screen and (max-width: 1426px) {
- div.box {
- width: 48%;
- height: 380px;
+/* SM */
+@media (min-width: 576px) {
+
+
+}
+/* MD */
+@media (min-width: 768px) {
+
}
+/* LG */
+@media (min-width: 992px) {
+ div.box {
+ width: 46%;
+ margin: 1.5%;
+
+ }
+
}
-@media only screen and (max-width: 955px) {
- div.box {
- margin-top:10px;
- width: 98%;
- height: 380px;
+/* XL */
+@media (min-width: 1200px) {
+ div.box {
+ width: 32.8%;
+ margin: 0.2%;
+
}
}
+/**========*/
div.box table{
border-spacing:0px;
font-size: 96%;
- [Noalyss-commit] [noalyss] 02/73: Improve ##0001905 company parameter, (continued)
- [Noalyss-commit] [noalyss] 02/73: Improve ##0001905 company parameter, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 04/73: comptability version 7.0, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 13/73: SQL file for action, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 07/73: cosmetic col. alignment, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 11/73: Sendmail : improve , add abilities to add headers, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 23/73: remove debug info, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 21/73: Fix : warning when Acc_Param not set properly for BANK, CASH,, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 19/73: Merge branch 'dev-8104', Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 35/73: improve cosmetic, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 01/73: Nouveau logo, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 09/73: CSS : position dashboard and ledger name,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 12/73: Cosmetic, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 22/73: Fix bug : not TVA asked, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 20/73: Cosmetic : place of login, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 31/73: Task #0001961: Devise, cosmetic align number, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 33/73: CURRENCY : conversion problem, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 32/73: Fix bug Forecast, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 15/73: Cosmetic and small bugs, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 17/73: Cosmetic :, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 14/73: Cosmetic bg color tabs, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 42/73: Cosmetic : position of "invoice, template , ..." after saving an operation, Dany De Bontridder, 2021/05/28