--- a/integ/iri/css/iri-creation-cinecard.css Tue Apr 23 10:51:33 2013 +0200
+++ b/integ/iri/css/iri-creation-cinecard.css Tue Apr 23 11:29:33 2013 +0200
@@ -246,16 +246,6 @@
border-radius: 4px;
}
a.send {
- background: #126ae3;
- background: -moz-linear-gradient(top, #126ae3 0%, #1899e1 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#126ae3), color-stop(100%,#1899e1));
- background: -webkit-linear-gradient(top, #126ae3 0%,#1899e1 100%);
- background: -o-linear-gradient(top, #126ae3 0%,#1899e1 100%);
- background: -ms-linear-gradient(top, #126ae3 0%,#1899e1 100%);
- background: linear-gradient(to bottom, #126ae3 0%,#1899e1 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126ae3', endColorstr='#1899e1',GradientType=0 ); /* IE6-9 */
-}
-a.send:hover {
background: #1899e1;
background: -moz-linear-gradient(top, #1899e1 0%, #126ae3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899e1), color-stop(100%,#126ae3));
@@ -265,7 +255,28 @@
background: linear-gradient(to bottom, #1899e1 0%,#126ae3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899e1', endColorstr='#126ae3',GradientType=0 );
}
+a.send:hover {
+ background: #126ae3;
+ background: -moz-linear-gradient(top, #126ae3 0%, #1899e1 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#126ae3), color-stop(100%,#1899e1));
+ background: -webkit-linear-gradient(top, #126ae3 0%,#1899e1 100%);
+ background: -o-linear-gradient(top, #126ae3 0%,#1899e1 100%);
+ background: -ms-linear-gradient(top, #126ae3 0%,#1899e1 100%);
+ background: linear-gradient(to bottom, #126ae3 0%,#1899e1 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126ae3', endColorstr='#1899e1',GradientType=0 ); /* IE6-9 */
+}
a.cancel{
+ background: #7a7a7a;
+ background: -moz-linear-gradient(top, #7a7a7a 0%, #555555 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(100%,#555555));
+ background: -webkit-linear-gradient(top, #7a7a7a 0%,#555555 100%);
+ background: -o-linear-gradient(top, #7a7a7a 0%,#555555 100%);
+ background: -ms-linear-gradient(top, #7a7a7a 0%,#555555 100%);
+ background: linear-gradient(to bottom, #7a7a7a 0%,#555555 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#555555',GradientType=0 );
+}
+
+a.cancel:hover{
background: #555555;
background: -moz-linear-gradient(top, #555555 0%, #7a7a7a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#7a7a7a));
@@ -276,17 +287,6 @@
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}
-a.cancel:hover{
- background: #7a7a7a;
- background: -moz-linear-gradient(top, #7a7a7a 0%, #555555 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(100%,#555555));
- background: -webkit-linear-gradient(top, #7a7a7a 0%,#555555 100%);
- background: -o-linear-gradient(top, #7a7a7a 0%,#555555 100%);
- background: -ms-linear-gradient(top, #7a7a7a 0%,#555555 100%);
- background: linear-gradient(to bottom, #7a7a7a 0%,#555555 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#555555',GradientType=0 );
-}
-
.edit-cinecard {
position: relative;
}