Commit 1de7b397 authored by Pietro Apollo's avatar Pietro Apollo
Browse files

CSS styling

parent d025ae60
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ div.tabpanel div.tab-row a:link,

div.tabpanel div.tab-row li.selected a:link,
  div.tabpanel div.tab-row a:visited.active {
  border-bottom: 1px solid #fff;
  /*border-bottom: 1px solid #fff;*/
  border: 1px solid black;
  background: #fff;
  color: #000;
}
+34 −11
Original line number Diff line number Diff line
@@ -7,26 +7,49 @@ and open the template in the editor.
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <wicket:head>
            <style type="text/css">
                div.paddingpanel {
                    padding-top: 20px;
                }
                
                div.schemapanel {
                    border: 1px solid black;
               }                             
            </style>
        </wicket:head>
    </head>
    <body>
        <wicket:panel>
            <div class="schemapanel" style="border: 1px solid black;">
                <form wicket:id="updateSchemaForm"> <br /> <br />
            <div class="paddingpanel">
            <div class="schemapanel">
                <form wicket:id="updateSchemaForm"> <br />
                    <table>
                        <tr>
                            <td>
                                <span wicket:id="utypeLabel">Schema utype</span>
                            </td>
                            <td>
                                <input type="text" wicket:id="utypeText" /> <br />
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <span wicket:id="descriptionLabel">Schema description</span>
                            </td>
                            <td>
                                <input type="text" wicket:id="descriptionText" /> <br />
                            </td>
                        </tr>
                    </table>
                    
                    <span wicket:id="selectSchemaLabel">Select schema</span>
                    <input type="checkbox" wicket:id="selectSchemaCheckBox" /> <br />                    
                </form>
           
                <div wicket:id="tablesTabbedPanel" class="tabpanel"></div> 
            </div>
            </div>
        </wicket:panel>
    </body>
</html>
+19 −5
Original line number Diff line number Diff line
@@ -11,10 +11,25 @@ and open the template in the editor.
    <body>
        <wicket:panel>
            <form wicket:id="updateTableForm"> <br /> <br />
                <span wicket:id="utypeLabel2">Table utype</span>
                <table>
                    <tr>
                        <td>
                            <span wicket:id="utypeLabel2">Schema utype</span>
                        </td>
                        <td>
                            <input type="text" wicket:id="utypeText2" /> <br />
                <span wicket:id="descriptionLabel2">Table description</span>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <span wicket:id="descriptionLabel2">Schema description</span>
                        </td>
                        <td>
                            <input type="text" wicket:id="descriptionText2" /> <br />
                        </td>
                    </tr>
                </table>
                
                <span wicket:id="selectTableLabel">Select table</span>
                <input type="checkbox" wicket:id="selectTableCheckBox" /> <br />
                            
@@ -34,7 +49,6 @@ and open the template in the editor.
                    </tbody>
                </table>  
                
                <br />
                <span wicket:id="selectAllColumnsLabel">Select all table columns</span>
                <input type="checkbox" wicket:id="selectAllColumnsCheckBox" /> <br />