1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-12 04:25:05 -05: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; right: 0px;
left: 201px; left: 201px;
z-index: 200; z-index: 200;
border-top: 1px solid #eee;
} }
.chatBox form { .chatBox form {
border-top: 1px solid #eee;
background: #f7f7f7; background: #f7f7f7;
padding: 11px; padding: 11px;
} }

View File

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