Code

Updated password style
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 11:05:36 +0000 (11:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 11:05:36 +0000 (11:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15537 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/default/password-style.css

index 90e33f2890c2028b5487adf25647ef51d674997a..239e8d1f9193abc0359e9cd0adecccaebc12f4a6 100644 (file)
@@ -1,56 +1,56 @@
 body {
-        margin-left:0px;
-        margin-right:0px;
-        margin-top:0px;
-        margin-bottom:0px;
-        background-color:white;
-        color:#00008F;
-        font-family:arial,helvetica,sans-serif;
-       font-size:12px;
+  margin-left:0;
+  margin-right:0;
+  margin-top:0;
+  margin-bottom:0;
+  background-color:#FFF;
+  color:#00008F;
+  font-family:arial,helvetica,sans-serif;
+  font-size:12px;
 }
 
 h1 {
-       margin:0px;
-       background-color:#A9FBA6;
-       border-bottom:1px solid #AAA;
-       padding-top:0.2em;
-       padding-bottom:0.2em;
+  margin:0;
+  background-color:#A9FBA6;
+  border-bottom:1px solid #AAA;
+  padding-top:.2em;
+  padding-bottom:.2em;
 }
 
 img.center {
-        text-align:center;
-        vertical-align:middle;
+  text-align:center;
+  vertical-align:middle;
 }
 
 h1.headline {
-       font-size:2em;
+  font-size:2em;
 }
 
 div.success {
-       padding:1em;
+  padding:1em;
 }
 
 p.infotext {
-       padding:0.5em;
+  padding:.5em;
 }
 
 table {
-       border-spacing:0.5em;
+  border-spacing:.5em;
 }
 
 div.change {
-       margin-right:0.5em;
-       text-align:right;
+  margin-right:.5em;
+  text-align:right;
 }
 
 div.ruler {
-       border-top:1px solid #AAA;
-       width:100%;
-       height:1px;
-       margin-top:0.5em;
-       margin-bottom:0.5em;
+  border-top:1px solid #AAA;
+  width:100%;
+  height:1px;
+  margin-top:.5em;
+  margin-bottom:.5em;
 }
 
 table.iesucks {
-       width:60%;
+  width:60%;
 }