buildrelease
[openafs-wiki.git] / TWiki / TWikiCss.mdwn
index 5943310..a2d7d21 100644 (file)
@@ -306,11 +306,11 @@ A wide range of standard styles are used in the TWiki core code and topics, and
   </tr>
   <tr>
     <td> .twikiSubmit </td>
-    <td>   </td>
+    <td> Submit button </td>
   </tr>
   <tr>
     <td> .twikiSubmitDisabled </td>
-    <td>   </td>
+    <td> Disabled submit button </td>
   </tr>
   <tr>
     <td> .twikiInputField </td>
@@ -333,6 +333,10 @@ A wide range of standard styles are used in the TWiki core code and topics, and
     <td> for use with Javascript: the color of the input text when not clicked in the field </td>
   </tr>
   <tr>
+    <td> .twikiSelect </td>
+    <td> Select dropdown menu </td>
+  </tr>
+  <tr>
     <td> .twikiTextarea </td>
     <td>   </td>
   </tr>
@@ -432,6 +436,14 @@ A wide range of standard styles are used in the TWiki core code and topics, and
     <td> .twikiPopUp </td>
     <td> Behaviour marker so a popup-window can be invoked </td>
   </tr>
+  <tr>
+    <td> .twikiContentHeader </td>
+    <td> container around optional html placed before topic text </td>
+  </tr>
+  <tr>
+    <td> .twikiContentFooter </td>
+    <td> container around optional html placed after topic text </td>
+  </tr>
 </table>
 
 ### <a name="TWiki Styles used in &lt;code&gt;configure="></a> TWiki Styles used in =configure