Twitter: add option to send #tag links to connected account

This commit is contained in:
Tobias Diekershoff 2012-03-31 10:19:36 +02:00
parent b6ab56fd7f
commit a2ff679d2d
2 changed files with 27 additions and 9 deletions

View file

@ -12,7 +12,7 @@
}
#twitter-disconnect-label {
float: left;
width: 200px;
width: 250px;
margin-bottom: 25px;
}
@ -21,16 +21,25 @@
}
#twitter-enable-label {
float: left;
width: 200px;
width: 250px;
margin-bottom: 5px;
}
#twitter-default-label {
float: left;
width: 250px;
}
#twitter-sendtaglinks-label {
float: left;
width: 250px;
margin-bottom: 25px;
}
#twitter-checkbox {
float: left;
}
#twitter-pin-label {
float: left;
width: 200px;
width: 250px;
margin-bottom: 25px;
}