]> git.mxchange.org Git - friendica.git/commitdiff
fixed admin
authortommy tomson <thomas.bierey@gmx.de>
Sat, 3 Mar 2012 15:49:48 +0000 (16:49 +0100)
committertommy tomson <thomas.bierey@gmx.de>
Sat, 3 Mar 2012 15:49:48 +0000 (16:49 +0100)
fixed editor

view/theme/diabook/icons/attach.png
view/theme/diabook/icons/audio.png
view/theme/diabook/icons/camera.png
view/theme/diabook/icons/globe.png
view/theme/diabook/icons/toogle_off.png [new file with mode: 0755]
view/theme/diabook/icons/toogle_on.png [new file with mode: 0755]
view/theme/diabook/icons/unglobe.png
view/theme/diabook/icons/unlock.png
view/theme/diabook/icons/video.png
view/theme/diabook/icons/weblink.png
view/theme/diabook/style.css

index 4412d94a5ffab35a4ddba456a416ac3b79444085..1958041cfa9def91dc1bb73f947d823d67413afd 100755 (executable)
Binary files a/view/theme/diabook/icons/attach.png and b/view/theme/diabook/icons/attach.png differ
index 075e04734d041a2d49c748910da5429e507d5f1c..8d779a4097b0b1c75cdac9c0f768cd797187545b 100755 (executable)
Binary files a/view/theme/diabook/icons/audio.png and b/view/theme/diabook/icons/audio.png differ
index 8769cc82f4aa697856e93adc4482ac452ad074c5..a5c7f123645fca41d00bb4bb534fab41ae87b77c 100755 (executable)
Binary files a/view/theme/diabook/icons/camera.png and b/view/theme/diabook/icons/camera.png differ
index daec0c256b02d670daa6c77b53691dc2a9cfc3b5..bf27a8f3f6f50fc23c2c3a97a12036e219a3b5bb 100755 (executable)
Binary files a/view/theme/diabook/icons/globe.png and b/view/theme/diabook/icons/globe.png differ
diff --git a/view/theme/diabook/icons/toogle_off.png b/view/theme/diabook/icons/toogle_off.png
new file mode 100755 (executable)
index 0000000..99490bc
Binary files /dev/null and b/view/theme/diabook/icons/toogle_off.png differ
diff --git a/view/theme/diabook/icons/toogle_on.png b/view/theme/diabook/icons/toogle_on.png
new file mode 100755 (executable)
index 0000000..81e8f91
Binary files /dev/null and b/view/theme/diabook/icons/toogle_on.png differ
index ddcdfa23ca995378a141ed5db286edeb7538f28d..aa9b0e189550523c072082fa246c4102d38bd98a 100755 (executable)
Binary files a/view/theme/diabook/icons/unglobe.png and b/view/theme/diabook/icons/unglobe.png differ
index 3d65430879dfc24d28653c24f83c99240c410cb0..a0cda0ae5549b873b5507d7b3b185ad5dec24df6 100755 (executable)
Binary files a/view/theme/diabook/icons/unlock.png and b/view/theme/diabook/icons/unlock.png differ
index c9a905e3230a85810873b15be2b99739a479feee..a03d1d818248663e92120309b6922d04718466c2 100755 (executable)
Binary files a/view/theme/diabook/icons/video.png and b/view/theme/diabook/icons/video.png differ
index 45c471e6ceceb98ada568b5c6b84fb31b93b297e..216e78344e71fb1e6406c13aa6df18aa196b62ee 100755 (executable)
Binary files a/view/theme/diabook/icons/weblink.png and b/view/theme/diabook/icons/weblink.png differ
index df586c77024a86a1a9edf1aa8803cdc7f87898eb..d9d88690f0f7420acf707c8d9936aea086e67948 100644 (file)
 .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;}*/