Skip to content

Commit

Permalink
Merge pull request #965 from Destroy666x/CSS
Browse files Browse the repository at this point in the history
Another PR for #816
  • Loading branch information
Destroy666x committed Jul 19, 2014
2 parents 752a432 + 8a1404e commit a96649d
Show file tree
Hide file tree
Showing 9 changed files with 500 additions and 334 deletions.
778 changes: 444 additions & 334 deletions install/resources/mybb_theme.xml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/buttons.css
Expand Up @@ -750,4 +750,11 @@ div.sceditor-grip:before {

background-image: url(php.png);

}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/default.css
Expand Up @@ -557,4 +557,11 @@ div.sceditor-group {
background-image: url(php.png);

}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}

7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/modern.css
Expand Up @@ -649,3 +649,10 @@ div.sceditor-group {
background-image: url(php.png);

}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/monocons.css
Expand Up @@ -715,3 +715,10 @@ div.sceditor-grip:before {
.sceditor-button-php div:before {
content: "\e025";
}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/mybb.css
Expand Up @@ -583,4 +583,11 @@ div.sceditor-group {

background-image: url(php.png);

}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/office-toolbar.css
Expand Up @@ -705,3 +705,10 @@ div.sceditor-group {
background-image: url(php.png);

}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/office.css
Expand Up @@ -732,4 +732,11 @@ div.sceditor-group {

background-image: url(php.png);

}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
7 changes: 7 additions & 0 deletions jscripts/sceditor/editor_themes/square.css
Expand Up @@ -665,4 +665,11 @@ div.sceditor-group:first-child {

background-image: url(php.png);

}

img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}

0 comments on commit a96649d

Please sign in to comment.