forked from extern/egroupware
Added new style and images for links
This commit is contained in:
parent
e34db60775
commit
7de4a37624
@ -114,8 +114,10 @@
|
||||
* mark a file (icon) as link
|
||||
*/
|
||||
.vfsIsLink img {
|
||||
border-bottom: 4px solid darkgray;
|
||||
border-right: 4px solid darkgray;
|
||||
padding-right: 8px;
|
||||
background-image: url(images/link.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right bottom;
|
||||
}
|
||||
/**
|
||||
* nicer would be, but it's not working ...
|
||||
@ -127,8 +129,10 @@
|
||||
* mark a link (icon) as broken link
|
||||
*/
|
||||
.vfsIsBrokenLink img {
|
||||
border-bottom: 4px solid red;
|
||||
border-right: 4px solid red;
|
||||
padding-right: 8px;
|
||||
background-image: url(images/link_broken.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right bottom;
|
||||
}
|
||||
|
||||
/**
|
||||
|
BIN
etemplate/templates/default/images/link.png
Executable file
BIN
etemplate/templates/default/images/link.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 269 B |
BIN
etemplate/templates/default/images/link_broken.png
Normal file
BIN
etemplate/templates/default/images/link_broken.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 B |
BIN
etemplate/templates/default/images/lock.png
Normal file
BIN
etemplate/templates/default/images/lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 513 B |
Loading…
Reference in New Issue
Block a user