* VRFS-3186 - fix formatting of recording widget on homescreen
This commit is contained in:
parent
6c82e7e3d7
commit
6c3cdda1d8
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue