Skip to content

Commit

Permalink
Began modifying the CSS to make the share links mobile- and touch-fri…
Browse files Browse the repository at this point in the history
…endly.
  • Loading branch information
thomasgohard committed Oct 31, 2013
1 parent 173d669 commit 7011a04
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions src/plugins/share/share.scss
Expand Up @@ -4,12 +4,16 @@
*/
.wb-share {
.share-link {
display: inline-block;
padding-left: 37px;
display: block;
padding-left: 42px;
min-height: 32px;
line-height: 32px;
background-repeat: no-repeat;
background-position: left center;
background-position: 5px center;
margin-bottom: 8px;
text-align: left;
text-decoration: none;
font-size: 115%;
}
.bitly {
background-image: url(../js/assets/bitly.png);
Expand Down Expand Up @@ -71,4 +75,21 @@
.twitter {
background-image: url(../js/assets/twitter.png);
}
}
ul {
list-style-type: none;
padding-left: 0;
}
}

#shr-pg {
// @todo Move this to the overlays plugin
background-color: #fff;
// @todo Automate the setting of the width
width: 250px;
}

// @todo Move this to the overlays plugin
.wb-overlay {
z-index: 999;
}

0 comments on commit 7011a04

Please sign in to comment.