Skip to content

Commit

Permalink
fixed all the weird spacing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerCooley committed Feb 11, 2013
1 parent bd3dcd6 commit 949d504
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/assets/stylesheets/_chat_area.sass
@@ -1,6 +1,7 @@
#channels
margin-top: 0px
margin-top: 12px
overflow: hidden
height: 105%

.ui-widget-header
background: transparent !important
Expand Down Expand Up @@ -110,7 +111,7 @@ html body .ui-tabs .ui-tabs-nav li
background: #FFF
padding: 10px
min-height: 110%
padding-bottom: 70px
padding-bottom: 0px
.pagination
text-decoration: underline
cursor: pointer
Expand Down Expand Up @@ -145,8 +146,8 @@ html body .ui-tabs .ui-tabs-panel, html body #app_body .main-area #mask_containe
html body #app_body .main-area #head-mask
min-height: 0 !important
padding-bottom: 0px !important
height: 20px
+box-shadow(0px 10px 5px -3px #FFFFFF, 0px 7px 4px -3px #FFFFFF, 6px 3px 3px -3px #cccccc, -5px 3px 5px -2px #cccccc)
height: 35px
+box-shadow(0px 5px 0px 0px #FFFFFF, 0px 5px 0px 0px #FFFFFF, 6px 3px 3px -3px #cccccc, -5px 3px 5px -2px #cccccc)

/* html body .ui-tabs .ui-tabs-panel
/* padding: 0px !important
Expand Down

0 comments on commit 949d504

Please sign in to comment.