Skip to content

Commit

Permalink
Updated visual styles for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Feb 5, 2014
1 parent fe50ddf commit 4f7ca19
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 246 deletions.
18 changes: 14 additions & 4 deletions src/app/listen/_listen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,18 @@
}

.position {
& span {
margin-left: 10px;
margin-right: 10px;
color: #333333;
background-color: white;
border-color: #cccccc;
cursor: default;

&:hover,&:active,&:focus {
@include vendor-prefix(box-shadow, none);
color: #333333;
background-color: white;
border-color: #cccccc;
}

}

#listenEditContainer {
Expand Down Expand Up @@ -101,9 +109,11 @@
}

#chunkTimeStamps {
width: 100%;
// HACK! this should be automatically defined
width: 1292px;
text-align: center;
position: relative;
margin: -10px auto 0 auto;

& .position {
display: inline-block;
Expand Down
Loading

0 comments on commit 4f7ca19

Please sign in to comment.