web/src/css/main.scss
changeset 1575 ce1d5b0d1479
parent 1573 43dc356e3ff8
child 1581 2d713fdd532f
equal deleted inserted replaced
1574:815b5dd3816b 1575:ce1d5b0d1479
   240 }
   240 }
   241 a#sendTweet span {
   241 a#sendTweet span {
   242     background: transparent url('../../images/bg_button_span_w.png') no-repeat; display: block; height: 14px;
   242     background: transparent url('../../images/bg_button_span_w.png') no-repeat; display: block; height: 14px;
   243     padding: 5px 6px 5px 24px;
   243     padding: 5px 6px 5px 24px;
   244 }
   244 }
   245 a#sendTweet:hover, a#sendTweet:active {
   245 a#sendTweet:hover, a#sendTweet:active a#sendTweet.sending {
   246     background-position: right -24px;
   246     background-position: right -24px;
   247 }
   247 }
   248 a#sendTweet:hover span, a#sendTweet:active span {
   248 a#sendTweet:hover span, a#sendTweet:active span, a#sendTweet.sending span {
   249     background-position: 0 -24px;
   249     background-position: 0 -24px;
   250 }
   250 }
   251 .tweetButton {
   251 .tweetButton {
   252     float:left; margin: 2px 6px 0 0; width:75px; height:22px; text-decoration: none;
   252     float:left; margin: 2px 6px 0 0; width:75px; height:22px; text-decoration: none;
   253     color: #333; text-align:center; cursor: pointer; cursor: hand;
   253     color: #333; text-align:center; cursor: pointer; cursor: hand;