X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fregistration.css;fp=portal%2Fstatic%2Fcss%2Fregister.css;h=958f26f6e0664709f333a125dc88ef1bb9fb427c;hp=4cb80799b743083b98773e539a1abcbc8c590dc7;hb=0098d38aa259c2aeeac53c5fc0a91acefa8f0ee7;hpb=d68ee957261d79fc36a3ced0a0575ffa266895da diff --git a/portal/static/css/register.css b/portal/static/css/registration.css similarity index 53% rename from portal/static/css/register.css rename to portal/static/css/registration.css index 4cb80799..958f26f6 100644 --- a/portal/static/css/register.css +++ b/portal/static/css/registration.css @@ -1,44 +1,50 @@ +/* Thierry's Note +it seems to me that most of the stuff here is not register-related, +but general-purpose settings for an openlab style +I've started to move over such stuff in onelab.css +feel free to add to this collection +*/ #commentForm { - margin:0 auto; width:800px; padding:10px; font-size:12pt; overflow:auto; - } +} +#register { + text-align: center; +} +/* input { - /*border:2px solid #456879;*/ - height: 22px; - width: 200px; - /* font-size: 10px; */ - } + height: 22px; + width: 200px; +} +*/ +/* + border:2px solid #456879; + font-size: 10px; +*/ label { - float: left; - font-weight: bold; - text-align: right; - margin-right: 20px; - width: 200px; - display: inline-block; + float: left; + font-weight: bold; + text-align: right; + margin-right: 20px; + width: 200px; + display: inline-block; } -.OneLabTitle{ - padding-top: 12px; - background-color: #C1DAD7; - border: 1px solid #61210B; - text-align: center; -} -.fed4fireTitle{ - padding-top: 12px; - background-color: orange; - border: 1px solid #61210B; - text-align: center; +label.error { + float: none; + color: red; + padding-left: .5em; + vertical-align: + top; + font-size: 12px; } -label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: 12px; } - p { -/*border-bottom:1px solid #B7DDF2;*/ -color:#666666; + color:#666666; +/* border-bottom:1px solid #B7DDF2; */ /* font-size:10px; */ /* margin-bottom:20px; */ /* padding-bottom:10px; */ @@ -64,21 +70,22 @@ textarea:focus, input:focus { border: 2px solid #900; } -.required{ -font-size:12pt; +.required { + font-size:12pt; } -.submit { -/* float:right; */ -text-align: center; -margin-top: 15px; -margin-left: 250px; +/* + .submit { + text-align: center; + margin-top: 15px; + margin-left: 250px; } +*/ .field { -padding:10px; + padding:10px; } -.hint{ +.hint { display:none; - } +} .field:hover .hint { position: absolute; display: block; @@ -90,8 +97,4 @@ padding:10px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; - } - - - - +}