Toggle between Link / Short Link / HTML

This commit is contained in:
John Firebaugh 2013-07-31 12:19:59 -07:00
parent a3d69ee264
commit 98cd01c40d
3 changed files with 59 additions and 28 deletions

View file

@ -637,6 +637,33 @@ a.donate {
}
.share-ui {
.share-tabs {
margin-bottom: 10px;
label {
background-color: $lightblue;
padding: 5px 10px;
}
label:first-child {
border-right: 1px solid #fff;
border-radius: 4px 0 0 4px;
}
label:last-child {
border-left: 1px solid #fff;
border-radius: 0 4px 4px 0;
}
label.active {
background-color: $blue;
}
}
.share-tab {
display: none;
}
.share-link {
#long_input,
#short_input {