Skip to content

Commit 7a2b21a

Browse files
committed
Run pre-deploy routine.
1 parent b2269a7 commit 7a2b21a

File tree

2 files changed

+1673
-27
lines changed

2 files changed

+1673
-27
lines changed

css/frame.css

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164
padding: 7px 15px 7px 35px;
165165
}
166166

167-
.group h2 .dashicons, .group h3 .dashicons {
167+
.group h2 .dashicons,
168+
.group h3 .dashicons {
168169
margin-right: 5px;
169170
vertical-align: -5px;
170171
}
@@ -840,12 +841,10 @@ button#editor-chart-button {
840841
text-align: right;
841842
}
842843

843-
844844
#vz-chart-settings.bottom-fixed h2 {
845845
padding-left: 6px;
846846
}
847847

848-
849848
#vz-chart-settings {
850849
bottom: 40px;
851850
left: 0;
@@ -855,16 +854,16 @@ button#editor-chart-button {
855854
text-align: left;
856855
}
857856

858-
#vz-chart-permissions:not(.open) h2{
859-
width: 100%;
857+
#vz-chart-permissions:not(.open) h2 {
860858
display: inline-block;
861-
margin: 0px;
859+
width: 100%;
860+
margin: 0;
862861
text-align: right;
863862
}
864-
#vz-chart-permissions{
865863

866-
bottom: 40px;
864+
#vz-chart-permissions {
867865
right: 0;
866+
bottom: 40px;
868867
-webkit-box-sizing: border-box;
869868
box-sizing: border-box;
870869
width: 33%;
@@ -909,24 +908,23 @@ button#editor-chart-button {
909908
background: #f3f3f3;
910909
}
911910

912-
913-
#vz-chart-permissions.open h2{
914-
911+
#vz-chart-permissions.open h2 {
915912
position: absolute;
916-
bottom: 28px;
917913
right: 6px;
918-
text-align: right;
919-
width: 50%;
914+
bottom: 28px;
920915
left: auto;
916+
width: 50%;
917+
text-align: right;
921918
}
919+
922920
#vz-chart-settings.open h2 {
923921
position: absolute;
924922
bottom: 28px;
925923
left: 6px;
926924
}
927925

928926
#vz-chart-permissions .group-header,
929-
#vz-chart-settings.open .group-header{
927+
#vz-chart-settings.open .group-header {
930928
display: block;
931929
}
932930

@@ -1054,22 +1052,26 @@ button#editor-chart-button {
10541052
span.section-error {
10551053
color: #ff000;
10561054
}
1057-
#visualizer-error-manual{
1058-
color:#ff595e;
1055+
1056+
#visualizer-error-manual {
1057+
color: #ff595e;
10591058
}
1060-
#vz-chart-permissions{
10611059

1062-
width:43%;
1060+
#vz-chart-permissions {
1061+
width: 43%;
10631062
}
1064-
#vz-chart-permissions{
1063+
1064+
#vz-chart-permissions {
10651065
color: #ce484c;
10661066
}
1067-
#vz-chart-permissions{
1068-
width: 35%;
1069-
bottom: 40px;
1067+
1068+
#vz-chart-permissions {
10701069
right: 6px;
1070+
bottom: 40px;
1071+
width: 35%;
10711072
}
1072-
#permissions-form .only-pro-feature > ul{
1073-
position:relative;
1073+
1074+
#permissions-form .only-pro-feature > ul {
1075+
position: relative;
10741076
text-align: center;
1075-
}
1077+
}

0 commit comments

Comments
 (0)