Ignore:
Timestamp:
Jun 27, 2011, 2:39:17 AM (13 years ago)
Author:
mistic100
Message:

button issue fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/TweetThis/style.css

    r11419 r11514  
    33  border:10px solid #f9f9f9;
    44  border-radius:10px;
     5  margin-bottom:20px;
    56}
    67
     
    1112  border-right-color:#CDE8F4;
    1213  border-bottom-color:#CDE8F4;
     14  text-align:center;
     15  vertical-align:center;
    1316}
    1417.twitter_buttons td:hover {
    1518  background-color:#D0E7F2;
    1619}
    17 tr td:last-child {
     20.twitter_buttons tr td:last-child {
    1821  border-right:none;
    1922}
     
    2124  border-bottom:none;
    2225}
     26tr.property td, tr.submit td {
     27  padding:10px 5px;
     28}
     29tr.property td:hover, tr.submit td:hover {
     30  background-color:#ECF6FA;
     31}
     32tr.property td:first-child {
     33  text-align:right;
     34  font-weight:bold;
     35}
     36tr.property td:last-child {
     37  text-align:left;
     38}
     39tr.submit input {
     40    background: url("http://a0.twimg.com/a/1308875119/phoenix/img/buttons/bg-btn-blue.gif") repeat-x 0 -202px #DDDDDD;
     41    border-color: #3399DD #3399DD #2288CC;
     42    color: #FFFFFF !important;
     43    text-shadow: -1px -1px 0 #3399DD;
     44    border-radius: 4px 4px 4px 4px;
     45    border-style: solid;
     46    border-width: 1px;
     47    padding: 5px 9px !important;
     48}
     49tr.submit input:hover {
     50  box-shadow: 0 0 5px #2288CC;
     51  border-color: #3399DD #3399DD #2288CC;
     52}
Note: See TracChangeset for help on using the changeset viewer.