Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15923 from mcav/timer-button-sizes
Browse files Browse the repository at this point in the history
Bug 951092 - [Clock] Adjust Pause/Cancel buttons size and style in Timer...
  • Loading branch information
mcav committed Feb 6, 2014
2 parents 0ed0da7 + 24b8bd9 commit 07384e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions apps/clock/style/timer.css
Expand Up @@ -33,14 +33,15 @@
}

#timer-controls {
width: calc(100% - 0.13rem);
margin: 0px 0.5rem 0px -1rem;
display: flex;
margin: 2rem 1rem 0;
padding: 0;
}

#timer-controls button {
float: left;
margin: 0 1rem 0 0;
width: 40%;
height: 3.8rem;
margin: 0 0.5rem;
flex: auto;
}

#timer-edit {
Expand Down

0 comments on commit 07384e0

Please sign in to comment.