Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Slight fix to default editor stylesheet.css
06-27-2013, 02:27 PM
Post: #1
Slight fix to default editor stylesheet.css
Put the attached in /jscripts/editor_themes/default/

It changes

Code:
.messageEditor .toolbar_button {
    margin: 2px;
    height: 22px;
    width: 23px;
    float: left;
    display: block;
    z-index: 1;
}

.messageEditor .toolbar_button img, .messageEditor .toolbar_button span {
    width: 23px;
    height: 22px;
    float: left;
}

to
Code:
.messageEditor .toolbar_button {
    margin: 2px;
    height: 22px;
    width: 22px;
    float: left;
    display: block;
    z-index: 1;
}

.messageEditor .toolbar_button img, .messageEditor .toolbar_button span {
    width: 22px;
    height: 22px;
    float: left;
}

This resolves a small issue where the 4th text justification box is wrapped to the next line


Attached File(s)
.css  stylesheet.css (Size: 6.59 KB / Downloads: 349)
Find all posts by this user
Quote this message in a reply
06-27-2013, 02:38 PM
Post: #2
RE: Slight fix to default editor stylesheet.css
Done.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: