| @@ -163,9 +163,10 @@ | ||
| 163 | 163 | .group ul li h3 { |
| 164 | 164 | padding: 7px 15px 7px 35px; |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | -.group h2 .dashicons { | |
| 167 | +.group h2 .dashicons, | |
| 168 | +.group h3 .dashicons { | |
| 168 | 169 | margin-right: 5px; |
| 169 | 170 | vertical-align: -5px; |
| 170 | 171 | } |
| 171 | 172 | |
| @@ -403,9 +404,9 @@ | ||
| 403 | 404 | color: #c55555; |
| 404 | 405 | } |
| 405 | 406 | |
| 406 | 407 | #type-picker { |
| 407 | - width: 952px; | |
| 408 | + width: 954px; | |
| 408 | 409 | margin: 50px auto; |
| 409 | 410 | } |
| 410 | 411 | |
| 411 | 412 | .type-box { |
| @@ -808,10 +809,12 @@ | ||
| 808 | 809 | } |
| 809 | 810 | } |
| 810 | 811 | |
| 811 | 812 | #vz-chart-settings h2:hover, |
| 813 | +#vz-chart-permissions h2:hover, | |
| 814 | +.sidebar-footer-link h2:hover, | |
| 812 | 815 | #vz-chart-review a:hover { |
| 813 | - text-decoration: underline; | |
| 816 | + text-decoration: none; | |
| 814 | 817 | } |
| 815 | 818 | |
| 816 | 819 | #vz-chart-review a { |
| 817 | 820 | color: #00a0d2; |
| @@ -818,8 +821,10 @@ | ||
| 818 | 821 | text-decoration: none; |
| 819 | 822 | } |
| 820 | 823 | |
| 821 | 824 | #vz-chart-settings h2, |
| 825 | +#vz-chart-permissions h2, | |
| 826 | +.sidebar-footer-link h2, | |
| 822 | 827 | #vz-chart-review h2 { |
| 823 | 828 | padding: 0; |
| 824 | 829 | border: none; |
| 825 | 830 | font-size: 12px; |
| @@ -827,18 +832,18 @@ | ||
| 827 | 832 | } |
| 828 | 833 | |
| 829 | 834 | #vz-chart-review { |
| 830 | 835 | right: 0; |
| 831 | - bottom: 40px; | |
| 836 | + bottom: 10px; | |
| 832 | 837 | -webkit-box-sizing: border-box; |
| 833 | 838 | box-sizing: border-box; |
| 834 | - width: 50%; | |
| 835 | - padding-right: 20px; | |
| 839 | + width: 40%; | |
| 840 | + padding-right: 6px; | |
| 836 | 841 | text-align: right; |
| 837 | 842 | } |
| 838 | 843 | |
| 839 | 844 | #vz-chart-settings.bottom-fixed h2 { |
| 840 | - padding-left: 20px; | |
| 845 | + padding-left: 6px; | |
| 841 | 846 | } |
| 842 | 847 | |
| 843 | 848 | #vz-chart-settings { |
| 844 | 849 | bottom: 40px; |
| @@ -844,14 +849,31 @@ | ||
| 844 | 849 | bottom: 40px; |
| 845 | 850 | left: 0; |
| 846 | 851 | -webkit-box-sizing: border-box; |
| 847 | 852 | box-sizing: border-box; |
| 848 | - width: 50%; | |
| 853 | + width: 33%; | |
| 849 | 854 | text-align: left; |
| 850 | 855 | } |
| 851 | 856 | |
| 852 | -#vz-chart-review, | |
| 853 | -#vz-chart-settings h2 { | |
| 857 | +#vz-chart-permissions:not(.open) h2 { | |
| 858 | + display: inline-block; | |
| 859 | + width: 100%; | |
| 860 | + margin: 0; | |
| 861 | + text-align: right; | |
| 862 | +} | |
| 863 | + | |
| 864 | +#vz-chart-permissions { | |
| 865 | + right: 0; | |
| 866 | + bottom: 40px; | |
| 867 | + -webkit-box-sizing: border-box; | |
| 868 | + box-sizing: border-box; | |
| 869 | + width: 33%; | |
| 870 | + text-align: left; | |
| 871 | +} | |
| 872 | + | |
| 873 | +#vz-chart-permissions h2, | |
| 874 | +#vz-chart-settings h2, | |
| 875 | +.sidebar-footer-link h2 { | |
| 854 | 876 | display: inline; |
| 855 | 877 | color: #00a0d2; |
| 856 | 878 | background: none; |
| 857 | 879 | font-family: "Open Sans",sans-serif; |
| @@ -857,8 +879,11 @@ | ||
| 857 | 879 | font-family: "Open Sans",sans-serif; |
| 858 | 880 | cursor: pointer; |
| 859 | 881 | } |
| 860 | 882 | |
| 883 | +.sidebar-footer-link, | |
| 884 | +#vz-chart-review, | |
| 885 | +#vz-chart-permissions, | |
| 861 | 886 | #vz-chart-settings { |
| 862 | 887 | display: inline; |
| 863 | 888 | background: none; |
| 864 | 889 | cursor: pointer; |
| @@ -863,9 +888,11 @@ | ||
| 863 | 888 | background: none; |
| 864 | 889 | cursor: pointer; |
| 865 | 890 | } |
| 866 | 891 | |
| 892 | +.sidebar-footer-link > ul, | |
| 867 | 893 | #vz-chart-source > ul, |
| 894 | +#vz-chart-permissions > ul, | |
| 868 | 895 | #vz-chart-settings > ul { |
| 869 | 896 | position: relative; |
| 870 | 897 | z-index: 10; |
| 871 | 898 | border-bottom: 1px solid #ddd; |
| @@ -880,22 +907,47 @@ | ||
| 880 | 907 | border-left: 1px solid #ddd; |
| 881 | 908 | background: #f3f3f3; |
| 882 | 909 | } |
| 883 | 910 | |
| 911 | +#vz-chart-permissions.open h2 { | |
| 912 | + position: absolute; | |
| 913 | + right: 6px; | |
| 914 | + bottom: 28px; | |
| 915 | + left: auto; | |
| 916 | + width: 50%; | |
| 917 | + text-align: right; | |
| 918 | +} | |
| 919 | + | |
| 884 | 920 | #vz-chart-settings.open h2 { |
| 885 | 921 | position: absolute; |
| 886 | 922 | bottom: 28px; |
| 887 | - left: 20px; | |
| 923 | + left: 6px; | |
| 888 | 924 | } |
| 889 | 925 | |
| 926 | +#vz-chart-permissions .group-header, | |
| 890 | 927 | #vz-chart-settings.open .group-header { |
| 891 | 928 | display: block; |
| 892 | 929 | } |
| 893 | 930 | |
| 931 | +#vz-chart-permissions .group-header, | |
| 894 | 932 | #vz-chart-settings .group-header { |
| 895 | 933 | display: none; |
| 896 | 934 | } |
| 897 | 935 | |
| 936 | +.sidebar-footer-link.open h2 { | |
| 937 | + position: absolute; | |
| 938 | + bottom: 28px; | |
| 939 | + left: 20px; | |
| 940 | +} | |
| 941 | + | |
| 942 | +.sidebar-footer-link.open .group-header { | |
| 943 | + display: block; | |
| 944 | +} | |
| 945 | + | |
| 946 | +.sidebar-footer-link .group-header { | |
| 947 | + display: none; | |
| 948 | +} | |
| 949 | + | |
| 898 | 950 | #vz-csv-file-form, |
| 899 | 951 | #vz-one-time-import, |
| 900 | 952 | #vz-schedule-import, |
| 901 | 953 | .edit-data-content { |
| @@ -998,5 +1050,28 @@ | ||
| 998 | 1050 | } |
| 999 | 1051 | |
| 1000 | 1052 | span.section-error { |
| 1001 | 1053 | color: #ff000; |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +#visualizer-error-manual { | |
| 1057 | + color: #ff595e; | |
| 1058 | +} | |
| 1059 | + | |
| 1060 | +#vz-chart-permissions { | |
| 1061 | + width: 43%; | |
| 1062 | +} | |
| 1063 | + | |
| 1064 | +#vz-chart-permissions { | |
| 1065 | + color: #ce484c; | |
| 1066 | +} | |
| 1067 | + | |
| 1068 | +#vz-chart-permissions { | |
| 1069 | + right: 6px; | |
| 1070 | + bottom: 40px; | |
| 1071 | + width: 35%; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +#permissions-form .only-pro-feature > ul { | |
| 1075 | + position: relative; | |
| 1076 | + text-align: center; | |
| 1002 | 1077 | } |