make the JS compatible with older IE versions, though this is a hack that hardcodes...
[authserver.git] / authsystem.css
index a3f192f0e0af2d83870dd475d8656ad57a5cf0a1..a164fb9543a1a9344dc3f33383201fed26bb30c6 100644 (file)
@@ -28,6 +28,22 @@ form.flat {
   padding: 0px;
 }
 
+table.border {
+ border-spacing: 0px;
+ border-collapse: collapse;
+ empty-cells: show;
+ border-left: 1px solid #336699;
+ border-top: 1px solid #336699;
+}
+table.border th, table.border td {
+ border-bottom: 1px solid #336699;
+ border-right: 1px solid #336699;
+}
+table.border td {
+ padding-left: 3px;
+ padding-right: 3px;
+}
+
 .small {
   font-size: 0.75em;
 }