diff --git a/html/image/logo7000.png b/html/image/logo7000.png
deleted file mode 100644
index 336c984b3..000000000
Binary files a/html/image/logo7000.png and /dev/null differ
diff --git a/html/image/logo7100.png b/html/image/logo7100.png
new file mode 100644
index 000000000..cf94964ce
Binary files /dev/null and b/html/image/logo7100.png differ
diff --git a/html/index.css b/html/index.css
index faf83c47b..3ff1bcd8c 100644
--- a/html/index.css
+++ b/html/index.css
@@ -131,9 +131,9 @@ BODY {
position:absolute;
z-index:-1;
height:auto;
- width:60%;
- left:20%;
- top:5%;
+ width:10%;
+ left:90%;
+ top:0%;
}
.input_text {
@@ -170,8 +170,9 @@ BODY {
z-index:-1;
position:absolute;
width:19%;
- left:7%;
- top:9%;
+ left:81%;
+ top:0px;
+ height: 28%;
}
#login_frm {
position:absolute;
@@ -244,9 +245,11 @@ BODY {
#logo_id {
z-index:-1;
position:absolute;
- width:19%;
- left:25%;
- top:19.5%;
+ /*! width:19%; */
+ left:90%;
+ top:0%;
+ max-width: 125px;
+ max-height: 125px;
}
#login_frm {
position:absolute;
diff --git a/html/index.php b/html/index.php
index bc113ee72..28fdfdf11 100644
--- a/html/index.php
+++ b/html/index.php
@@ -193,17 +193,7 @@ echo '
version NOALYSS_VERSION - '.$my_domain.'
-
-
-
-
-
-
-
-
-
-
-
+
Mot de passe oublié ?
diff --git a/html/install.php b/html/install.php
index fb943dc5b..3fa10e7d2 100644
--- a/html/install.php
+++ b/html/install.php
@@ -79,7 +79,7 @@ session_start();
-
+
NOALYSS : comptabilité - accountancy
diff --git a/html/style-classic7.css b/html/style-classic7.css
index 66477a645..be929dd7f 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -193,6 +193,11 @@ div.content{
font-size:1rem;
}
+@media only screen and (max-width:1280px) {
+ div.content {
+ font-size:90%;
+ }
+}
table.document {
color:#0000FF;
width:100%;
@@ -223,7 +228,8 @@ table.document th{
table.mtitle {
border:0;
- text-align:center
+ text-align:center;
+ /*! border-spacing: 0; */
}
td.mshort {
height:15px;
@@ -238,14 +244,20 @@ td.mtitle {
margin: 0px;
padding: 0px;
text-align:center;
- width:250px;
+ min-width:6rem;
height:42px;
background-color: #5681B7;
- border-color: darkblue;
+ /*! border-color: darkblue; */
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
+ border-collapse: collapse;
+}
+@media only screen and (max-width:1250px) {
+ td.mtitle {
+ min-width:0rem;
+ }
}
@media only screen and (max-width:955px) {
td.mtitle {
@@ -259,14 +271,18 @@ td.mtitle a.mtitle {
display:block;
font-size:1rem;
font-family:OpenSansRegular;
- width:100%;
+ /*! width:100%; */
padding:0px;
margin:0px;
height:100%;
padding:4px 0px 0px 0px;
}
-
+@media only screen and (max-width:1280px) {
+ td.mtitle a.mtitle {
+ font-size:90%;
+ }
+}
span.mtitle {
color:#888;
background-color:#0000FF;
@@ -311,13 +327,19 @@ td.selectedcell{
font-weight: bold;
/*color:#FFFFFF;*/
- width:250px;
+ min-width:6rem;
text-align:center;
background-color: #002ba3;
- border-style: solid;
- border-width: 1px;
+ /*! border-style: solid; */
+ /*! border-width: 1px; */
border-color:white;
vertical-align:top;
+ border-collapse: collapse;
+}
+@media only screen and (max-width:1250px) {
+ td.selectedcell{
+ min-width: 0px;
+ }
}
.menu2 td.mtitle ,.menu2 td.selectedcell{
border-radius: 0px;
@@ -352,7 +374,7 @@ td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle {
display:block;
color:white;
/*! height: 100%; */
- width: 100%;
+ /*! width: 100%; */
font-size: 1rem;
font-weight: normal;
}
@@ -779,6 +801,11 @@ td.tool {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
+}
+ @media only screen and (max-width:1280px) {
+ a#smallanchorbutton:hover, .smallbutton:hover,a.smallbutton:hover,div.content a.smallbutton:hover,a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton {
+ font-size:80%;
+ }
}
td.toolselected {
border: solid 1px gray;
@@ -807,7 +834,7 @@ div.topmenu {
}
.topmenu table {
- border-collapse:separate;
+ border-collapse:collapse;
border-spacing:1px;
}
@@ -1200,7 +1227,7 @@ h2.title {
margin-top: 0px;
padding-bottom: 2px;
background-color: #366497;
- font-size: 1rem;
+ font-size: 1.05rem;
height: 25px;
vertical-align: middle;
}
@@ -1263,10 +1290,11 @@ div.menu2 a.mtitle:hover,div.menu a.mtitle:hover,td.mtitle a.mtitle:hover {
}
div.menu2 a.mtitle:hover {
border-radius: 0px 0px;
+ /*! padding: 5px; */
}
div.menu2 table {
border-collapse: collapse;
- border-spacing:1px;
+ /*! border-spacing:1px; */
}
div.menu3 {
font-size:13.6px;
@@ -1369,6 +1397,12 @@ div#preference_div {
width:50%;
}
}
+@media only screen and (max-width:1280px) {
+ div#preference_div {
+ left:5%;
+ width:90%;
+ }
+}
@media only screen and (max-width: 955px) {
div.name {
position:absolute;
@@ -1496,7 +1530,7 @@ div.box {
margin-top:10px;
margin-left:3px;
margin-right:3px;
- padding:2px;
+ /*! padding:2px; */
overflow:hidden;
border:1px solid #00008B;
width:32%;
@@ -2212,7 +2246,7 @@ div.menu2 td.mtitle, div.menu2 td.mtitle a{
border-width: 0.1px;
border-color:white;
height:25px;
- border-radius: 0px 0px 0px 10px;
+ /*! border-radius: 0px 0px 0px 10px; */
}
div.menu2 td.mtitle a{
border-width:0px;
diff --git a/html/style-light.css b/html/style-light.css
index 4baa63afb..1bb1762c9 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1523,6 +1523,12 @@ div#preference_div {
left:20%;
width:50%;
}
+@media only screen and (max-width:1280px) {
+ div#preference_div {
+ left:5%;
+ width:90%;
+ }
+}
#error_div{
position:absolute;
border:1px solid #000000;