mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-04 15:21:15 -05:00
fixed center text in QSO active window
This commit is contained in:
parent
11811577d5
commit
03b3ee1846
@ -15,7 +15,10 @@ header("Content-type: text/css");
|
||||
}
|
||||
#rcorner {
|
||||
display: flex;
|
||||
display: -webkit-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
vertical-align: middle;
|
||||
text-align:center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 10px;
|
||||
@ -23,8 +26,6 @@ header("Content-type: text/css");
|
||||
-webkit-border-radius:10px;
|
||||
border: 1px solid LightGrey;
|
||||
background: #e9e9e9;
|
||||
padding: 0px;
|
||||
text-align:center;
|
||||
font: 10pt arial, sans-serif;
|
||||
font-weight:bold;
|
||||
margin-top:2px;
|
||||
@ -33,8 +34,7 @@ header("Content-type: text/css");
|
||||
margin-bottom:0px;
|
||||
color:#002d62;
|
||||
white-space:normal;
|
||||
/*height: 100%;*/
|
||||
height:<?php echo HEIGHT_ACTIVITY; ?>;
|
||||
height: 100%;
|
||||
line-height:20px;
|
||||
}
|
||||
#rcornerh {
|
||||
|
Loading…
Reference in New Issue
Block a user