wip form
This commit is contained in:
@@ -1,36 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
/* separation line under controls
|
|
||||||
*/
|
|
||||||
#chat_box .chat_item.chat_panel {
|
|
||||||
border-top: 1px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* text align
|
|
||||||
*/
|
|
||||||
#chat_box p.__center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#chat_box p.__left {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
#chat_box p.__right {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* default align items
|
|
||||||
*/
|
|
||||||
#chat_box .chat_item > * {
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* display content
|
|
||||||
*/
|
|
||||||
#chat_box .__content{
|
|
||||||
display: content;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user