Author: dieppe
Date: 2008-10-29 23:22:36 +0000 (Wed, 29 Oct 2008)
New Revision: 23210

Modified:
   trunk/freenet/src/freenet/clients/http/PageMaker.java
   
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css
Log:
- add the theme in the list of themes
- display the config navigation panel better



Modified: trunk/freenet/src/freenet/clients/http/PageMaker.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/PageMaker.java       2008-10-29 
23:13:35 UTC (rev 23209)
+++ trunk/freenet/src/freenet/clients/http/PageMaker.java       2008-10-29 
23:22:36 UTC (rev 23210)
@@ -25,13 +25,15 @@
                BOXED("boxed", "Boxed", ""),
                CLEAN("clean", "Clean", "Mr. Proper"),
                GRAYANDBLUE("grayandblue", "Gray And Blue", ""),
-               SKY("sky", "Sky", "");
+               SKY("sky", "Sky", ""),
+                MINIMALBLUE("minimalblue", "Minimal Blue", "A minimalistic 
theme in blue");

                public static final String[] possibleValues = {
                        BOXED.code,
                        CLEAN.code,
                        GRAYANDBLUE.code,
-                       SKY.code
+                       SKY.code,
+                        MINIMALBLUE.code
                };

                public final String code;  // the internal name

Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css
===================================================================
--- 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css 
    2008-10-29 23:13:35 UTC (rev 23209)
+++ 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/minimalblue/theme.css 
    2008-10-29 23:22:36 UTC (rev 23210)
@@ -343,7 +343,7 @@

 .config_navigation li{
 list-style: none;
-padding: 0 0 0 30px;
+padding: 0 0 0 40px;
 /*background: #035196;*/
 }



Reply via email to