chat style tweaks
- no more daft "12.6px" font size - 13px is fine - don't repeat font size in multiple places
This commit is contained in:
parent
0b886c43f0
commit
a820f41b43
@ -228,7 +228,6 @@ a:hover {
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: 3000;
|
z-index: 3000;
|
||||||
background: rgba(8, 48, 78, 0.9);
|
background: rgba(8, 48, 78, 0.9);
|
||||||
font-size: 12.6px;
|
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
border: 1px solid #20A8B1;
|
border: 1px solid #20A8B1;
|
||||||
@ -263,7 +262,7 @@ em {
|
|||||||
#chat table, #chatinput table {
|
#chat table, #chatinput table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-spacing: 0m;
|
border-spacing: 0;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -272,7 +271,7 @@ em {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chat td, #chatinput td {
|
#chat td, #chatinput td {
|
||||||
font-size: 12.6px;
|
font-size: 13px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
@ -348,7 +347,6 @@ summary {
|
|||||||
|
|
||||||
#chatinput input {
|
#chatinput input {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
font-size: 12.6px;
|
|
||||||
color: #EEEEEE;
|
color: #EEEEEE;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -967,7 +965,6 @@ td + td {
|
|||||||
color: #ffd652;
|
color: #ffd652;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 12px;
|
|
||||||
height: 18px;
|
height: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user