Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
2408f8fe
Commit
2408f8fe
authored
Apr 12, 2016
by
Damyon Wiese
Committed by
Dan Poltawski
Apr 12, 2016
Browse files
MDL-52954 assign: Fix CSS lint issues
parent
21215376
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/assign/styles.css
View file @
2408f8fe
...
...
@@ -222,19 +222,6 @@
background-color
:
#d0d0d0
;
}
.path-mod-assign
.submissionhistory
.singlebutton
{
display
:
inline-block
;
float
:
right
;
}
.path-mod-assign.dir-rtl
.submissionhistory
.singlebutton
{
float
:
left
;
}
.path-mod-assign
.submissionsummarytable
.singlebutton
{
display
:
inline-block
;
}
.path-mod-assign.jsenabled
.mod-assign-history-link
{
display
:
block
;
cursor
:
pointer
;
...
...
@@ -816,7 +803,6 @@
.path-mod-assign
[
data-region
=
"grade-panel"
]
.mform
#id_attemptsettings
.fitem
{
display
:
table-row
;
margin-bottom
:
0
;
}
.path-mod-assign
#page-content
[
data-region
=
"grade-panel"
]
.mform
:not
(
.unresponsive
)
#id_attemptsettings
.fitem
.fitemtitle
,
...
...
@@ -862,7 +848,7 @@
text-align
:
center
;
}
.path-mod-assign
[
data-region
=
"submissions-list"
]
{
text-align
:
in
itial
;
text-align
:
in
herit
;
}
.path-mod-assign
[
data-region
=
"submissions-list"
]
label
.radio
input
{
margin-top
:
4px
;
...
...
@@ -902,7 +888,7 @@
width
:
100%
;
top
:
0
;
left
:
0
;
overflow
:
none
;
overflow
:
auto
;
height
:
auto
;
margin-bottom
:
1em
;
}
...
...
@@ -999,6 +985,6 @@
/** Styles to fix base theme **/
.path-mod-assign
#page
,
.path-mod-assign
#page-content
{
position
:
in
itial
;
position
:
in
herit
;
}
/** End of base fixes **/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment