From fbba6437b603b2f62fb1ce08b330c95f2f855002 Mon Sep 17 00:00:00 2001 From: julianahilario Date: Fri, 5 Sep 2014 13:49:31 -0300 Subject: [PATCH] User register form --- cadastro.css | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ footer.html.erb | 6 +++--- images/alerta-cadastro16.jpg | Bin 0 -> 18920 bytes images/hdot2.gif | Bin 0 -> 43 bytes images/login16.png | Bin 0 -> 1695 bytes style.css | 3 +++ 6 files changed, 132 insertions(+), 3 deletions(-) create mode 100644 cadastro.css create mode 100644 images/alerta-cadastro16.jpg create mode 100644 images/hdot2.gif create mode 100644 images/login16.png diff --git a/cadastro.css b/cadastro.css new file mode 100644 index 0000000..8f3302b --- /dev/null +++ b/cadastro.css @@ -0,0 +1,126 @@ +/*cadastro de usuario e instituicao*/ + +#signup-form { + display:block; + background-color:#F0F0F0; + border-left:solid 3px; + border-top:solid 1px; + width: 720px; +} + +#signup-form-header { + width:90% !important; +} + +#signup-form-profile{ + width:90% !important; +} + +#signup-formfield-group { + background: url(images/hdot2.gif) repeat-x bottom #ECECEC; + +} +#signup-formfield-group:hover { + background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc; +} + +/*#signup-form .formlabel { + color: #4A4A4A; + font-size: 20px; + font-weight: normal; + text-align: left; + float: left; + +}*/ +.action-account-signup #content { + text-align: left; +} + +.required-field label.formlabel { +font-weight: bold; +color: #c00; +float: left; +} + +#signup-form select, #signup-form textarea, #signup-form input { +/*padding: 7px 7% 10px 3%; */ + height: 30px !important; + width: 50%; + float:center; + margin:3px 2px 3px 0px; +} + +.formlabel{ + float:left; + padding:0px 15px 0px 0px; + width:237px; + height:30px; + margin:3px 2px 10px 0px; +} + +.formfieldline { + /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ + width:100%; + background: url(images/hdot2.gif) repeat-x bottom #ECECEC; + margin:0px 10px 10px 0px; + +} +.formfieldline:hover { + background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc; +} + +.formfield input, .formfield textarea{ + background-color:#fff; + width:50%; +} + +#content a.button.with-text { + line-height: 50px !important; +} + +#status-identifier{ + width:50%; + height:30px; +} + +#content form input.button.submit{ + margin:13px; +} +#errorExplanation{ + width:720px; +} + + +/**** mudar para a cor do icone e link da imagem passado pela suzete + +#signup-form .invalid { +border-color: #7f0000; +background-image: url(images/alerta-cadastro16.jpg); +box-shadow: 0 0 7px red; + +} */ + +/**** talvez para os botoes**** +#content a.button.with-text { +line-height: 30px !important; +border: none; +float: right; +margin: 3px; +border-radius: 8px; +} *****/ + +/****modal***/ +#institutions_cnpj, #community_country, #type_PublicInstitution, #institutions_acronym { + width:200px; + +} + +.formfield .type-radio{ + width:200px; + float:left; +} + +#institution_dialog{ + background-color:#F0F0F0; +} + diff --git a/footer.html.erb b/footer.html.erb index 526776d..10c246e 100644 --- a/footer.html.erb +++ b/footer.html.erb @@ -85,12 +85,12 @@ diff --git a/images/alerta-cadastro16.jpg b/images/alerta-cadastro16.jpg new file mode 100644 index 0000000..2ba5a10 Binary files /dev/null and b/images/alerta-cadastro16.jpg differ diff --git a/images/hdot2.gif b/images/hdot2.gif new file mode 100644 index 0000000..b99f4ba Binary files /dev/null and b/images/hdot2.gif differ diff --git a/images/login16.png b/images/login16.png new file mode 100644 index 0000000..1ffa50c Binary files /dev/null and b/images/login16.png differ diff --git a/style.css b/style.css index 3114118..4155f7e 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,9 @@ /****************** cabecalho azul ********************/ @import url(cabecalho-cinza-theme.css); /****************** FIM cabecalho azul ******************/ +/****************** cadastro ********************/ +@import url(cadastro.css); +/****************** FIM cabecalho azul ****************/ @import url(../../icons/tango/style.css); -- libgit2 0.21.2