Added edit button to logged in home

This commit is contained in:
Victoria Wang 2014-04-23 12:13:51 -07:00
parent 93941f6160
commit 7267b20fe2
3 changed files with 8 additions and 1 deletions

View file

@ -405,6 +405,12 @@
width: 67%; width: 67%;
border-right: 1px solid #0B0F11; border-right: 1px solid #0B0F11;
} }
.interior .header-Outro.with-columns .col-32 .edit {
margin-top: 4px;
float: right;
margin-right: 30px;
color: #fff;
}
.feed-filter { .feed-filter {
float: left; float: left;
margin-top: 1.4em; margin-top: 1.4em;

File diff suppressed because one or more lines are too long

View file

@ -6,6 +6,7 @@
</div> </div>
<div class="col col-32"> <div class="col col-32">
<h3>My Website</h3> <h3>My Website</h3>
<a href="/dashboard" class="btn-Action edit">Edit Site</a>
</div> </div>
</div> </div>
</div> </div>