Magst Du bitte nochmal testen.
Ich habe 2002Andreas Änderungen übernommen und ein zwei Anpassungen
gemacht. Vielen Dank an dieser Stelle an 2002Andreas. ![]()
CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(about:loginsimportreport) {
body{
margin-left: 170px !important;
margin-right: auto !important;
max-height: 86vh !important;
max-width: 1200px !important; /* Breite anpassen */
margin-top: 40px !important;
margin-bottom: 20px !important;
padding-bottom: 20px !important;
padding-top: 15px !important;
padding-left: 50px !important;
padding-right: 50px !important;
background-color: #fffff0 !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;
}
body:hover{
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#report-body{
background: #fffff0 !important;
margin-right: 400px !important;
min-width: 650px !important;}
/* Nullen auf gleiche Höhe bringen */
.new-logins {margin-top: 210px !important; margin-left: -25px !important;}
.exiting-logins {margin-top: 210px !important; margin-left: 30px !important;}
.duplicate-logins {margin-top: 211px !important;}
.errors-logins {margin-top: 212px !important; margin-left: 30px !important;}
.logins-list{border-top: none !important;}
.summary > div:nth-child(2){
margin-top: 10px !important;
color: #0059b3 !important;
font-weight: bold !important;
font-size: 17px !important;
line-height: 6 !important;}
/* Farbe Überschrift ändern */
.summary > h2:nth-child(1){
color: crimson !important;
margin-top: 80px !important;
font-weight: bold !important;
font-size: 24px !important;}
/* Farbe Nummern ändern */
.new-logins > div:nth-child(1),
.exiting-logins > div:nth-child(1),
.duplicate-logins > div:nth-child(1),
.errors-logins > div:nth-child(1){color: #0059b3 !important;}
/* Schaltfläche anpassen */
.about-logins-import-report-learn-more{
appearance:none !important;
text-decoration: none !important;
background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
padding-left:40px!important;
padding-top: 2px!important;
padding-right: 40px !important;
padding-bottom: 4px!important;
background-position:14px 4px!important;
font-size: 14px !important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:16px!important;
color:black !important;}
.about-logins-import-report-learn-more:hover{
background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
appearance:none !important;
text-decoration: none !important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 4px!important;
padding-left:40px!important;
padding-top: 2px!important;
padding-right: 40px !important;
padding-bottom: 4px!important; }
}
Alles anzeigen
Mfg.
Endor