Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Rauch committed Mar 31, 2012
1 parent 04c521d commit 851a660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions css/ui-selene/jquery-ui-1.8.17.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,7 @@
background-image: -o-linear-gradient(#fcfcfd 7.6%, #e5e7ee);
font-weight: bold;
text-shadow: 0 1px 0 white;
padding: 6px 10px;
line-height: 24px;
padding: 10px 10px;
cursor: pointer;
text-decoration: none;
} /* the overflow property removes extra width in IE */
Expand Down Expand Up @@ -541,7 +540,7 @@ button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
/*.ui-button-text-only .ui-button-text { padding: .4em 1em; }*/
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
Expand Down Expand Up @@ -648,8 +647,8 @@ right: 0;
box-shadow: 0 1px 4px white inset;
background-image: -webkit-gradient(linear, 0 0, 0 48, color-stop(0.104, #2e2e2e), to(#000));
background-image: -webkit-linear-gradient(360deg, #6FD0D4, #DBEFBB);
background-image: -moz-linear-gradient(360deg, #2e2e2e 10.4%, #000);
background-image: -o-linear-gradient(360deg, #ef242e 10.4%, #000);
background-image: -moz-linear-gradient(360deg, #6FD0D4, #DBEFBB);
background-image: -o-linear-gradient(360deg, #6FD0D4, #DBEFBB);
}

.ui-slider.red .ui-slider-range{background: #ddb5ae;}
Expand Down
2 changes: 1 addition & 1 deletion site/css/master.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html{ -webkit-font-smoothing:antialiased; }
body{font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; background: #919191; margin: 0; }
p{line-height: 22px}
.container{width: 800px; margin: auto; box-shadow: 0 2px 2px black}
.container{width: 860px; margin: auto; box-shadow: 0 2px 2px black}
.content{background: white; display: block; overflow: hidden; padding-bottom: 2%; }
.color-line{
width: 100%;
Expand Down

0 comments on commit 851a660

Please sign in to comment.