some fixes to the profile page
This commit is contained in:
parent
0689e69500
commit
2cbafde6c3
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
{{outlet main}}
|
{{outlet main}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="right">
|
<div id="right">
|
||||||
<div id="slider" {{action toggleSidebar target="Travis.app"}}>
|
<div id="slider" {{action toggleSidebar target="Travis.app"}}>
|
||||||
|
@ -30,5 +31,3 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,12 @@ body > div
|
||||||
#left, #main, #right
|
#left, #main, #right
|
||||||
display: table-cell
|
display: table-cell
|
||||||
position: relative
|
position: relative
|
||||||
|
height: 100%
|
||||||
|
|
||||||
#left
|
#left
|
||||||
width: 350px
|
width: 350px
|
||||||
min-width: 350px
|
min-width: 350px
|
||||||
|
min-height: 800px
|
||||||
padding-right: 10px
|
padding-right: 10px
|
||||||
background: inline-image('ui/background-left.png') repeat-y right top
|
background: inline-image('ui/background-left.png') repeat-y right top
|
||||||
|
|
||||||
|
|
|
@ -85,3 +85,6 @@
|
||||||
background-position: 29px 17px
|
background-position: 29px 17px
|
||||||
&.org
|
&.org
|
||||||
background-image: inline-image('icons/org.small.png')
|
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
Loading…
Reference in New Issue
Block a user