* VRFS-3186 - fix formatting of recording widget on homescreen

This commit is contained in:
Seth Call 2015-05-05 09:58:44 -05:00
parent 6c82e7e3d7
commit 6c3cdda1d8
1 changed files with 14 additions and 3 deletions

View File

@ -197,9 +197,19 @@
}
.recording-controls {
.recording-position {
width:70%;
margin-left:-29px;
position: absolute;
left: 0;
padding: 0 18px 0 5px;
@include border_box_sizing;
width:100%;
margin:0;
}
.play-button {
float:none;
position: absolute;
left: 5px;
z-index: 1;
}
.recording-playback {
@ -239,10 +249,11 @@
padding:8px 5px 8px 10px;
width:98%;
line-height:19px;
}
.recording-controls {
padding:8px 5px 8px 25px !important;
padding:8px 5px 8px 5px !important;
}
.details {