You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2013/03/20 12:41:16 UTC

svn commit: r1458772 - in /syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages: Configuration.html Reports$AuditCategoryPanel.html

Author: fmartelli
Date: Wed Mar 20 11:41:16 2013
New Revision: 1458772

URL: http://svn.apache.org/r1458772
Log:
merged css fixes from 1_0_X

Modified:
    syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Configuration.html
    syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Reports$AuditCategoryPanel.html

Modified: syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Configuration.html
URL: http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Configuration.html?rev=1458772&r1=1458771&r2=1458772&view=diff
==============================================================================
--- syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Configuration.html (original)
+++ syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Configuration.html Wed Mar 20 11:41:16 2013
@@ -27,6 +27,13 @@ under the License.
       document.getElementById("workflowDefArea").value = editor.getValue();
     }
   </script>
+  
+  <style>
+    td#level {
+      width: 100px;
+      text-align: center;
+    }
+  </style>
 </wicket:head>
 
 <wicket:extend>
@@ -134,7 +141,7 @@ under the License.
             <tbody>
               <tr wicket:id="corelogger">
                 <td><span wicket:id="name"/></td>
-                <td><select wicket:id="level"/></td>
+                <td id="level"><select wicket:id="level"/></td>
               </tr>
             </tbody>
           </table>
@@ -154,7 +161,7 @@ under the License.
             <tbody>
               <tr wicket:id="consolelogger">
                 <td><span wicket:id="name"/></td>
-                <td><select wicket:id="level"/></td>
+                <td id="level"><select wicket:id="level"/></td>
               </tr>
             </tbody>
           </table>

Modified: syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Reports$AuditCategoryPanel.html
URL: http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Reports%24AuditCategoryPanel.html?rev=1458772&r1=1458771&r2=1458772&view=diff
==============================================================================
--- syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Reports$AuditCategoryPanel.html (original)
+++ syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Reports$AuditCategoryPanel.html Wed Mar 20 11:41:16 2013
@@ -19,62 +19,87 @@ under the License.
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
   <wicket:head>
     <style>
+      .container {
+        display: block;
+        width: 100%;
+      }
+
+      .label {
+        font-size: 12px;
+        vertical-align: middle;
+        font-family: Verdana,Tahoma,sans-serif;
+        display: table-cell;
+        width: 300px;
+        height: 20px;
+      }
+
       .divtableheaderlabel {
         font-weight: bold;
-        float:left;
-        margin-left: 0px;
+        float: left;
+        margin-left: 5px;
+        display: table-cell;
+        width: 70px;
       }
 
       .divtableheadercell {
-        display:table-cell;
-        vertical-align:top;
-        text-align:right;
-        width:70px;
-        height:20px;
+        display: inline-table;
+        vertical-align: top;
+        text-align: right;
+        width: 105px;
+        height: 20px;
       }
 
       .divtablecheckcolumn {
-        display:table-cell;
-        vertical-align:top;
-        text-align:right;
+        display: table-cell;
+        vertical-align: top;
+        text-align: right;
+        width: 105px;
       }
 
       .divtablecheck {
-        width:70px;
-        height:20px;
+        width: 105px;
+        height: 20px;
       }
     </style>
   </wicket:head>
   <wicket:panel>
-    <div style="display:block;">
+    <div class="container">
       <div style="display:inline-table;">
-        <div style="display:table-cell;vertical-align:top;">
-          <div>
-            <div class="tablecolumn_label medium_fixedsize">
+        <div class="label">
+          &nbsp;
+        </div>
+        <div style="display: table-cell">
+          <div class="divtableheadercell">
+            <div class="divtableheaderlabel">Success</div>
+            <div style="display: table-cell">
+              <input type="checkbox" wicket:id="successSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
             </div>
           </div>
         </div>
-        <div class="divtableheadercell">
-          <div class="divtableheaderlabel">Success</div>
-          <input type="checkbox" wicket:id="successSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
-        </div>
-        <div class="divtableheadercell">
-          <div class="divtableheaderlabel">&nbsp;&nbsp;Failure</div>
-          <input type="checkbox" wicket:id="failureSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
+        <div style="display: table-cell">
+          <div class="divtableheadercell">
+            <div class="divtableheaderlabel">Failure</div>
+            <div style="display: table-cell">
+              <input type="checkbox" wicket:id="failureSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
+            </div>
+          </div>
         </div>
       </div>
     </div>
 
-    <div style="display:inline-table;">
-      <div style="display:table-cell;vertical-align:top;">
-        <div wicket:id="categoryView" class="tablecolumn_label medium_fixedsize" style="height:20px;float:none;">
-          <span wicket:id="subcategory">[subcategory]</span>
+    <div class="container">
+      <div class="label">
+        <div id="divtablerow-label" wicket:id="categoryView">
+          <div class="label">
+            <span wicket:id="subcategory">[subcategory]</span>
+          </div>
         </div>
       </div>
 
       <div id="divtablerow-success" class="divtablecheckcolumn">
         <span wicket:id="successGroup">
           <div wicket:id="successView" class="divtablecheck">
+            <div class="divtableheaderlabel">&nbsp;</div>
             <input type="checkbox" wicket:id="successCheck"/>
           </div>
         </span>
@@ -83,6 +108,7 @@ under the License.
       <div id="divtablerow-failure" class="divtablecheckcolumn">
         <span wicket:id="failureGroup">
           <div wicket:id="failureView" class="divtablecheck">
+            <div class="divtableheaderlabel">&nbsp;</div>
             <input type="checkbox" wicket:id="failureCheck"/>
           </div>
         </span>