[GRASS-SVN] r51460 - in grass-web/trunk: . community
community/user_map/lib/grass_theme
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 17 10:54:11 EDT 2012
Author: lucadelu
Date: 2012-04-17 07:54:10 -0700 (Tue, 17 Apr 2012)
New Revision: 51460
Modified:
grass-web/trunk/community/map.inc
grass-web/trunk/community/user_map/lib/grass_theme/ext-all.css
grass-web/trunk/sitestyle.css
Log:
fix style in user map
Modified: grass-web/trunk/community/map.inc
===================================================================
--- grass-web/trunk/community/map.inc 2012-04-17 14:37:16 UTC (rev 51459)
+++ grass-web/trunk/community/map.inc 2012-04-17 14:54:10 UTC (rev 51460)
@@ -1,4 +1,2 @@
-<center>
- <div id="mappanel"></div>
-</center>
+<div id="mappanel"></div>
Modified: grass-web/trunk/community/user_map/lib/grass_theme/ext-all.css
===================================================================
--- grass-web/trunk/community/user_map/lib/grass_theme/ext-all.css 2012-04-17 14:37:16 UTC (rev 51459)
+++ grass-web/trunk/community/user_map/lib/grass_theme/ext-all.css 2012-04-17 14:54:10 UTC (rev 51460)
@@ -4,7 +4,7 @@
* licensing at sencha.com
* http://www.sencha.com/license
*/
-html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
+/*html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}*/
.ext-forced-border-box, .ext-forced-border-box * {
-moz-box-sizing: border-box;
Modified: grass-web/trunk/sitestyle.css
===================================================================
--- grass-web/trunk/sitestyle.css 2012-04-17 14:37:16 UTC (rev 51459)
+++ grass-web/trunk/sitestyle.css 2012-04-17 14:54:10 UTC (rev 51460)
@@ -113,3 +113,7 @@
right: 5;
color: rgb(50,102,0);
}
+
+#mappanel {
+ width: 700;
+}
\ No newline at end of file
More information about the grass-commit
mailing list