diff options
Diffstat (limited to 'view/theme/vier')
-rw-r--r-- | view/theme/vier/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index a9ff22f78..258a69cb5 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -122,6 +122,17 @@ .next { background-position: -110px -60px;} .tagged { background-position: -130px -60px;} +.attachtype { + display: block; width: 20px; height: 23px; + background-image: url('../../../images/content-types.png'); +} + +.type-video { background-position: 0px 0px; } +.type-image { background-position: -20px 0px; } +.type-audio { background-position: -40px 0px; } +.type-text { background-position: -60px 0px; } +.type-unkn { background-position: -80px 0px; } + .icon.drop, .icon.drophide { float: left; } |