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,27 +8,26 @@
<div id="main">
{{outlet main}}
<div id="right">
<div id="slider" {{action toggleSidebar target="Travis.app"}}>
<div class='icon'></div>&nbsp;
</div>
<div class="box">
<h4>Getting started?</h4>
<p>
Please read our <a href="http://about.travis-ci.org/docs/user/getting-started">guide</a>.
It will only take a few minutes :)
</p>
<p>
You can find detailled docs on our <a href="http://about.travis-ci.org/">about</a> site.
</p>
<p>
If you need help please don't hesitate to join
<a href="irc://irc.freenode.net#travis">#travis</a> on irc.freenode.net
or our <a href="http://groups.google.com/group/travis-ci">mailinglist</a>.
</p>
</div>
</div>
</div>
<div id="right">
<div id="slider" {{action toggleSidebar target="Travis.app"}}>
<div class='icon'></div>&nbsp;
</div>
<div class="box">
<h4>Getting started?</h4>
<p>
Please read our <a href="http://about.travis-ci.org/docs/user/getting-started">guide</a>.
It will only take a few minutes :)
</p>
<p>
You can find detailled docs on our <a href="http://about.travis-ci.org/">about</a> site.
</p>
<p>
If you need help please don't hesitate to join
<a href="irc://irc.freenode.net#travis">#travis</a> on irc.freenode.net
or our <a href="http://groups.google.com/group/travis-ci">mailinglist</a>.
</p>
</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