Update redactor to latest, remove minified version (not needed)

This commit is contained in:
Samuel Georges 2015-06-24 17:30:25 +10:00
parent 029411a681
commit 997b7cb188
4 changed files with 554 additions and 258 deletions

View File

@ -397,6 +397,10 @@ body .redactor-box-fullscreen {
color: #fff !important;
text-decoration: none;
}
.redactor-dropdown a.selected {
background-color: #000;
color: #fff;
}
/*
IMAGE BOX
*/
@ -552,6 +556,7 @@ body .redactor-box-fullscreen {
overflow-y: auto;
}
#redactor-modal {
outline: 0;
position: relative;
margin: auto;
margin-bottom: 20px;
@ -883,7 +888,6 @@ body .redactor-box-fullscreen {
background-color: #d8d7d7;
}
.redactor-editor pre {
overflow: auto;
padding: 1em;
border: 1px solid #ddd;
border-radius: 3px;

File diff suppressed because it is too large Load Diff

View File

@ -454,6 +454,10 @@ body .redactor-box-fullscreen {
color: #fff !important;
text-decoration: none;
}
&.selected {
background-color: #000;
color: #fff;
}
}
}
@ -603,6 +607,7 @@ body .redactor-box-fullscreen {
overflow-y: auto;
}
#redactor-modal {
outline:0;
position: relative;
margin: auto;
margin-bottom: 20px;
@ -945,7 +950,6 @@ body .redactor-box-fullscreen {
background-color: #d8d7d7;
}
pre {
overflow: auto;
padding: 1em;
border: 1px solid #ddd;
border-radius: 3px;

File diff suppressed because one or more lines are too long