1
0

Nutrients list expandable, displays description

This commit is contained in:
cryptogopher
2019-10-28 22:08:05 +01:00
parent c4e89def0a
commit 6f9e8926d7
4 changed files with 27 additions and 10 deletions

View File

@@ -8,3 +8,5 @@ table.list td.name {white-space: nowrap;}
.icon-move-left { background-image: url(../images/1leftarrow.png); }
.icon-move-right { background-image: url(../images/1rightarrow.png); }
.icon-eye { background-image: url(../images/eye.png); }
.icon-bullet-open { background-image: url(../../../images/bullet_toggle_minus.png); }
.icon-bullet-closed { background-image: url(../../../images/bullet_toggle_plus.png); }