Commit c9b30e41d2fca35e40371acafbd82a7ba7c143cb
Exists in
master
and in
12 other branches
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,7 +15,7 @@ | ||
15 | width:90% !important; | 15 | width:90% !important; |
16 | } | 16 | } |
17 | 17 | ||
18 | -#signup-form .formfieldline, | 18 | +#signup-form .formfieldline, |
19 | #signup-formfield-group { | 19 | #signup-formfield-group { |
20 | /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ | 20 | /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ |
21 | width:100%; | 21 | width:100%; |
@@ -126,10 +126,10 @@ border-radius: 8px; | @@ -126,10 +126,10 @@ border-radius: 8px; | ||
126 | float:center; | 126 | float:center; |
127 | height: 25px; | 127 | height: 25px; |
128 | margin:3px 2px 13px 0px; | 128 | margin:3px 2px 13px 0px; |
129 | -} | 129 | +} |
130 | 130 | ||
131 | /* | 131 | /* |
132 | -input#type_PublicInstitution, | 132 | +input#type_PublicInstitution, |
133 | input#type_PrivateInstitution{ | 133 | input#type_PrivateInstitution{ |
134 | width: 10%; | 134 | width: 10%; |
135 | margin:10px; | 135 | margin:10px; |
@@ -160,7 +160,7 @@ margin:10px; | @@ -160,7 +160,7 @@ margin:10px; | ||
160 | height: 25px; | 160 | height: 25px; |
161 | float:center; | 161 | float:center; |
162 | margin:3px 2px 15px 0px; | 162 | margin:3px 2px 15px 0px; |
163 | -} | 163 | +} |
164 | 164 | ||
165 | #institution_form .button.with-text.icon-save.submit{ | 165 | #institution_form .button.with-text.icon-save.submit{ |
166 | width: 60px !important; | 166 | width: 60px !important; |
@@ -467,18 +467,18 @@ margin:10px; | @@ -467,18 +467,18 @@ margin:10px; | ||
467 | #content #main-content-wrapper-1 .button-bar .icon-save, | 467 | #content #main-content-wrapper-1 .button-bar .icon-save, |
468 | #content .main-block .block-inner-1 .button-bar .icon-save { | 468 | #content .main-block .block-inner-1 .button-bar .icon-save { |
469 | background-color: #3867B7; | 469 | background-color: #3867B7; |
470 | - border: 1px solid #3867B7; | 470 | + border: 1px solid #3867B7; |
471 | color: #FFF; | 471 | color: #FFF; |
472 | } | 472 | } |
473 | 473 | ||
474 | #content .main-block .block-inner-1 .button-bar .icon-remove { | 474 | #content .main-block .block-inner-1 .button-bar .icon-remove { |
475 | color: #C0392B; | 475 | color: #C0392B; |
476 | - border: 1px solid #C0392B; | 476 | + border: 1px solid #C0392B; |
477 | } | 477 | } |
478 | 478 | ||
479 | #content .main-block .block-inner-1 .button-bar .icon-remove:hover { | 479 | #content .main-block .block-inner-1 .button-bar .icon-remove:hover { |
480 | color: #FFF; | 480 | color: #FFF; |
481 | - background: #E74C3C !important; | 481 | + background: #E74C3C !important; |
482 | } | 482 | } |
483 | 483 | ||
484 | #content #main-content-wrapper-1 .button-bar .icon-cancel, | 484 | #content #main-content-wrapper-1 .button-bar .icon-cancel, |
@@ -495,17 +495,28 @@ margin:10px; | @@ -495,17 +495,28 @@ margin:10px; | ||
495 | } | 495 | } |
496 | 496 | ||
497 | #content #main-content-wrapper-1 .software-step-info h3, | 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 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; | 499 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
501 | text-transform: uppercase; | 500 | text-transform: uppercase; |
502 | - color: #FF0066; | ||
503 | margin: 0 0 20px 0; | 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 | #content #main-content-wrapper-1 #software-hostname { | 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 | float: left; | 520 | float: left; |
510 | font-size: 15px; | 521 | font-size: 15px; |
511 | vertical-align: middle; | 522 | vertical-align: middle; |
@@ -535,7 +546,7 @@ margin:10px; | @@ -535,7 +546,7 @@ margin:10px; | ||
535 | } | 546 | } |
536 | 547 | ||
537 | #content #main-content-wrapper-1 .formfieldline h4 { | 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 | #content #main-content-wrapper-1 .formfieldline select { | 552 | #content #main-content-wrapper-1 .formfieldline select { |
@@ -543,8 +554,8 @@ margin:10px; | @@ -543,8 +554,8 @@ margin:10px; | ||
543 | } | 554 | } |
544 | 555 | ||
545 | #profile-is-template { | 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 | font-size: 15px; | 559 | font-size: 15px; |
549 | border: 1px solid #D3D6D3; | 560 | border: 1px solid #D3D6D3; |
550 | display: inline-block; | 561 | display: inline-block; |
@@ -565,10 +576,10 @@ margin:10px; | @@ -565,10 +576,10 @@ margin:10px; | ||
565 | } | 576 | } |
566 | 577 | ||
567 | #category-ajax-selector { | 578 | #category-ajax-selector { |
568 | - border-radius: 4px; | 579 | + border-radius: 4px; |
569 | padding: 7px 10px; | 580 | padding: 7px 10px; |
570 | background: #ECEDF1; | 581 | background: #ECEDF1; |
571 | - border: 1px solid #D3D6D3; | 582 | + border: 1px solid #D3D6D3; |
572 | font-family: arial, helvetica, verdana !important; | 583 | font-family: arial, helvetica, verdana !important; |
573 | margin-bottom: 30px; | 584 | margin-bottom: 30px; |
574 | font-size: 15px; | 585 | font-size: 15px; |