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
UCC
uccportal
Commits
b1117fa1
Commit
b1117fa1
authored
Feb 26, 2019
by
frekk
Browse files
fix icons on status messages
parent
0cb5f718
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/static/shared.css
View file @
b1117fa1
...
...
@@ -85,18 +85,18 @@ ul.messagelist li {
font-size
:
13px
;
padding
:
10px
10px
10px
65px
;
margin
:
0
0
10px
0
;
background
:
#dfd
url(
..
/img/icon-yes.svg)
40px
12px
no-repeat
;
background
:
#dfd
url(
/media/admin
/img/icon-yes.svg)
40px
12px
no-repeat
;
background-size
:
16px
auto
;
color
:
#333
;
}
ul
.messagelist
li
.warning
{
background
:
#ffc
url(
..
/img/icon-alert.svg)
40px
14px
no-repeat
;
background
:
#ffc
url(
/media/admin
/img/icon-alert.svg)
40px
14px
no-repeat
;
background-size
:
14px
auto
;
}
ul
.messagelist
li
.error
{
background
:
#ffefef
url(
..
/img/icon-no.svg)
40px
12px
no-repeat
;
background
:
#ffefef
url(
/media/admin
/img/icon-no.svg)
40px
12px
no-repeat
;
background-size
:
16px
auto
;
}
...
...
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