Add share button to dashboard header

This commit is contained in:
Victoria Wang 2015-03-13 13:47:30 -05:00
parent 79e8885ae5
commit 25ee91a759
2 changed files with 17 additions and 4 deletions

View file

@ -110,9 +110,19 @@
.interior .header-Outro .col.col-50.signup-Area {
padding-left: 0;
}
.interior .header-Outro.dashboard .col.col-50.signup-Area {
width: 293px!important;
float: left;
.interior .header-Outro.dashboard {
.col.col-50.signup-Area {
width: 293px!important;
float: left;
}
.site-url {
margin-top: -9px;
}
.btn-Action {
font-weight: normal;
font-size: 12px;
padding: 7px 15px;
}
}
.interior .header-Outro a {color:#E93250}
.interior .header-Outro .btn-Action {color:#fff}