Commit 92761b14bc93d591d2579c96917770b2765aa979
1 parent
4b8739bb
Exists in
master
and in
8 other branches
Improving help's page edition form
Showing
2 changed files
with
27 additions
and
16 deletions
Show diff stats
cadastro.css
... | ... | @@ -687,7 +687,9 @@ body #content .main-block h1 { |
687 | 687 | } |
688 | 688 | |
689 | 689 | body #content .main-block form .button-bar input, |
690 | -body #content .main-block form .button-bar a.button{ | |
690 | +body #content .main-block form .button-bar a.button, | |
691 | +body #content .main-content form .button-bar input, | |
692 | +body #content .main-content form .button-bar a.button { | |
691 | 693 | background-image: none; |
692 | 694 | border: 0; |
693 | 695 | margin-right: 10px; |
... | ... | @@ -698,7 +700,8 @@ body #content .main-block form .button-bar a.button{ |
698 | 700 | text-align: center; |
699 | 701 | } |
700 | 702 | |
701 | -body #content .main-block form .icon-add{ | |
703 | +body #content .main-block form .icon-add, | |
704 | +body #content .main-content form .icon-add { | |
702 | 705 | background-image: none; |
703 | 706 | border: 0; |
704 | 707 | padding: 0 10px 0 20px; |
... | ... | @@ -708,7 +711,8 @@ body #content .main-block form .icon-add{ |
708 | 711 | position: relative; |
709 | 712 | } |
710 | 713 | |
711 | -body #content .main-block form .icon-add:before { | |
714 | +body #content .main-block form .icon-add:before, | |
715 | +body #content .main-content form .icon-add:before { | |
712 | 716 | left: 6px; |
713 | 717 | vertical-align: middle; |
714 | 718 | font-size: 12px; |
... | ... | @@ -790,11 +794,13 @@ body #content .main-block form .icon-add:before { |
790 | 794 | } |
791 | 795 | |
792 | 796 | |
793 | -body #content .main-block form .button-bar .icon-back { | |
797 | +body #content .main-block form .button-bar .icon-back, | |
798 | +body #content .main-content form .button-bar .icon-back { | |
794 | 799 | width: 150px !important; |
795 | 800 | } |
796 | 801 | |
797 | -#content .main-block form .button-bar input { | |
802 | +#content .main-block form .button-bar input, | |
803 | +#content .main-content form .button-bar input { | |
798 | 804 | padding: 2px 0; |
799 | 805 | color: #FFF; |
800 | 806 | font-size: 15px; |
... | ... | @@ -806,7 +812,8 @@ body #content .main-block form .button-bar input:hover { |
806 | 812 | background: #5E82C6; |
807 | 813 | } |
808 | 814 | |
809 | -body #content .main-block form .button-bar a.button { | |
815 | +body #content .main-block form .button-bar a.button, | |
816 | +body #content .main-content form .button-bar a.button { | |
810 | 817 | padding: 1px 0 0 0; |
811 | 818 | height: 0; |
812 | 819 | line-height: auto; |
... | ... | @@ -816,13 +823,15 @@ body #content .main-block form .button-bar a.button { |
816 | 823 | height: 29px; |
817 | 824 | } |
818 | 825 | |
819 | -body #content .main-block form .button-bar a.button:hover { | |
826 | +body #content .main-block form .button-bar a.button:hover, | |
827 | +body #content .main-content form .button-bar a.button:hover { | |
820 | 828 | background: none; |
821 | 829 | border-color: #5E82C6; |
822 | 830 | color: #5E82C6; |
823 | 831 | } |
824 | 832 | |
825 | -body #content .main-block #delete-profile a { | |
833 | +body #content .main-block #delete-profile a, | |
834 | +body #content .main-content #delete-profile a { | |
826 | 835 | border-color: #C0392B; |
827 | 836 | color: #C0392B; |
828 | 837 | } | ... | ... |
style.css
... | ... | @@ -2988,7 +2988,7 @@ div.software-step-info div.current-step h3 { |
2988 | 2988 | font-family: Arial; |
2989 | 2989 | font-weight: 700; |
2990 | 2990 | color: #172938; |
2991 | - letter-spacing: -0.1px; | |
2991 | + /* letter-spacing: -0.1px; */ | |
2992 | 2992 | } |
2993 | 2993 | |
2994 | 2994 | #content .main-block #article .folder-content .item-description { |
... | ... | @@ -3021,6 +3021,14 @@ li.folder-item:first-child { |
3021 | 3021 | |
3022 | 3022 | /***** Estilização do aviso de campos obrigatórios na página de edição da página de ajuda *****/ |
3023 | 3023 | |
3024 | +.text-editor-sidebar { | |
3025 | + top: 0px; | |
3026 | + margin-top: 30px; | |
3027 | + margin-left: 650px; | |
3028 | + max-height: 45px; | |
3029 | + overflow: hidden; | |
3030 | +} | |
3031 | + | |
3024 | 3032 | #content .main-content form p .required-field .pseudoformlabel { |
3025 | 3033 | color: #FF0366; |
3026 | 3034 | font-weight: 500; |
... | ... | @@ -3053,16 +3061,10 @@ li.folder-item:first-child { |
3053 | 3061 | |
3054 | 3062 | #content .main-content form .article-translation-field { |
3055 | 3063 | margin-top: 25px; |
3064 | + margin-bottom: 15px; | |
3056 | 3065 | } |
3057 | 3066 | |
3058 | 3067 | #content .main-content form .required-field .formlabel:after { |
3059 | 3068 | color: #FF0366; |
3060 | 3069 | font-weight: 500; |
3061 | 3070 | } |
3062 | - | |
3063 | -.text-editor-sidebar { | |
3064 | - margin-top: 20px; | |
3065 | - margin-left: 650px; | |
3066 | - max-height: 45px; | |
3067 | - overflow: hidden; | |
3068 | -} | |
3069 | 3071 | \ No newline at end of file | ... | ... |