source: extensions/TweetThis/style.css @ 13256

Last change on this file since 13256 was 11514, checked in by mistic100, 13 years ago

button issue fixed

File size: 1.2 KB
Line 
1.twitter_buttons {
2  border-spacing: 0px;
3  border:10px solid #f9f9f9;
4  border-radius:10px;
5  margin-bottom:20px;
6}
7
8.twitter_buttons td {
9  padding:10px 40px;
10  background-color:#ECF6FA;
11  border:1px solid #fff;
12  border-right-color:#CDE8F4;
13  border-bottom-color:#CDE8F4;
14  text-align:center;
15  vertical-align:center;
16}
17.twitter_buttons td:hover {
18  background-color:#D0E7F2;
19}
20.twitter_buttons tr td:last-child {
21  border-right:none;
22}
23.twitter_buttons tr:last-child td {
24  border-bottom:none;
25}
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 TracBrowser for help on using the repository browser.