X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fregister.css;h=aedcbfa9a1ef76411224e3a992d7d313f55a3041;hb=7ea9fc297a04ee0d62305dfe84ae6018eb0b7bb0;hp=a999a92eefda67aa92118950a873af6e5ae0a726;hpb=0416918ce44b3597c02038d427628853217c7800;p=mailer.git diff --git a/theme/business/css/register.css b/theme/business/css/register.css index a999a92eef..aedcbfa9a1 100644 --- a/theme/business/css/register.css +++ b/theme/business/css/register.css @@ -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; }