X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.css;h=a164fb9543a1a9344dc3f33383201fed26bb30c6;hp=792be4823874588a7d9046ec40efa60807f0860b;hb=80ca2a2f90bd1462e79678e28370b187ae851e59;hpb=d26d08a171f0f65437bc7ea416239cfb31c4db27 diff --git a/authsystem.css b/authsystem.css index 792be48..a164fb9 100644 --- a/authsystem.css +++ b/authsystem.css @@ -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; } @@ -37,6 +53,11 @@ form.flat { .warn { color: red; } +.donotshow { + position: absolute; + right: -1000px; + opacity: 0; +} input:invalid { box-shadow: 0 0 2px 1px red;