Skip to content

Commit

Permalink
montage-button -> montage-Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Dec 6, 2012
1 parent 55fa049 commit a382cf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ui/details.reel/details.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
right: 40px;
}

.details .montage-button.button,
.details .montage-button:focus {
.details .montage-Button.button,
.details .montage-Button:focus {
display: block;
width: 100px;
margin: 10px 0;
Expand All @@ -62,7 +62,7 @@
background: hsl(210,100%,60%) -webkit-linear-gradient(top, hsla(0,0%,100%,.2), hsla(0,0%,0%,.2) );
}

.details .montage-button:active {
.details .montage-Button:active {
background-color: hsl(210,100%,40%);
}

Expand Down
8 changes: 4 additions & 4 deletions ui/main.reel/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background: -webkit-radial-gradient(center, closest-side, hsl(0,0%,30%), hsl(0,0%,15%) );
}

.facade {
.facade {
position: relative;
width: 1024px;
height: 672px;
Expand All @@ -35,7 +35,7 @@
display: inline-block;
}

.filter .montage-button {
.filter .montage-Button {
border-color: hsl(0,0%,0%);
color: hsl(0,0%,60%);
font-size: 15px;
Expand All @@ -44,11 +44,11 @@
background: hsl(0,0%,12%) -webkit-linear-gradient(top, hsla(0,0%,100%,.1), hsla(0,0%,0%,.1) );
}

.filter .montage-button.active {
.filter .montage-Button.active {
background: hsl(0,0%,10%) -webkit-linear-gradient(top, hsla(0,0%,40%,.1), hsla(0,0%,0%,.1) );
}

.filter .montage-button.selected {
.filter .montage-Button.selected {
color: hsla(0,0%,100%,.9);
background: hsl(0,100%,50%) -webkit-linear-gradient(top, hsla(0,0%,100%,.15), hsla(0,0%,0%,.3) );
}
Expand Down
2 changes: 1 addition & 1 deletion ui/main.reel/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<div data-montage-id="facade" class="facade">
<header class="header">
<img class="logo" src="assets/image/movieshow-logo.png" alt="logo" />
<div class="filter montage-buttonGroup">
<div class="filter montage-ButtonGroup">
<button data-montage-id="latest">Box Office</button>
<button data-montage-id="theaters">In Theaters</button>
<button data-montage-id="upcoming">Upcoming</button>
Expand Down

0 comments on commit a382cf0

Please sign in to comment.