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
typo3
qfq
Commits
69d0ee36
Commit
69d0ee36
authored
Feb 07, 2018
by
bbaer
Browse files
updated css for alerts
parent
bb5e1981
Changes
1
Hide whitespace changes
Inline
Side-by-side
less/qfq-bs.css.less
View file @
69d0ee36
...
...
@@ -366,6 +366,23 @@ i.@{spinner_class} {
background-color: #333;
}
.alert-side > p.body {
margin: 0px;
overflow: hidden;
white-space: nowrap;
}
.alert-side {
position: fixed;
display: box;
right: 0px;
top: 20px;
padding: 20px;
color: #d0d0d0;
border-left: 5px solid;
background-color: #333;
}
.border-success {
border-color: #5cb85c;
}
...
...
@@ -390,8 +407,4 @@ i.@{spinner_class} {
.alert-interactive p.buttons {
margin-top: 20px;
text-align: center;
}
.alert-interactive p.buttons button {
margin-right: 4px;
}
\ No newline at end of file
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