make stuff more relative-size-friendly
This commit is contained in:
parent
577586139e
commit
019505e0b4
|
@ -93,17 +93,16 @@
|
|||
}
|
||||
|
||||
#chat_area {
|
||||
width: 500px;
|
||||
width: 50%;
|
||||
height: 215px;
|
||||
border: 0px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
overflow: none;
|
||||
}
|
||||
|
||||
#log {
|
||||
width: 500px;
|
||||
width: 100%;
|
||||
height: 198px;
|
||||
border: 1px solid black;
|
||||
position: absolute;
|
||||
|
@ -114,11 +113,11 @@
|
|||
|
||||
#chat {
|
||||
border: 1px solid black;
|
||||
width: 451px;
|
||||
left: -4px;
|
||||
right: 46px;
|
||||
height: 17px;
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
right: 49px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
@ -126,7 +125,7 @@
|
|||
width: 50px;
|
||||
height: 19px;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
|
Loading…
Reference in New Issue