[jboss-cvs] JBoss Profiler SVN: r515 - in branches/JBossProfiler2/src/main/www: template and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Dec 1 08:06:56 EST 2008
Author: jesper.pedersen
Date: 2008-12-01 08:06:56 -0500 (Mon, 01 Dec 2008)
New Revision: 515
Modified:
branches/JBossProfiler2/src/main/www/css/style.css
branches/JBossProfiler2/src/main/www/template/comparetemplate.xhtml
branches/JBossProfiler2/src/main/www/template/loadtemplate.xhtml
Log:
[JBPROFILER-61] Reformat source to match standards
Modified: branches/JBossProfiler2/src/main/www/css/style.css
===================================================================
--- branches/JBossProfiler2/src/main/www/css/style.css 2008-11-30 18:58:26 UTC (rev 514)
+++ branches/JBossProfiler2/src/main/www/css/style.css 2008-12-01 13:06:56 UTC (rev 515)
@@ -5,54 +5,54 @@
*/
html {
- height: 100%;
- min-height: 100%;
- background-color : #ffffff;
- color : black;
- border-collapse : collapse;
- border-style: none;
- margin : 0px auto;
- padding: 0px;
-}
+ height: 100%;
+ min-height: 100%;
+ background-color : #ffffff;
+ color : black;
+ border-collapse : collapse;
+ border-style: none;
+ margin : 0px auto;
+ padding: 0px;
+}
body {
- background-color : #ffffff;
- color : black;
- margin : 0px auto;
- text-align : center;
- font-family : "Trebuchet MS", sans-serif;
- font-size: 10pt;
- border-collapse : collapse;
- border-style: none;
- padding: 0px;
-}
+ background-color : #ffffff;
+ color : black;
+ margin : 0px auto;
+ text-align : center;
+ font-family : "Trebuchet MS", sans-serif;
+ font-size: 10pt;
+ border-collapse : collapse;
+ border-style: none;
+ padding: 0px;
+}
.leftPanel {
- width : 20%;
- height: 100%;
- min-height: 100%;
- background-color : white;
- color: #000000;
- font-family : "Trebuchet MS", sans-serif;
- font-size : 10pt;
- text-align : left;
- padding : 0px 3px 0px 6px;
- margin : 0px;
- vertical-align : top;
-}
+ width : 20%;
+ height: 100%;
+ min-height: 100%;
+ background-color : white;
+ color: #000000;
+ font-family : "Trebuchet MS", sans-serif;
+ font-size : 10pt;
+ text-align : left;
+ padding : 0px 3px 0px 6px;
+ margin : 0px;
+ vertical-align : top;
+}
.centerPanel {
- width : 80%;
- height: 100%;
- min-height: 100%;
- color : black;
- background-color : white;
- font-family : "Trebuchet MS", sans-serif;
- font-size : 10pt;
- text-align : left;
- padding : 0px;
- margin : 0px;
- vertical-align : top;
+ width : 80%;
+ height: 100%;
+ min-height: 100%;
+ color : black;
+ background-color : white;
+ font-family : "Trebuchet MS", sans-serif;
+ font-size : 10pt;
+ text-align : left;
+ padding : 0px;
+ margin : 0px;
+ vertical-align : top;
}
/*
@@ -62,15 +62,15 @@
*/
.dataContent {
- color: black;
- background-color: white;
- width: 100%;
- font-family : "Trebuchet MS", sans-serif;
- font-size : 10pt;
- text-align : left;
- padding-bottom: 0px;
- padding-top: 0px;
- padding-left: 6px;
- padding-right: 6px;
- margin : 0px;
+ color: black;
+ background-color: white;
+ width: 100%;
+ font-family : "Trebuchet MS", sans-serif;
+ font-size : 10pt;
+ text-align : left;
+ padding-bottom: 0px;
+ padding-top: 0px;
+ padding-left: 6px;
+ padding-right: 6px;
+ margin : 0px;
}
Modified: branches/JBossProfiler2/src/main/www/template/comparetemplate.xhtml
===================================================================
--- branches/JBossProfiler2/src/main/www/template/comparetemplate.xhtml 2008-11-30 18:58:26 UTC (rev 514)
+++ branches/JBossProfiler2/src/main/www/template/comparetemplate.xhtml 2008-12-01 13:06:56 UTC (rev 515)
@@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:rich="http://richfaces.org/rich">
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
<ui:composition template="/template/head.xhtml">
<ui:define name="mainContent">
Modified: branches/JBossProfiler2/src/main/www/template/loadtemplate.xhtml
===================================================================
--- branches/JBossProfiler2/src/main/www/template/loadtemplate.xhtml 2008-11-30 18:58:26 UTC (rev 514)
+++ branches/JBossProfiler2/src/main/www/template/loadtemplate.xhtml 2008-12-01 13:06:56 UTC (rev 515)
@@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:rich="http://richfaces.org/rich">
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
<ui:composition template="/template/head.xhtml">
<ui:define name="mainContent">
More information about the jboss-cvs-commits
mailing list