')
- .attr('class', 'icon link')));
+ .on('click', select));
$('')
.attr('class', 'form-row share-tab')
diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss
index 0db2c5302..19ad55d31 100644
--- a/app/assets/stylesheets/common.css.scss
+++ b/app/assets/stylesheets/common.css.scss
@@ -640,22 +640,24 @@ a.donate {
.share-tabs {
margin-bottom: 10px;
- label {
+ a {
+ color: #fff;
+ text-decoration: none;
background-color: $lightblue;
padding: 5px 10px;
}
- label:first-child {
+ a:first-child {
border-right: 1px solid #fff;
border-radius: 4px 0 0 4px;
}
- label:last-child {
+ a:last-child {
border-left: 1px solid #fff;
border-radius: 0 4px 4px 0;
}
- label.active {
+ a.active {
background-color: $blue;
}
}
@@ -665,17 +667,9 @@ a.donate {
}
.share-link {
- #long_input,
- #short_input {
- width: 190px;
- }
-
- a {
- margin-left: 5px;
- }
-
- input,
+ input[type=text],
textarea {
+ width: 100%;
font-family: monospace;
font-size: small;
}