Skip to content

Commit 241a1b0

Browse files
committedApr 5, 2012
proper border on right
1 parent 876fad7 commit 241a1b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎app/assets/stylesheets/_base.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
width: 100px
5252
padding: 5px
5353
display: none
54+
bottom: -24px
5455
a
5556
color: #FFF
5657

@@ -80,7 +81,6 @@ body
8081
font-family: 'PT Sans', sans-serif
8182

8283
.main-area
83-
+full-height
8484
width: $main-area-width
8585
float: left
8686
border-right: 1px solid #CDD1D4

‎app/assets/stylesheets/_chat_area.sass

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ html body .ui-tabs .ui-tabs-nav li
101101
position: fixed
102102
bottom: 0px
103103
margin-bottom: 20px
104+
background: #e6edef
104105
textarea
105106
+border-top-left-radius(4px)
106107
+border-bottom-left-radius(4px)

0 commit comments

Comments
 (0)
Please sign in to comment.