add web link icon
This commit is contained in:
parent
bdb1e8b5cd
commit
cb064c8053
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
|
@ -124,4 +124,18 @@ table.border_table tr th {
|
|||
padding: 2px 10px;
|
||||
font-size: 90%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a.web_link::before {
|
||||
background: url(/static/image/ui/web32.png);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
content: ' ';
|
||||
padding: 8px 8px;
|
||||
margin-right: 4px;
|
||||
|
||||
transform: translateY(3px);
|
||||
|
||||
display: inline-block;
|
||||
}
|
Loading…
Reference in New Issue