Show More
@@ -996,16 +996,14 b' tbody .yui-dt-editable { cursor: pointer' | |||||
996 | overflow: hidden; |
|
996 | overflow: hidden; | |
997 | background-color: #eedc94; |
|
997 | background-color: #eedc94; | |
998 | background-repeat: repeat-x; |
|
998 | background-repeat: repeat-x; | |
999 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), |
|
999 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) ); | |
1000 | to(#eedc94) ); |
|
|||
1001 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
1000 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
1002 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
1001 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
1003 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
1002 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
1004 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
1003 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
1005 |
background-image: |
|
1004 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
1006 | background-image: linear-gradient(top, #003b76, #00376e); |
|
1005 | background-image: linear-gradient(top, #003b76, #00376e); | |
1007 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', |
|
1006 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); | |
1008 | endColorstr='#00376e', GradientType=0 ); |
|
|||
1009 | margin: 0 0 20px; |
|
1007 | margin: 0 0 20px; | |
1010 | padding: 0; |
|
1008 | padding: 0; | |
1011 | } |
|
1009 | } |
General Comments 0
You need to be logged in to leave comments.
Login now