# HG changeset patch
# User Hans Richter
# Date 1385644018 -3600
# Node ID 806ae3aa51aea97af3c67c11916c5995debfa483
# Parent 35bf23db7265d22a248d8c46184883ae3637b587
Modifications: pymove3d.css and theme.html
diff -r 35bf23db7265 -r 806ae3aa51ae static/css/pymove3d.css
--- a/static/css/pymove3d.css Thu Nov 28 12:45:23 2013 +0100
+++ b/static/css/pymove3d.css Thu Nov 28 14:06:58 2013 +0100
@@ -8,15 +8,17 @@
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
-
+ border: 1px solid #9f998c;
/* for the Epidemic */
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
zoom: 1;}}
-.dropdown-menue {background-color: #9f9a8b;}
+.dropdown-menue {
+background-color: #9f9a8b;}
.navbar {
background-color: #e9e2d0;
+ border: 1px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
@@ -31,4 +33,8 @@
background-color: #01e9ff;
/*background-color: #ce4b68;*/
/*background-color: #9f998c;*/
-}
\ No newline at end of file
+}
+
+.flags {
+ padding: 5px 0 0 5px;
+ float: right;}
\ No newline at end of file
diff -r 35bf23db7265 -r 806ae3aa51ae templates/theme.html
--- a/templates/theme.html Thu Nov 28 12:45:23 2013 +0100
+++ b/templates/theme.html Thu Nov 28 14:06:58 2013 +0100
@@ -33,7 +33,10 @@