diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 16:49:48 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 16:49:48 +0100 |
commit | 83e9f57459ddc0f7602f3c72d937d7a48e76b6b5 (patch) | |
tree | 60e7913109b4c4da08572914afa815e9b3ebdf20 /view | |
parent | b3ba2eb4d08102adfa7f69115d298e6b2e3e0563 (diff) | |
download | volse-hubzilla-83e9f57459ddc0f7602f3c72d937d7a48e76b6b5.tar.gz volse-hubzilla-83e9f57459ddc0f7602f3c72d937d7a48e76b6b5.tar.bz2 volse-hubzilla-83e9f57459ddc0f7602f3c72d937d7a48e76b6b5.zip |
fixed admin
fixed editor
Diffstat (limited to 'view')
-rwxr-xr-x | view/theme/diabook/icons/attach.png | bin | 862 -> 1069 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/audio.png | bin | 655 -> 762 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/camera.png | bin | 568 -> 685 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/globe.png | bin | 680 -> 875 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/toogle_off.png | bin | 0 -> 391 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/toogle_on.png | bin | 0 -> 429 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/unglobe.png | bin | 659 -> 798 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/unlock.png | bin | 314 -> 362 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/video.png | bin | 373 -> 472 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/weblink.png | bin | 305 -> 505 bytes | |||
-rw-r--r-- | view/theme/diabook/style.css | 4 |
11 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/icons/attach.png b/view/theme/diabook/icons/attach.png Binary files differindex 4412d94a5..1958041cf 100755 --- a/view/theme/diabook/icons/attach.png +++ b/view/theme/diabook/icons/attach.png diff --git a/view/theme/diabook/icons/audio.png b/view/theme/diabook/icons/audio.png Binary files differindex 075e04734..8d779a409 100755 --- a/view/theme/diabook/icons/audio.png +++ b/view/theme/diabook/icons/audio.png diff --git a/view/theme/diabook/icons/camera.png b/view/theme/diabook/icons/camera.png Binary files differindex 8769cc82f..a5c7f1236 100755 --- a/view/theme/diabook/icons/camera.png +++ b/view/theme/diabook/icons/camera.png diff --git a/view/theme/diabook/icons/globe.png b/view/theme/diabook/icons/globe.png Binary files differindex daec0c256..bf27a8f3f 100755 --- a/view/theme/diabook/icons/globe.png +++ b/view/theme/diabook/icons/globe.png diff --git a/view/theme/diabook/icons/toogle_off.png b/view/theme/diabook/icons/toogle_off.png Binary files differnew file mode 100755 index 000000000..99490bcd9 --- /dev/null +++ b/view/theme/diabook/icons/toogle_off.png diff --git a/view/theme/diabook/icons/toogle_on.png b/view/theme/diabook/icons/toogle_on.png Binary files differnew file mode 100755 index 000000000..81e8f9120 --- /dev/null +++ b/view/theme/diabook/icons/toogle_on.png diff --git a/view/theme/diabook/icons/unglobe.png b/view/theme/diabook/icons/unglobe.png Binary files differindex ddcdfa23c..aa9b0e189 100755 --- a/view/theme/diabook/icons/unglobe.png +++ b/view/theme/diabook/icons/unglobe.png diff --git a/view/theme/diabook/icons/unlock.png b/view/theme/diabook/icons/unlock.png Binary files differindex 3d6543087..a0cda0ae5 100755 --- a/view/theme/diabook/icons/unlock.png +++ b/view/theme/diabook/icons/unlock.png diff --git a/view/theme/diabook/icons/video.png b/view/theme/diabook/icons/video.png Binary files differindex c9a905e32..a03d1d818 100755 --- a/view/theme/diabook/icons/video.png +++ b/view/theme/diabook/icons/video.png diff --git a/view/theme/diabook/icons/weblink.png b/view/theme/diabook/icons/weblink.png Binary files differindex 45c471e6c..216e78344 100755 --- a/view/theme/diabook/icons/weblink.png +++ b/view/theme/diabook/icons/weblink.png diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index df586c770..d9d88690f 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -163,8 +163,8 @@ .language { background-position: -210px -40px;} -.on { background-position: -50px -60px;} -.off { background-position: -70px -60px;} +.icon.on { background-image: url("../../../view/theme/diabook/icons/toogle_on.png"); background-repeat: no-repeat;} +.icon.off { background-image: url("../../../view/theme/diabook/icons/toogle_off.png"); background-repeat: no-repeat;} .prev { background-position: -90px -60px;} .next { background-position: -110px -60px;} /*.tagged { background-position: -130px -60px;}*/ |