Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
themes
mww-theme
Commits
c23e6f7c
Commit
c23e6f7c
authored
May 03, 2019
by
Gradl, Tobias
Browse files
1286: Improve grammar processing dialog
Task-Url:
https://pm.winseda.de/issues/1286
parent
cf48a810
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/application-dme.css
View file @
c23e6f7c
...
...
@@ -588,3 +588,22 @@ div.content-pane {
border-radius
:
5px
;
}
.modal
.svg-button-container
button
{
display
:
block
;
}
/*!
* Grammar validation modal dialog
*/
#grammar-validation-container
.grammar-processing.grammar-error
h2
{
color
:
#dc3545
;
}
#grammar-validation-container
.grammar-processing.grammar-success
h2
{
color
:
#28a745
;
}
#grammar-validation-container
.grammar-processing
h2
{
color
:
#035151
;
cursor
:
pointer
;
}
#grammar-validation-container
.grammar-processing
.card
{
padding
:
12px
;
margin-bottom
:
24px
;
}
#grammar-validation-container
.grammar-processing
.card
h4
{
margin-bottom
:
12px
;
}
#grammar-validation-container
.grammar-processing
.card
ul
{
padding
:
0
0
0
12px
;
margin
:
0
;
}
Write
Preview
Markdown
is supported
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