import-picture-panel : IE10 CSS fix for input text with text-align:right

This commit is contained in:
jdescottes 2013-10-25 00:32:42 +02:00
parent b2258a668d
commit c332aa2dea

View File

@ -1,7 +1,3 @@
::-ms-clear {
display: none;
}
body {
background: radial-gradient(circle, #000, #373737);
/* 16/06/2013 : -webkit still needed for
@ -10,6 +6,11 @@ body {
background: -webkit-radial-gradient(circle, #000, #373737);
}
/* Browser fixes */
::-ms-clear {
display: none;
}
/**
* Application layout
*/