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

Commit

Permalink
Bug 1133304 - [Camera] - Fix of recording time and red point overlap …
Browse files Browse the repository at this point in the history
…r=wilsonpage
  • Loading branch information
punamdahiya authored and rvandermeulen committed Mar 2, 2015
1 parent 5a10809 commit 1edca46
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions apps/camera/style/recording-timer.css
Expand Up @@ -41,6 +41,11 @@
transform: rotate(-90deg);
}

[dir=rtl] .deg90 .recording-timer {
right: -5rem;
left: auto;
}

/**
* deg180
*/
Expand All @@ -58,6 +63,11 @@
transform: rotate(-270deg);
}

[dir=rtl] .deg270 .recording-timer {
right: -5rem;
left: auto;
}

.recording-timer.visible {
opacity: 1;
}
Expand Down Expand Up @@ -88,14 +98,3 @@
right: 0;
left: auto;
}

/**
* deg90,
* deg180
*/

.deg90 .recording-timer:before,
.deg180 .recording-timer:before {
right: 2rem;
left: auto;
}

0 comments on commit 1edca46

Please sign in to comment.