Changeset 1337512
- Timestamp:
- 01/27/2016 08:15:14 PM (10 years ago)
- Location:
- click-tweet/trunk
- Files:
-
- 2 edited
-
assets/css/click-and-tweet.css (modified) (8 diffs)
-
click-and-tweet.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
click-tweet/trunk/assets/css/click-and-tweet.css
r1337280 r1337512 140 140 } 141 141 142 .click-and-tweet-card.left-center .click-and-tweet-card- link{142 .click-and-tweet-card.left-center .click-and-tweet-card-text{ 143 143 padding-left: 10%; 144 144 } 145 145 146 146 @media (max-width: 34em) { 147 .click-and-tweet-card.left-center .click-and-tweet-card- link{147 .click-and-tweet-card.left-center .click-and-tweet-card-text{ 148 148 padding-left: 14%; 149 149 } … … 156 156 } 157 157 158 .click-and-tweet-card.left-top .click-and-tweet-card- link{158 .click-and-tweet-card.left-top .click-and-tweet-card-text{ 159 159 padding-left: 10%; 160 160 } 161 161 162 162 @media (max-width: 34em) { 163 .click-and-tweet-card.left-top .click-and-tweet-card- link{163 .click-and-tweet-card.left-top .click-and-tweet-card-text{ 164 164 padding-left: 14%; 165 165 } … … 172 172 } 173 173 174 .click-and-tweet-card.left-bottom .click-and-tweet-card- link{174 .click-and-tweet-card.left-bottom .click-and-tweet-card-text{ 175 175 padding-left: 10%; 176 176 } 177 177 178 178 @media (max-width: 34em) { 179 .click-and-tweet-card.left-bottom .click-and-tweet-card- link{179 .click-and-tweet-card.left-bottom .click-and-tweet-card-text{ 180 180 padding-left: 14%; 181 181 } … … 190 190 } 191 191 192 .click-and-tweet-card.right-center .click-and-tweet-card- link{192 .click-and-tweet-card.right-center .click-and-tweet-card-text{ 193 193 padding-right: 10%; 194 194 } … … 200 200 } 201 201 202 .click-and-tweet-card.right-top .click-and-tweet-card- link{202 .click-and-tweet-card.right-top .click-and-tweet-card-text{ 203 203 padding-right: 10%; 204 204 } … … 216 216 } 217 217 218 .click-and-tweet-card.right-bottom .click-and-tweet-card- link{218 .click-and-tweet-card.right-bottom .click-and-tweet-card-text{ 219 219 padding-right: 10%; 220 220 } 221 221 222 222 @media (max-width: 34em) { 223 .click-and-tweet-card.right-bottom .click-and-tweet-card- link{223 .click-and-tweet-card.right-bottom .click-and-tweet-card-text{ 224 224 padding-right: 14%; 225 225 } … … 241 241 .click-and-tweet-card.center-bottom .click-and-tweet-card-link{ 242 242 text-align: center; 243 } 244 245 .click-and-tweet-card .click-and-tweet-card-text{ 246 display: inline-block; 243 247 } 244 248 … … 251 255 opacity: 0.75; 252 256 font-weight: 300; 257 padding: 18px 6px 6px; 258 } 259 260 .click-and-tweet-card.center-top .call-to-action-text, 261 .click-and-tweet-card.center-bottom .call-to-action-text{ 253 262 padding: 6px; 254 263 } -
click-tweet/trunk/click-and-tweet.php
r1337280 r1337512 4 4 * Plugin URI: http://spacestud.io 5 5 * Description: Quote text in your WordPress posts for easy sharing on twitter. 6 * Version: 0.6. 16 * Version: 0.6.2 7 7 * Author: Space Studio 8 8 * Author URI: http://spacestud.io … … 57 57 * @var string 58 58 */ 59 protected $version = '0.6 ';59 protected $version = '0.6.2'; 60 60 61 61 /** … … 842 842 $twitterLogo = "<span class=\"click-and-tweet-twitter-logo\"></span>"; 843 843 844 $linkContent = " {$this->filterContent($content)}";844 $linkContent = "<span class=\"click-and-tweet-card-text\">{$this->filterContent($content)}</span>"; 845 845 846 846 switch($atts['position']) {
Note: See TracChangeset
for help on using the changeset viewer.