some fixes to the profile page

This commit is contained in:
Sven Fuchs 2012-09-20 17:30:10 +02:00
parent 0689e69500
commit 2cbafde6c3
5 changed files with 3035 additions and 1319 deletions

View File

@ -8,6 +8,7 @@
<div id="main">
{{outlet main}}
</div>
<div id="right">
<div id="slider" {{action toggleSidebar target="Travis.app"}}>
@ -30,5 +31,3 @@
</p>
</div>
</div>
</div>

View File

@ -10,10 +10,12 @@ body > div
#left, #main, #right
display: table-cell
position: relative
height: 100%
#left
width: 350px
min-width: 350px
min-height: 800px
padding-right: 10px
background: inline-image('ui/background-left.png') repeat-y right top

View File

@ -85,3 +85,6 @@
background-position: 29px 17px
&.org
background-image: inline-image('icons/org.small.png')
background-position: 24px 17px
.summary
margin-left: 0

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff