Commit c9b30e41d2fca35e40371acafbd82a7ba7c143cb

Authored by Juliana
2 parents 2f5ef52e 1a7fa9ed

Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme

Showing 1 changed file with 28 additions and 17 deletions   Show diff stats
cadastro.css
... ... @@ -15,7 +15,7 @@
15 15 width:90% !important;
16 16 }
17 17  
18   -#signup-form .formfieldline,
  18 +#signup-form .formfieldline,
19 19 #signup-formfield-group {
20 20 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
21 21 width:100%;
... ... @@ -126,10 +126,10 @@ border-radius: 8px;
126 126 float:center;
127 127 height: 25px;
128 128 margin:3px 2px 13px 0px;
129   -}
  129 +}
130 130  
131 131 /*
132   -input#type_PublicInstitution,
  132 +input#type_PublicInstitution,
133 133 input#type_PrivateInstitution{
134 134 width: 10%;
135 135 margin:10px;
... ... @@ -160,7 +160,7 @@ margin:10px;
160 160 height: 25px;
161 161 float:center;
162 162 margin:3px 2px 15px 0px;
163   -}
  163 +}
164 164  
165 165 #institution_form .button.with-text.icon-save.submit{
166 166 width: 60px !important;
... ... @@ -467,18 +467,18 @@ margin:10px;
467 467 #content #main-content-wrapper-1 .button-bar .icon-save,
468 468 #content .main-block .block-inner-1 .button-bar .icon-save {
469 469 background-color: #3867B7;
470   - border: 1px solid #3867B7;
  470 + border: 1px solid #3867B7;
471 471 color: #FFF;
472 472 }
473 473  
474 474 #content .main-block .block-inner-1 .button-bar .icon-remove {
475 475 color: #C0392B;
476   - border: 1px solid #C0392B;
  476 + border: 1px solid #C0392B;
477 477 }
478 478  
479 479 #content .main-block .block-inner-1 .button-bar .icon-remove:hover {
480 480 color: #FFF;
481   - background: #E74C3C !important;
  481 + background: #E74C3C !important;
482 482 }
483 483  
484 484 #content #main-content-wrapper-1 .button-bar .icon-cancel,
... ... @@ -495,17 +495,28 @@ margin:10px;
495 495 }
496 496  
497 497 #content #main-content-wrapper-1 .software-step-info h3,
498   -#content .main-block .block-inner-1 .software-step-info h3 {
499   - font-size: 16px !important;
  498 +#content .main-block .block-inner-1 .software-step-info h3 {
500 499 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
501 500 text-transform: uppercase;
502   - color: #FF0066;
503 501 margin: 0 0 20px 0;
504 502 }
505 503  
  504 +#content #main-content-wrapper-1 .software-step-info .current-step h3,
  505 +#content .main-block .block-inner-1 .software-step-info .current-step h3 {
  506 + font-size: 16px !important;
  507 + color: #FF0066;
  508 +}
  509 +
  510 +#content #main-content-wrapper-1 .software-step-info .another-step h3,
  511 +#content .main-block .block-inner-1 .software-step-info .another-step h3 {
  512 + font-size: 12px !important;
  513 + color: rgba(0, 0, 0, 0.2);
  514 +}
  515 +
  516 +
506 517 #content #main-content-wrapper-1 #software-hostname {
507   - border-radius: 4px;
508   - padding: 7px 10px;
  518 + border-radius: 4px;
  519 + padding: 7px 10px;
509 520 float: left;
510 521 font-size: 15px;
511 522 vertical-align: middle;
... ... @@ -535,7 +546,7 @@ margin:10px;
535 546 }
536 547  
537 548 #content #main-content-wrapper-1 .formfieldline h4 {
538   - margin: 0 0 5px 0;
  549 + margin: 0 0 5px 0;
539 550 }
540 551  
541 552 #content #main-content-wrapper-1 .formfieldline select {
... ... @@ -543,8 +554,8 @@ margin:10px;
543 554 }
544 555  
545 556 #profile-is-template {
546   - border-radius: 4px;
547   - padding: 7px 12px 7px 10px;
  557 + border-radius: 4px;
  558 + padding: 7px 12px 7px 10px;
548 559 font-size: 15px;
549 560 border: 1px solid #D3D6D3;
550 561 display: inline-block;
... ... @@ -565,10 +576,10 @@ margin:10px;
565 576 }
566 577  
567 578 #category-ajax-selector {
568   - border-radius: 4px;
  579 + border-radius: 4px;
569 580 padding: 7px 10px;
570 581 background: #ECEDF1;
571   - border: 1px solid #D3D6D3;
  582 + border: 1px solid #D3D6D3;
572 583 font-family: arial, helvetica, verdana !important;
573 584 margin-bottom: 30px;
574 585 font-size: 15px;
... ...