Skip to content

Commit

Permalink
Standard properties after vendor prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 5, 2012
1 parent c04f116 commit 800115f
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion build/grids/css/util-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/grids/css/util-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/css/pe-ap-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/css/pe-ap-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-sp-pe-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-sp-pe-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-sp-pe-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-sp-pe-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/grids/sass/includes/_util-screen.scss
Expand Up @@ -282,9 +282,9 @@ kbd{
}
padding:0 3px;
white-space:nowrap;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}

/* progress effects */
Expand Down
2 changes: 1 addition & 1 deletion src/js/sass/includes/_menubar.scss
Expand Up @@ -117,9 +117,9 @@
background-color:#CCC;
border-bottom:4px solid #242;
padding-top:4px;
border-radius:0 0 3px 3px;
-moz-border-radius:0 0 3px 3px;
-webkit-border-radius:0 0 3px 3px;
border-radius:0 0 3px 3px;
h2,h3,h4,.top-level{
font-size:1.2em;
font-weight:700;
Expand Down
10 changes: 5 additions & 5 deletions src/theme-gcwu-fegc/sass/includes/_default-desktop-screen.scss
Expand Up @@ -224,14 +224,14 @@ a{
#gcwu-srch{
color:#444;
border:1px solid #ccc;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
margin-left:0;
width:218px;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
background:#fff;
padding:2px 0;
&:focus,&:active{
Expand All @@ -254,23 +254,23 @@ a{
right:1px solid #999;
top:1px solid #fff;
left:1px solid #fff;
radius:2px;
}
color:#333;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
text-shadow:0 1px 0 #eee;
font-weight:400;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
padding:2px 6px;
display:inline;
&:focus,&:hover{
text-shadow:0 1px 0 #ddd;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border:{
bottom:1px solid #999;
right:1px solid #999;
Expand Down
8 changes: 4 additions & 4 deletions src/theme-gcwu-fegc/sass/includes/_default-mobile.scss
Expand Up @@ -506,9 +506,9 @@ img{
}
.top-section a{
margin:0 0 5px;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.top-level.ui-btn-corner-all {
border-radius:0.6em;
Expand All @@ -522,18 +522,18 @@ img{
background-image:-o-linear-gradient(#F0EFEF,#DFDFDD);
background-image:linear-gradient(#F0EFEF,#DFDFDD);
color: #555;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
text-shadow:0 1px 1px #fff;
border-bottom:1px solid #ccc;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
a {
color: #295376;
text-decoration: none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
&:hover,&:active{
text-decoration:underline;
}
Expand All @@ -543,9 +543,9 @@ img{
float: left;
margin: 0;
padding: 5px 12px 5px 5px;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
&:last-child {
background-image: none;
padding-left:5px;
Expand Down
4 changes: 2 additions & 2 deletions src/theme-gcwu-fegc/sass/includes/_default-screen.scss
Expand Up @@ -28,9 +28,9 @@ body{
h3,h4,.top-level{
font-size:100%;
border-bottom:none;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
margin:0 0 3px;
a{
font-weight:700;
Expand All @@ -53,9 +53,9 @@ body{
}
a.nav-current{
border:1px solid #777;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
h3,h4,.top-level,li{
a{
Expand Down
6 changes: 3 additions & 3 deletions src/theme-gcwu-fegc/sass/includes/_sp-pe.scss
Expand Up @@ -56,22 +56,22 @@ h2 {
border-left: 1px solid #fff;
color: #333;
padding: 10px 0;
border-radius:2px;
-moz-border-radius: 2px;
-webkit-border-radius:2px;
border-radius:2px;
text-shadow: 0 1px 0 #eee;
font-weight:700;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
display:block;
font-size: 120%;
text-decoration: none;
&:hover, &:focus, &:active{
text-shadow: 0 1px 0 #ddd;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border: 1px solid #999;
}
}
Expand Down
Expand Up @@ -28,9 +28,9 @@
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;
box-shadow:inset 0 0 2px 2px #222;
-moz-box-shadow:inset 0 0 2px 2px #222;
-webkit-box-shadow:inset 0 0 2px 2px #222;
box-shadow:inset 0 0 2px 2px #222;
}
#gcwu-intranetnb-in ul{
background:none !important;
Expand Down

0 comments on commit 800115f

Please sign in to comment.