Minh Tran (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-homepage-mit into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-homepage-mit/+merge/86243

Fix the styling on the Homepage and Welcome page
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-homepage-mit/+merge/86243
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-homepage-mit.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2011-12-15 18:43:05 +0000
+++ addons/web/static/src/css/base.css	2011-12-19 14:12:47 +0000
@@ -546,8 +546,7 @@
 }
 
 /* Main Application */
-.openerp .oe-main-content,
-.openerp .oe-application {
+.openerp .oe-main-content {
     padding: 0;
     height: 100%;
 }
@@ -1729,9 +1728,10 @@
     padding: 0;
     border-bottom: 1px solid #CFCCCC;
 }
-.openerp .oe_view_editor_row:hover{
+.openerp .oe_view_editor_row:hover {
     background-color: #F3F3F3;
 }
+
 .openerp .oe_view_editor_tree_grid{
     text-align: left;
     white-space: nowrap;
@@ -1745,6 +1745,13 @@
     display: block;
 }
 
+
+.openerp .oe-application {
+  color: #4C4C4C;
+  text-shadow: #EEE 0 1px 0;
+  margin: 0 20px;
+}
+
 /* Buttons */
 .openerp a.button:link,
 .openerp a.button:visited,

=== modified file 'addons/web_dashboard/static/src/css/dashboard.css'
--- addons/web_dashboard/static/src/css/dashboard.css	2011-12-15 18:43:05 +0000
+++ addons/web_dashboard/static/src/css/dashboard.css	2011-12-19 14:12:47 +0000
@@ -277,7 +277,7 @@
     text-align: center;
 }
 .oe-static-home h1 {
-    margin: 0 0 0.3em
+    margin: 0 0 0.3em;
 }
 .oe-static-home-banner {
     display: inline-block;
@@ -317,7 +317,10 @@
 
 .openerp .oe_app_tiles h1, .openerp .oe_app_tiles h3 {
   margin: 16px 24px;
-  color: #555
+}
+
+.openerp .oe_app_tiles {
+  padding: 0 10px;
 }
 
 .openerp .oe_app_tiles li {
@@ -327,9 +330,9 @@
 
 .openerp .oe_app_tiles li img {
   display: block;
-  margin: 12px auto 16px;
-  height: 64px;
-  width: 64px;
+  margin: 0 auto;
+  height: 100px;
+  width: 100px;
 }
 .openerp .oe_app_tiles li img.hover {
     display: none;
@@ -341,14 +344,11 @@
     display: block;
 }
 
-.openerp .oe_app_tiles li div {
-  color: #555;
-}
-
 .openerp .oe_app_tiles li a {
   display: block;
   height: 120px;
   width: 194px;
+  color: #4C4C4C;
   border: 1px solid #f4f2f2;
   margin: 6px;
   padding: 12px;

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to