1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Put border in right spot

This commit is contained in:
Lance Stout 2013-12-31 15:21:21 -08:00
parent f39307cdea
commit fe969b3c90
2 changed files with 2 additions and 2 deletions

View File

@ -1211,9 +1211,9 @@ button.secondary:hover:not(:disabled) {
right: 0px;
left: 201px;
z-index: 200;
border-top: 1px solid #eee;
}
.chatBox form {
border-top: 1px solid #eee;
background: #f7f7f7;
padding: 11px;
}

View File

@ -316,9 +316,9 @@
right: 0px
left: 201px
z-index: 200
border-top: 1px solid #eee
form
border-top: 1px solid #eee
background: lighten($gray-light, 93%)
padding: 11px