Added new style and images for links

This commit is contained in:
Andreas Stöckel 2011-04-01 12:48:24 +00:00
parent e34db60775
commit 7de4a37624
4 changed files with 8 additions and 4 deletions

View File

@ -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;
}
/**

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B