Skip to content

Commit

Permalink
MDL-52614 Workshop: Right align user's picture on Assessed submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Jan 4, 2016
1 parent ef343c3 commit 0152755
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion mod/workshop/styles.css
Expand Up @@ -95,7 +95,11 @@
.path-mod-workshop .submission-full .header .userdate {
margin: 0px 0px 0px 80px;
}

.dir-rtl.path-mod-workshop .submission-full .header .title,
.dir-rtl.path-mod-workshop .submission-full .header .author,
.dir-rtl.path-mod-workshop .submission-full .header .userdate {
margin: 0px 80px 0px 0px;
}
.path-mod-workshop .submission-full.anonymous .header .title,
.path-mod-workshop .submission-full.anonymous .header .author,
.path-mod-workshop .submission-full.anonymous .header .userdate {
Expand Down Expand Up @@ -127,6 +131,10 @@
top: 3px;
left: 3px;
}
.dir-rtl.path-mod-workshop .submission-full .header .author .picture{
right:3px;
left:auto;
}

.path-mod-workshop .submission-full .content,
.path-mod-workshop .submission-full .attachments {
Expand Down Expand Up @@ -355,6 +363,12 @@
.path-mod-workshop .assessment-full .header .weight {
margin: 0px 0px 0px 40px;
}
.dir-rtl.path-mod-workshop .assessment-full .header .title,
.dir-rtl.path-mod-workshop .assessment-full .header .reviewer,
.dir-rtl.path-mod-workshop .assessment-full .header .grade,
.dir-rtl.path-mod-workshop .assessment-full .header .weight {
margin: 0px 40px 0px 0px;
}

.path-mod-workshop .assessment-full.anonymous .header .title,
.path-mod-workshop .assessment-full.anonymous .header .reviewer,
Expand All @@ -368,6 +382,10 @@
top: 3px;
left: 3px;
}
.path-mod-workshop .assessment-full .header .reviewer .picture {
right:3px;
left:auto;
}

.path-mod-workshop .assessment-full .header .actions {
position: absolute;
Expand Down

0 comments on commit 0152755

Please sign in to comment.