Author: sletellier Date: 2012-04-03 11:00:44 +0200 (Tue, 03 Apr 2012) New Revision: 468 Url: http://forge.codelutin.com/repositories/revision/echobase/468 Log: - refs #1047: Finaliser la charte graphique - remove all mozilla styles Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/decorators/layout-default.jsp trunk/echobase-ui/src/main/webapp/css/screen.css Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/decorators/layout-default.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/decorators/layout-default.jsp 2012-04-03 08:31:01 UTC (rev 467) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/decorators/layout-default.jsp 2012-04-03 09:00:44 UTC (rev 468) @@ -48,6 +48,7 @@ <%-- body --%> +<div> <div class="containerSize"> <div id="body" class="ui-corner-all"> @@ -70,5 +71,6 @@ <%@ include file="/WEB-INF/includes/footer.jsp" %> </div> +</div> </body> </html> Modified: trunk/echobase-ui/src/main/webapp/css/screen.css =================================================================== --- trunk/echobase-ui/src/main/webapp/css/screen.css 2012-04-03 08:31:01 UTC (rev 467) +++ trunk/echobase-ui/src/main/webapp/css/screen.css 2012-04-03 09:00:44 UTC (rev 468) @@ -61,10 +61,10 @@ font-size: 9pt; } .ui-tabs .ui-tabs-nav li a { - -moz-text-blink: none; +/* -moz-text-blink: none; -moz-text-decoration-color: -moz-use-text-color; -moz-text-decoration-line: none; - -moz-text-decoration-style: solid; + -moz-text-decoration-style: solid;*/ float: left; font-size: 11px; padding-bottom: 0.5em; @@ -73,12 +73,11 @@ padding-top: 0.5em; } #body { - float: left; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; - width: 99%; +/* width: 99%; */ } .clearBoth { clear: both; @@ -241,12 +240,12 @@ text-align: center; } #footer ul { - margin-bottom: 0; + /* margin-bottom: 0; margin-left: 6em; margin-right: auto; - margin-top: 0; + margin-top: 0;*/ width: auto; - float: left; +/* float: left; */ } #footer ul li { @@ -265,12 +264,12 @@ padding-top: 0; color:#FFF; } -#footer ul li a { +/**#footer ul li a { -moz-text-blink: none; -moz-text-decoration-color: -moz-use-text-color; -moz-text-decoration-line: none; -moz-text-decoration-style: solid; -} +} *// #footer ul li a:hover { text-decoration:underline; } @@ -382,22 +381,22 @@ } .containerSize { - width:auto; +/* width:-moz-max-content;*/ margin:3em 8em; - padding:20px; - min-width:655px; + float: left; + /*padding:20px;*/ + /*position:relative;*/ /*clear:both;*/ } .container, #body{ - width:auto; /*margin:3em 8em;*/ background:#03497c; + min-width:655px; + min-height:415px; /*padding:20px;*/ - position:relative; min-width:655px; - min-height:415px; /*clear:both;*/ color:#FFF; } @@ -452,7 +451,7 @@ input, textarea, select{ border:3px solid #0063ab; border-radius:5px; - -moz-border-radius:5px; +/* -moz-border-radius:5px; */ -webkit-border-radius:5px; font-size:120%; margin-bottom: 10px; @@ -472,14 +471,14 @@ color:#044f90; cursor:pointer; border-radius:5px; - -moz-border-radius:5px; +/* -moz-border-radius:5px; */ -webkit-border-radius:5px; } fieldset input[type="submit"]{ background:url(../images/bt_bleu.jpg) repeat-x 0 0; cursor:pointer; border-radius:5px; - -moz-border-radius:5px; +/* -moz-border-radius:5px;*/ -webkit-border-radius:5px; color:#FFFFFF; height: 48px; @@ -505,7 +504,7 @@ /*zoom: 1;*/ /*border-radius:0px;*/ /*-moz-border-radius:0px;*/ - /*-webkit-border-radius:0px;*/ + -webkit-border-radius:0px; width:600px; /*max-width:300px !important;*/ cursor:pointer; @@ -601,7 +600,7 @@ -webkit-transition: 0.25s; /* Future proofing (these do not work yet): */ - -moz-transition: 0.25s; +/* -moz-transition: 0.25s;*/ transition: 0.25s; } .menu a{ @@ -617,7 +616,7 @@ text-decoration:none; /* CSS outer glow with the box-shadow property */ - -moz-box-shadow:0 0 5px #9ddff5; +/* -moz-box-shadow:0 0 5px #9ddff5;*/ -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5; }