tried to redo Tyler's styling from vol.2 into what we have now
This commit is contained in:
parent
7b9de8041f
commit
4070e9f380
@ -14,6 +14,7 @@ bottomEntry {
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #ccc;
|
||||
float: left;
|
||||
background:#fff;
|
||||
margin-right: 0.5%;
|
||||
min-height: 500px;
|
||||
overflow: hidden;
|
||||
@ -21,12 +22,8 @@ bottomEntry {
|
||||
}
|
||||
|
||||
.chat li {
|
||||
border-bottom: 1px dotted #B3A9A9;
|
||||
margin: 0px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-top: 5px;
|
||||
padding: 15px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@ -80,11 +77,14 @@ bottomEntry {
|
||||
}
|
||||
|
||||
#newMessageInput {
|
||||
display:block;
|
||||
float:left;
|
||||
height: 40px;
|
||||
margin-top: 6px;
|
||||
padding: 5px;
|
||||
width: 77%;
|
||||
resize: none;
|
||||
width: 80%;
|
||||
padding:5px;
|
||||
border-radius:4px;
|
||||
border:1px solid #ccc;
|
||||
}
|
||||
|
||||
.optionsBar {
|
||||
@ -95,8 +95,9 @@ bottomEntry {
|
||||
|
||||
.panel-footer {
|
||||
bottom: 0px;
|
||||
padding-top: 0px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
.privateChatTab {}
|
||||
|
Loading…
Reference in New Issue
Block a user