Commit 0c9b9733ea785c7369e1eba0ef469965cca76571

Authored by Juliana
1 parent 0c50ec0d

Correction of the registration form

Showing 1 changed file with 49 additions and 13 deletions   Show diff stats
1 /*cadastro de usuario e instituicao*/ 1 /*cadastro de usuario e instituicao*/
2 2
3 -#signup-form { 3 +#signup-form{
4 display:block; 4 display:block;
5 background-color:#F0F0F0; 5 background-color:#F0F0F0;
6 border-left:solid 3px; 6 border-left:solid 3px;
@@ -50,7 +50,7 @@ float: left; @@ -50,7 +50,7 @@ float: left;
50 margin:3px 2px 3px 0px; 50 margin:3px 2px 3px 0px;
51 } 51 }
52 52
53 -.formlabel{ 53 +#signup-form .formlabel{
54 float:left; 54 float:left;
55 padding:0px 15px 0px 0px; 55 padding:0px 15px 0px 0px;
56 width:237px; 56 width:237px;
@@ -58,34 +58,38 @@ float: left; @@ -58,34 +58,38 @@ float: left;
58 margin:3px 2px 10px 0px; 58 margin:3px 2px 10px 0px;
59 } 59 }
60 60
61 -.formfieldline { 61 +#signup-form .formfieldline{
62 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ 62 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
63 width:100%; 63 width:100%;
64 background: url(images/hdot2.gif) repeat-x bottom #ECECEC; 64 background: url(images/hdot2.gif) repeat-x bottom #ECECEC;
65 margin:0px 10px 10px 0px; 65 margin:0px 10px 10px 0px;
66 66
67 } 67 }
68 -.formfieldline:hover { 68 +#signup-form .formlabel.login-box-content{
  69 + background:none;
  70 +}
  71 +#signup-form.formfieldline:hover {
69 background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc; 72 background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc;
70 } 73 }
71 74
72 -.formfield input, .formfield textarea{ 75 +.formfield input,.formfield textarea {
73 background-color:#fff; 76 background-color:#fff;
74 width:50%; 77 width:50%;
75 } 78 }
76 79
77 -#content a.button.with-text { 80 +/*#content a.button.with-text {
78 line-height: 50px !important; 81 line-height: 50px !important;
79 -} 82 +} Pensar outra solucao*/
80 83
81 #status-identifier{ 84 #status-identifier{
82 width:50%; 85 width:50%;
83 height:30px; 86 height:30px;
84 } 87 }
85 88
86 -#content form input.button.submit{ 89 +/*#content form input.button.submit{
87 margin:13px; 90 margin:13px;
88 } 91 }
  92 +*/
89 #errorExplanation{ 93 #errorExplanation{
90 width:720px; 94 width:720px;
91 } 95 }
@@ -109,18 +113,50 @@ margin: 3px; @@ -109,18 +113,50 @@ margin: 3px;
109 border-radius: 8px; 113 border-radius: 8px;
110 } *****/ 114 } *****/
111 115
112 -/****modal***/ 116 +/****modal Instituicao***/
  117 +
  118 +
113 #institutions_cnpj, #community_country, #type_PublicInstitution, #institutions_acronym { 119 #institutions_cnpj, #community_country, #type_PublicInstitution, #institutions_acronym {
114 width:200px; 120 width:200px;
115 121
116 } 122 }
117 123
118 -.formfield .type-radio{  
119 - width:200px; 124 +#institution_dialog .type-radio{
  125 + width:500px;
120 float:left; 126 float:left;
  127 + margin:10px 20px;
121 } 128 }
122 129
123 -#institution_dialog{  
124 - background-color:#F0F0F0; 130 +#institution_dialog .formlabel{
  131 + float:left;
  132 + padding:0px 15px 0px 0px;
  133 + width:237px;
  134 + height:30px;
  135 + margin:3px 2px 10px 0px;
125 } 136 }
126 137
  138 +#institution_dialog .formfieldline{
  139 + /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
  140 + width:100%;
  141 + background: url(images/hdot2.gif) repeat-x bottom #ECECEC;
  142 + margin:0px 10px 10px 0px;
  143 +
  144 +}
  145 +
  146 +#institution_dialog .formfieldline:hover {
  147 + background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc;
  148 +}
  149 +
  150 +
  151 +type_PublicInstitution{
  152 + #fff;
  153 + float:left;
  154 +
  155 +
  156 +}
  157 +
  158 +#institution_dialog {
  159 + background-color:#F0F0F0 !important;
  160 +}
  161 +
  162 +