Merge "Update order of CSS properties"

This commit is contained in:
jenkins-bot
2013-10-30 12:22:54 +00:00
committed by Gerrit Code Review
3 changed files with 10 additions and 23 deletions

View File

@@ -42,7 +42,6 @@ x:-o-prefocus, body.rtl li#pt-uls {
background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#F0F0F0)); background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#F0F0F0));
background: -webkit-linear-gradient(top, #FBFBFB, #F0F0F0); background: -webkit-linear-gradient(top, #FBFBFB, #F0F0F0);
background: -moz-linear-gradient(top, #FBFBFB, #F0F0F0); background: -moz-linear-gradient(top, #FBFBFB, #F0F0F0);
background: -ms-linear-gradient(top, #FBFBFB, #F0F0F0);
background: -o-linear-gradient(top, #FBFBFB, #F0F0F0); background: -o-linear-gradient(top, #FBFBFB, #F0F0F0);
background: linear-gradient(#FBFBFB, #F0F0F0); background: linear-gradient(#FBFBFB, #F0F0F0);
padding-left: 10px; padding-left: 10px;
@@ -151,12 +150,11 @@ button.button {
background-color: #e6e6e6; background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #f0f0f0, #e6e6e6); background-image: -moz-linear-gradient(top, #f0f0f0, #e6e6e6);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e6e6e6)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e6e6e6));
background-image: -ms-linear-gradient(top, #f0f0f0, #e6e6e6);
background-image: linear-gradient(#f0f0f0, #e6e6e6);
background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6); background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
background-image: linear-gradient(#f0f0f0, #e6e6e6);
border: 1px #c9c9c9 solid; border: 1px #c9c9c9 solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0)"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0)";
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
@@ -165,7 +163,6 @@ button.button {
button.button:hover { button.button:hover {
background-color: #f0f0f0; background-color: #f0f0f0;
background-image: -moz-linear-gradient(top, #f8f8f8, #f0f0f0); background-image: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
background-image: -ms-linear-gradient(top, #f8f8f8, #f0f0f0);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f0f0f0)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f0f0f0));
background-image: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0); background-image: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
background-image: linear-gradient(#f8f8f8, #f0f0f0); background-image: linear-gradient(#f8f8f8, #f0f0f0);
@@ -178,7 +175,6 @@ button.button:active,
button.button.down { button.button.down {
background-color: #d8d8d8; background-color: #d8d8d8;
background-image: -moz-linear-gradient(top, #d3d3d3, #d8d8d8); background-image: -moz-linear-gradient(top, #d3d3d3, #d8d8d8);
background-image: -ms-linear-gradient(top, #d3d3d3, #d8d8d8);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #d8d8d8)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #d8d8d8));
background-image: -webkit-linear-gradient(top, #d3d3d3, #d8d8d8); background-image: -webkit-linear-gradient(top, #d3d3d3, #d8d8d8);
background-image: linear-gradient(#d3d3d3, #d8d8d8); background-image: linear-gradient(#d3d3d3, #d8d8d8);
@@ -195,10 +191,9 @@ button.button.disabled:hover {
cursor: default; cursor: default;
background-color: #f0f0f0; background-color: #f0f0f0;
background-image: -moz-linear-gradient(top, #f0f0f0, #f0f0f0); background-image: -moz-linear-gradient(top, #f0f0f0, #f0f0f0);
background-image: -ms-linear-gradient(top, #f0f0f0, #f0f0f0);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #f0f0f0)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #f0f0f0));
background-image: linear-gradient(#f0f0f0, #f0f0f0);
background-image: -webkit-linear-gradient(top, #f0f0f0, #f0f0f0); background-image: -webkit-linear-gradient(top, #f0f0f0, #f0f0f0);
background-image: linear-gradient(#f0f0f0, #f0f0f0);
border-color: #e3e3e3; border-color: #e3e3e3;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0)"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0)";
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0);
@@ -208,11 +203,10 @@ button.button.blue {
color: #ffffff; color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #3366bb; background-color: #3366bb;
background-image: -ms-linear-gradient(top, #3670c8, #3366bb);
background-image: -moz-linear-gradient(top, #3670c8, #3366bb); background-image: -moz-linear-gradient(top, #3670c8, #3366bb);
background-image: linear-gradient(#3670c8, #3366bb);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3670c8), color-stop(100%, #3366bb)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3670c8), color-stop(100%, #3366bb));
background-image: -webkit-linear-gradient(top, #3670c8, #3366bb); background-image: -webkit-linear-gradient(top, #3670c8, #3366bb);
background-image: linear-gradient(#3670c8, #3366bb);
border: 1px #33589f solid; border: 1px #33589f solid;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0)"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0)";
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0);
@@ -221,7 +215,6 @@ button.button.blue {
button.button.blue:hover { button.button.blue:hover {
background-color: #3f77d7; background-color: #3f77d7;
background-image: -moz-linear-gradient(top, #4c84da, #3f77d7); background-image: -moz-linear-gradient(top, #4c84da, #3f77d7);
background-image: -ms-linear-gradient(top, #4c84da, #3f77d7);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c84da), color-stop(100%, #3f77d7)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c84da), color-stop(100%, #3f77d7));
background-image: -webkit-linear-gradient(top, #4c84da, #3f77d7); background-image: -webkit-linear-gradient(top, #4c84da, #3f77d7);
background-image: linear-gradient(#4c84da, #3f77d7); background-image: linear-gradient(#4c84da, #3f77d7);
@@ -232,7 +225,6 @@ button.button.blue:hover {
button.button.blue:active { button.button.blue:active {
background-color: #2a549c; background-color: #2a549c;
background-image: -moz-linear-gradient(top, #2d5ea9, #2a549c); background-image: -moz-linear-gradient(top, #2d5ea9, #2a549c);
background-image: -ms-linear-gradient(top, #2d5ea9, #2a549c);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5ea9), color-stop(100%, #2a549c)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5ea9), color-stop(100%, #2a549c));
background-image: -webkit-linear-gradient(top, #2d5ea9, #2a549c); background-image: -webkit-linear-gradient(top, #2d5ea9, #2a549c);
background-image: linear-gradient(#2d5ea9, #2a549c); background-image: linear-gradient(#2d5ea9, #2a549c);
@@ -249,7 +241,6 @@ button.button.blue.disabled:hover {
cursor: default; cursor: default;
background-color: #7297d7; background-color: #7297d7;
background-image: -moz-linear-gradient(top, #7297d7, #7297d7); background-image: -moz-linear-gradient(top, #7297d7, #7297d7);
background-image: -ms-linear-gradient(top, #7297d7, #7297d7);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7297d7), color-stop(100%, #7297d7)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7297d7), color-stop(100%, #7297d7));
background-image: -webkit-linear-gradient(top, #7297d7, #7297d7); background-image: -webkit-linear-gradient(top, #7297d7, #7297d7);
background-image: linear-gradient(#7297d7, #7297d7); background-image: linear-gradient(#7297d7, #7297d7);
@@ -262,11 +253,10 @@ button.button.green {
color: #ffffff; color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #008740; background-color: #008740;
background-image: -ms-linear-gradient(top, #00974b, #008740);
background-image: -moz-linear-gradient(top, #00974b, #008740); background-image: -moz-linear-gradient(top, #00974b, #008740);
background-image: linear-gradient(#00974b, #008740);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00974b), color-stop(100%, #008740)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00974b), color-stop(100%, #008740));
background-image: -webkit-linear-gradient(top, #00974b, #008740); background-image: -webkit-linear-gradient(top, #00974b, #008740);
background-image: linear-gradient(#00974b, #008740);
border: 1px #0f9b3b solid; border: 1px #0f9b3b solid;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00974b', endColorstr='#008740', GradientType=0)"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00974b', endColorstr='#008740', GradientType=0)";
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00974b', endColorstr='#008740', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00974b', endColorstr='#008740', GradientType=0);
@@ -275,7 +265,6 @@ button.button.green {
button.button.green:hover { button.button.green:hover {
background-color: #119750; background-color: #119750;
background-image: -moz-linear-gradient(top, #10a65b, #119750); background-image: -moz-linear-gradient(top, #10a65b, #119750);
background-image: -ms-linear-gradient(top, #10a65b, #119750);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #10a65b), color-stop(100%, #119750)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #10a65b), color-stop(100%, #119750));
background-image: -webkit-linear-gradient(top, #10a65b, #119750); background-image: -webkit-linear-gradient(top, #10a65b, #119750);
background-image: linear-gradient(#10a65b, #119750); background-image: linear-gradient(#10a65b, #119750);
@@ -286,7 +275,6 @@ button.button.green:hover {
button.button.green:active { button.button.green:active {
background-color: #007236; background-color: #007236;
background-image: -moz-linear-gradient(top, #007236, #007236); background-image: -moz-linear-gradient(top, #007236, #007236);
background-image: -ms-linear-gradient(top, #007236, #007236);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007236), color-stop(100%, #007236)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007236), color-stop(100%, #007236));
background-image: -webkit-linear-gradient(top, #007236, #007236); background-image: -webkit-linear-gradient(top, #007236, #007236);
background-image: linear-gradient(#007236, #007236); background-image: linear-gradient(#007236, #007236);
@@ -303,7 +291,6 @@ button.button.green.disabled:hover {
cursor: default; cursor: default;
background-color: #2ca368; background-color: #2ca368;
background-image: -moz-linear-gradient(top, #2ca368, #2ca368); background-image: -moz-linear-gradient(top, #2ca368, #2ca368);
background-image: -ms-linear-gradient(top, #2ca368, #2ca368);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ca368), color-stop(100%, #2ca368)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ca368), color-stop(100%, #2ca368));
background-image: -webkit-linear-gradient(top, #2ca368, #2ca368); background-image: -webkit-linear-gradient(top, #2ca368, #2ca368);
background-image: linear-gradient(#2ca368, #2ca368); background-image: linear-gradient(#2ca368, #2ca368);

View File

@@ -1,8 +1,8 @@
div.display-settings-block { div.display-settings-block {
/* @embed */ /* @embed */
background: transparent url('../images/display.png') no-repeat left top; background: transparent url('../images/display.png') no-repeat left top;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/display.svg');
background-image: -moz-linear-gradient(transparent, transparent), url('../images/display.svg'); background-image: -moz-linear-gradient(transparent, transparent), url('../images/display.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/display.svg');
background-image: linear-gradient(transparent, transparent), url('../images/display.svg'); background-image: linear-gradient(transparent, transparent), url('../images/display.svg');
background-size: 20px auto; background-size: 20px auto;
color: #252525; color: #252525;
@@ -23,10 +23,10 @@ div.display-settings-block {
} }
.uls-button-group > button.button { .uls-button-group > button.button {
-webkit-border-radius: 0;
-moz-border-radius: 0; -moz-border-radius: 0;
-ms-border-radius: 0; -ms-border-radius: 0;
-o-border-radius: 0; -o-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; border-radius: 0;
float: left; float: left;
padding: 8px 10px; padding: 8px 10px;

View File

@@ -1,8 +1,8 @@
div.input-settings-block { div.input-settings-block {
/* @embed */ /* @embed */
background: transparent url('../images/input.png') no-repeat left top; background: transparent url('../images/input.png') no-repeat left top;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/input.svg');
background-image: -moz-linear-gradient(transparent, transparent), url('../images/input.svg'); background-image: -moz-linear-gradient(transparent, transparent), url('../images/input.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/input.svg');
background-image: linear-gradient(transparent, transparent), url('../images/input.svg'); background-image: linear-gradient(transparent, transparent), url('../images/input.svg');
background-size: 20px auto; background-size: 20px auto;
color: #252525; color: #252525;
@@ -40,8 +40,8 @@ div.input-settings-block {
.uls-ime-disable-link { .uls-ime-disable-link {
/* @embed */ /* @embed */
background: transparent url('../images/remove-input.png') no-repeat left top; background: transparent url('../images/remove-input.png') no-repeat left top;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/remove-input.svg');
background-image: -moz-linear-gradient(transparent, transparent), url('../images/remove-input.svg'); background-image: -moz-linear-gradient(transparent, transparent), url('../images/remove-input.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/remove-input.svg');
background-image: linear-gradient(transparent, transparent), url('../images/remove-input.svg'); background-image: linear-gradient(transparent, transparent), url('../images/remove-input.svg');
background-size: auto 16px; background-size: auto 16px;
padding-left: 22px; padding-left: 22px;
@@ -53,8 +53,8 @@ div.input-settings-block {
.uls-ime-more-settings-link { .uls-ime-more-settings-link {
/* @embed */ /* @embed */
background: transparent url('../images/cog.png') no-repeat center top; background: transparent url('../images/cog.png') no-repeat center top;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/cog.svg');
background-image: -moz-linear-gradient(transparent, transparent), url('../images/cog.svg'); background-image: -moz-linear-gradient(transparent, transparent), url('../images/cog.svg');
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/cog.svg');
background-image: linear-gradient(transparent, transparent), url('../images/cog.svg'); background-image: linear-gradient(transparent, transparent), url('../images/cog.svg');
background-size: auto 14px; background-size: auto 14px;
border-left: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;