diff --git a/core/css/styles.css b/core/css/styles.css
index 825d949d82b..1895ce7177c 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -184,13 +184,15 @@ fieldset.warning legend { color:#b94a48 !important; }
/* NAVIGATION ------------------------------------------------------------- */
#navigation { position:fixed; top:3.5em; float:left; width:64px; padding:0; z-index:75; height:100%; background:#30343a url('../img/noise.png') repeat; border-right:1px #333 solid; -moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000; overflow:hidden;}
-#navigation a { display:block; padding:8px 0 4px; text-decoration:none; font-size:10px; text-align:center; color:#000; text-shadow:#444 0 1px 0; }
-#navigation .icon { width:32px; height:32px; background-position:0 0; background-repeat:no-repeat; margin:0 16px 0; }
-#navigation li:hover div, #navigation li a.active div { background-position:-32px 0; }
-#navigation li:first-child a { padding-top:16px; }
-#navigation a img { display:block; width:32px; height:32px; margin:0 auto; }
-#navigation a.active, #navigation a:hover, #navigation a:focus { color:#888; text-shadow:#000 0 -1px 0; }
-#navigation a.active { }
+#navigation a {
+ display:block; padding:8px 0 4px;
+ text-decoration:none; font-size:10px; text-align:center;
+ color:#fff; text-shadow:#000 0 -1px 0; opacity:.3;
+}
+ #navigation a:hover, #navigation a:focus { opacity:.8; }
+ #navigation a.active { opacity:1; }
+ #navigation .icon { display:block; width:32px; height:32px; margin:0 16px 0; }
+ #navigation li:first-child a { padding-top:16px; }
#settings { float:right; margin-top:7px; color:#bbb; text-shadow:0 -1px 0 #000; }
#expand { padding:15px; cursor:pointer; font-weight:bold; }
#expand:hover, #expand:focus, #expand:active { color:#fff; }
diff --git a/core/img/places/files.png b/core/img/places/files.png
index a18264d3cea..eb5a7905e23 100644
Binary files a/core/img/places/files.png and b/core/img/places/files.png differ
diff --git a/core/img/places/files.svg b/core/img/places/files.svg
index 617b0422dea..a0991a2d14e 100644
--- a/core/img/places/files.svg
+++ b/core/img/places/files.svg
@@ -7,41 +7,30 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="64"
+ width="32"
height="32"
id="svg3349"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="files.svg"
- inkscape:export-filename="home.png"
+ inkscape:export-filename="files.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
-
@@ -73,7 +62,7 @@
image/svg+xml
-
+
@@ -83,24 +72,14 @@
id="layer1"
transform="translate(573.14286,110.2963)">
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path3802"
+ d="m -557.14286,-109.23532 -16,15.93882 6,0 0,12.0002 20,0 0,-12.0002 6,0 -6,-6.061183 0,-7.939047 -6,0 0,2.16234 -4,-4.10093 z"
+ inkscape:connector-curvature="0" />
-
-
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
diff --git a/core/img/places/music.png b/core/img/places/music.png
index 71a6ac0755f..5b71e19ee3c 100644
Binary files a/core/img/places/music.png and b/core/img/places/music.png differ
diff --git a/core/img/places/music.svg b/core/img/places/music.svg
index f0217415fd1..e8f91f46166 100644
--- a/core/img/places/music.svg
+++ b/core/img/places/music.svg
@@ -14,7 +14,7 @@
id="svg4375"
version="1.1"
inkscape:version="0.48.3.1 r9886"
- sodipodi:docname="picture.svg"
+ sodipodi:docname="music.svg"
inkscape:export-filename="music.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
@@ -27,9 +27,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="15.839192"
- inkscape:cx="19.074656"
- inkscape:cy="17.628465"
+ inkscape:zoom="11.2"
+ inkscape:cx="7.9636746"
+ inkscape:cy="12.572189"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@@ -38,9 +38,9 @@
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
- inkscape:window-height="800"
+ inkscape:window-height="745"
inkscape:window-x="0"
- inkscape:window-y="-31"
+ inkscape:window-y="27"
inkscape:window-maximized="1" />
@@ -50,7 +50,7 @@
image/svg+xml
-
+
@@ -60,14 +60,14 @@
id="layer1"
transform="translate(581.71429,-2.0764682)">
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
diff --git a/core/img/places/picture.png b/core/img/places/picture.png
index a478876d6a7..a278240a6d6 100644
Binary files a/core/img/places/picture.png and b/core/img/places/picture.png differ
diff --git a/core/img/places/picture.svg b/core/img/places/picture.svg
index e48a5568a33..aba68e62063 100644
--- a/core/img/places/picture.svg
+++ b/core/img/places/picture.svg
@@ -27,9 +27,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="7.9195959"
- inkscape:cx="32.552959"
- inkscape:cy="-0.73426477"
+ inkscape:zoom="11.2"
+ inkscape:cx="13.989783"
+ inkscape:cy="8.9886524"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@@ -38,9 +38,9 @@
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
- inkscape:window-height="800"
+ inkscape:window-height="745"
inkscape:window-x="0"
- inkscape:window-y="-31"
+ inkscape:window-y="27"
inkscape:window-maximized="1" />
@@ -50,7 +50,7 @@
image/svg+xml
-
+
@@ -62,11 +62,11 @@
+ id="path3770"
+ d="m -575.01366,3.0805705 c -0.39495,0.0765 -0.70712,0.466654 -0.70001,0.874878 l -6.2e-4,26.2461415 c 10e-6,0.458082 0.41045,0.874866 0.86155,0.874878 l 20.28048,0 c 0.4511,-1.2e-5 0.86154,-0.416796 0.86155,-0.874878 l 6.1e-4,-25.9212225 c -6.5e-4,-0.672871 -0.53099,-1.203711 -1.03374,-1.199797 0,0 -15.52067,0 -20.26982,0 z m 1.29978,19.9958975 18,0 8.2e-4,6 -18.00082,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99992161999999996;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
class="active">
-
+