Skip to content

Commit

Permalink
Fix modal module CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Nov 28, 2016
1 parent 93ecbd1 commit a63417c
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 7 deletions.
1 change: 1 addition & 0 deletions css/froala_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ iframe.fr-iframe {
}
body.prevent-scroll {
overflow: hidden;
text-align: center;
}
body.prevent-scroll.fr-mobile {
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ iframe.fr-iframe {
}
body.prevent-scroll {
overflow: hidden;
text-align: center;
}
body.prevent-scroll.fr-mobile {
position: fixed;
Expand Down Expand Up @@ -1627,6 +1628,9 @@ body.fr-fullscreen {
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
margin-top: 20px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
border: 0;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
padding: 6px 0 4px;
Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.pkgd.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions css/plugins/help.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
margin-top: 20px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
border: 0;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
padding: 6px 0 4px;
Expand Down
2 changes: 1 addition & 1 deletion css/plugins/help.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
bottom: 0;
right: 0;
}
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
border: 0;
}
.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
border-bottom: solid 1px #595959;
}
Expand Down
2 changes: 1 addition & 1 deletion css/themes/dark.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions css/themes/gray.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
bottom: 0;
right: 0;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
border: 0;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
border-bottom: solid 1px #ebebeb;
}
Expand Down
2 changes: 1 addition & 1 deletion css/themes/gray.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions css/themes/red.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
bottom: 0;
right: 0;
}
.red-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
border: 0;
}
.red-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
Expand Down
2 changes: 1 addition & 1 deletion css/themes/red.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions css/themes/royal.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
bottom: 0;
right: 0;
}
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
border: 0;
}
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
border-bottom: solid 1px #ebebeb;
}
Expand Down
2 changes: 1 addition & 1 deletion css/themes/royal.min.css

Large diffs are not rendered by default.

0 comments on commit a63417c

Please sign in to comment.