Commit e993313af8cd587898a1734c58f2e7a6e7d9653a
1 parent
4b8739bb
Exists in
master
and in
8 other branches
Improving help's page edition form
Showing
2 changed files
with
26 additions
and
15 deletions
Show diff stats
cadastro.css
@@ -687,7 +687,9 @@ body #content .main-block h1 { | @@ -687,7 +687,9 @@ body #content .main-block h1 { | ||
687 | } | 687 | } |
688 | 688 | ||
689 | body #content .main-block form .button-bar input, | 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 | background-image: none; | 693 | background-image: none; |
692 | border: 0; | 694 | border: 0; |
693 | margin-right: 10px; | 695 | margin-right: 10px; |
@@ -698,7 +700,8 @@ body #content .main-block form .button-bar a.button{ | @@ -698,7 +700,8 @@ body #content .main-block form .button-bar a.button{ | ||
698 | text-align: center; | 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 | background-image: none; | 705 | background-image: none; |
703 | border: 0; | 706 | border: 0; |
704 | padding: 0 10px 0 20px; | 707 | padding: 0 10px 0 20px; |
@@ -708,7 +711,8 @@ body #content .main-block form .icon-add{ | @@ -708,7 +711,8 @@ body #content .main-block form .icon-add{ | ||
708 | position: relative; | 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 | left: 6px; | 716 | left: 6px; |
713 | vertical-align: middle; | 717 | vertical-align: middle; |
714 | font-size: 12px; | 718 | font-size: 12px; |
@@ -790,11 +794,13 @@ body #content .main-block form .icon-add:before { | @@ -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 | width: 150px !important; | 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 | padding: 2px 0; | 804 | padding: 2px 0; |
799 | color: #FFF; | 805 | color: #FFF; |
800 | font-size: 15px; | 806 | font-size: 15px; |
@@ -806,7 +812,8 @@ body #content .main-block form .button-bar input:hover { | @@ -806,7 +812,8 @@ body #content .main-block form .button-bar input:hover { | ||
806 | background: #5E82C6; | 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 | padding: 1px 0 0 0; | 817 | padding: 1px 0 0 0; |
811 | height: 0; | 818 | height: 0; |
812 | line-height: auto; | 819 | line-height: auto; |
@@ -816,13 +823,15 @@ body #content .main-block form .button-bar a.button { | @@ -816,13 +823,15 @@ body #content .main-block form .button-bar a.button { | ||
816 | height: 29px; | 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 | background: none; | 828 | background: none; |
821 | border-color: #5E82C6; | 829 | border-color: #5E82C6; |
822 | color: #5E82C6; | 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 | border-color: #C0392B; | 835 | border-color: #C0392B; |
827 | color: #C0392B; | 836 | color: #C0392B; |
828 | } | 837 | } |
style.css
@@ -3021,6 +3021,14 @@ li.folder-item:first-child { | @@ -3021,6 +3021,14 @@ li.folder-item:first-child { | ||
3021 | 3021 | ||
3022 | /***** Estilização do aviso de campos obrigatórios na página de edição da página de ajuda *****/ | 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 | #content .main-content form p .required-field .pseudoformlabel { | 3032 | #content .main-content form p .required-field .pseudoformlabel { |
3025 | color: #FF0366; | 3033 | color: #FF0366; |
3026 | font-weight: 500; | 3034 | font-weight: 500; |
@@ -3053,16 +3061,10 @@ li.folder-item:first-child { | @@ -3053,16 +3061,10 @@ li.folder-item:first-child { | ||
3053 | 3061 | ||
3054 | #content .main-content form .article-translation-field { | 3062 | #content .main-content form .article-translation-field { |
3055 | margin-top: 25px; | 3063 | margin-top: 25px; |
3064 | + margin-bottom: 15px; | ||
3056 | } | 3065 | } |
3057 | 3066 | ||
3058 | #content .main-content form .required-field .formlabel:after { | 3067 | #content .main-content form .required-field .formlabel:after { |
3059 | color: #FF0366; | 3068 | color: #FF0366; |
3060 | font-weight: 500; | 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 | \ No newline at end of file | 3071 | \ No newline at end of file |