fix share link styles for mobile

This commit is contained in:
Jeff Atwood 2014-06-24 00:55:43 -07:00
parent a7ce8c6418
commit eeb2e48f4f
3 changed files with 18 additions and 32 deletions

View File

@ -32,4 +32,20 @@
color: $primary;
}
}
h3 {
margin: 5px 0;
float: left;
}
.date {
float: right;
margin: 5px;
color: scale-color($primary, $lightness: 50%);
}
input[type=text] {
font-size: 16px;
margin-bottom: 10px;
}
}

View File

@ -636,21 +636,6 @@ iframe {
#share-link {
width: 365px;
margin-left: -4px;
h3 {
margin: 5px 0;
float: left;
}
.date {
float: right;
margin: 5px;
}
input[type=text] {
font-size: 16px;
margin-bottom: 10px;
}
}
.post-select {

View File

@ -420,23 +420,8 @@ iframe {
#share-link {
width: 300px;
margin-left: -4px;
h3 {
margin: 5px 0;
float: left;
}
.date {
float: right;
margin: 5px;
}
input[type=text] {
font-size: 16px;
margin-bottom: 10px;
}
width: 290px;
margin-left: 20px;
}
#selected-posts {