Skip to content

Commit

Permalink
SAK-41915 Profile name recording: Name recording volume icon appears/…
Browse files Browse the repository at this point in the history
…disappear (sakaiproject#7002)
  • Loading branch information
josecebe authored and Miguel Pellicer committed Jun 11, 2019
1 parent 6262efc commit f477930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
}

.audioPlayer audio {
#prev-audio-player audio, .audioPlayer audio {
max-width: 100%;
}

Expand Down Expand Up @@ -137,7 +137,6 @@
}

.profileContent {
margin-right: 20px;
max-width: 65em;
}

Expand Down
11 changes: 2 additions & 9 deletions profile2/tool/src/webapp/css/profile2.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
border-left: thin solid #09c;
border-right: thin solid #09c;
border-bottom: thin solid #09c;
position: absolute;
right: 15px;
}

.edit-button:hover {
Expand Down Expand Up @@ -399,14 +401,9 @@ h2 {

.mainSectionContent {
padding-top: 5px;
padding-right: 80px; /* keep it in a block and out of the edit button's way */
}

.mainSectionContentForm {
}



/* profile and preferences information sections */
.profileContent, preferencesContent{
padding-top: 2px;
Expand All @@ -415,10 +412,6 @@ h2 {
border: none;
}

.profileContent {
margin-right: 20px; /* space for the closebutton, if any */
}

.preferencesContent {
margin-top: 6px;
margin-bottom: 12px;
Expand Down

0 comments on commit f477930

Please sign in to comment.