Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / theme / business / css / register.css
index a999a92eefda67aa92118950a873af6e5ae0a726..d2e810e9c26b278b7dd02a2308253a4d100ba083 100644 (file)
@@ -1,86 +1,87 @@
 .register_submit {
-       border-style            : outset;
+       border-style: outset;
 }
 
 .register_reset {
-       border-style            : groove;
-       border                  : solid 1px #000000;
-       color                   : #000000;
+       border-style: groove;
+       border: solid 1px #000000;
+       color: #000000;
 }
+
 .register_submit {
-       color                   : #000000;
-       border-color            : #000000;
+       color: #000000;
+       border-color: #000000;
 }
 
 .register_select {
-       border                          : solid 1px #000000;
-       background-color        : #EEEEFF;
+       border: solid 1px #000000;
+       background-color: #EEEEFF;
 }
 
 .register_failed {
-       color                   : #000000;
+       color: #000000;
 }
 
 .register_snote {
-       font-size                       : 12px;
+       font-size: 12px;
 }
 
 .register_normal {
-       border-style            : solid;
-       border                          : solid 1px #000000;
-       padding-right           : 5px;
+       border-style: solid;
+       border: solid 1px #000000;
+       padding-right: 5px;
 }
 
 .register_main {
-       background-color        : #FFFFFF;
-       width                   : 540px;
+       background-color: #FFFFFF;
+       width: 540px;
 }
 
 .register_done2 {
-       height                  : 40px;
-       color                   : #000000;
-       background-color        : #FFFFFF;
-       width                   : 500px;
+       height: 40px;
+       color: #000000;
+       background-color: #FFFFFF;
+       width: 500px;
 }
 
 .register_title {
-       background-color        : #EEEEFF;
-       text-align              : center;
-       font-size                       : 18px;
-       padding-left            : 5px;
-       padding-right           : 5px;
+       background-color: #EEEEFF;
+       text-align: center;
+       font-size: 18px;
+       padding-left: 5px;
+       padding-right: 5px;
 }
 
 .register_seperator {
-       height                  : 7px;
-       font-size                       : 1px;
+       height: 7px;
+       font-size: 1px;
 }
 
 .register_left {
-       text-align              : right;
-       margin-right            : 2px;
-       color                   : #000000;
-       font-weight             : bold;
-       font-size                       : 14px;
-       padding-left            : 5px;
+       text-align: right;
+       margin-right: 2px;
+       color: #000000;
+       font-weight: bold;
+       font-size: 14px;
+       padding-left: 5px;
 }
 
 .register_right {
-       padding-right           : 5px;
+       padding-right: 5px;
 }
 
 .register_header {
-       text-align              : center;
-       background-color        : #EEEEFF;
-       color                   : #000000;
-       font-weight             : bold;
-       border-top              : 1px solid #000000;
-       border-bottom           : 1px solid #000000;
-       height                  : 25px;
+       text-align: center;
+       background-color: #EEEEFF;
+       color: #000000;
+       font-weight: bold;
+       border-top: 1px solid #000000;
+       border-bottom: 1px solid #000000;
+       height: 25px;
 }
 
-A:hover.register_term {
-       background-color        : #EEEEFF;
-       border-top              : 1px solid #000000;
-       border-bottom           : 1px solid #000000;
-}
+A:hover .register_term {
+       background-color: #EEEEFF;
+       border-top: 1px solid #000000;
+       border-bottom: 1px solid #000000;
+}
\ No newline at end of file