fixed css for Chrome browser

This commit is contained in:
Waldek 2021-06-03 10:04:05 +02:00 committed by GitHub
parent 951ed80b4b
commit 528300befa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 10 deletions

View File

@ -13,36 +13,44 @@ header("Content-type: text/css");
border-collapse: collapse; border-collapse: collapse;
border:none; border:none;
} }
#rcorner { #rcorner {
display: flex;
display: -webkit-flex;
justify-content: center;
align-items: center;
border-radius: 10px; border-radius: 10px;
-moz-border-radius:10px; -moz-border-radius:10px;
-webkit-border-radius:10px; -webkit-border-radius:10px;
border: 1px solid Lightgrey; border: 1px solid LightGrey;
background: #e9e9e9; background: #e9e9e9;
padding: 10px; padding: 0px;
text-align:center; text-align:center;
font: 10pt arial, sans-serif; font: 10pt arial, sans-serif;
font-weight:bold; font-weight:bold;
margin-top:0px; margin-top:2px;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
color:#002d62; color:#002d62;
white-space:normal; white-space:normal;
height: 100%; /*height: 100%;*/
line-height:20px; height:<?php echo HEIGHT_ACTIVITY; ?>;
line-height:<?php echo HEIGHT_ACTIVITY; ?>;
} }
#rcornerh { #rcornerh {
display: flex;
display: -webkit-flex;
justify-content: center;
align-items: center;
border-radius:8px; border-radius:8px;
-moz-border-radius:8px; -moz-border-radius:8px;
-webkit-border-radius:8px; -webkit-border-radius:8px;
<?php echo THEME_COLOR."\n"; ?>
text-align:center;
vertical-align: middle;
font: 9pt arial, sans-serif; font: 9pt arial, sans-serif;
font-weight:bold; font-weight:bold;
color:white; color:white;
height:25px; height:25px;
line-height:25px; line-height:25px;
<?php echo THEME_COLOR."\n"; ?>
} }
table, td, th { table, td, th {