Skip to content

Commit

Permalink
Add textNearVideo option.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Jan 24, 2015
1 parent e73a340 commit a66479f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions css/froala_content.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,15 @@ hr.fr-tag {
float: right;
margin: 10px 1px 10px 10px;
}
.fr-tnv {
float: none !important;
margin: auto;
text-align: center;
display: block !important;
}
.fr-tnv.fr-fvl {
text-align: left;
}
.fr-tnv.fr-fvr {
text-align: right;
}
2 changes: 1 addition & 1 deletion css/froala_content.min.css

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

12 changes: 12 additions & 0 deletions css/froala_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,18 @@ hr.fr-tag {
float: right;
margin: 10px 1px 10px 10px;
}
.fr-tnv {
float: none !important;
margin: auto;
text-align: center;
display: block !important;
}
.fr-tnv.fr-fvl {
text-align: left;
}
.fr-tnv.fr-fvr {
text-align: right;
}
.froala-element {
min-height: 35px;
overflow-y: auto;
Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a66479f

Please sign in to comment.