add character counter to themes other then frio
Only vier needed some styling so that the counter looked fitting. closes #2525
This commit is contained in:
parent
3d97149007
commit
f0763c4eaf
3 changed files with 21 additions and 5 deletions
|
@ -1778,8 +1778,14 @@ section.minimal {
|
|||
padding: 0.3em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#profile-jot-form #jot-title, #profile-jot-form #jot-category {
|
||||
#post-length {
|
||||
width: 20px;
|
||||
float: left;
|
||||
margin-left: 15px;
|
||||
margin-top: 3px;
|
||||
color: #9c9c9c;
|
||||
}
|
||||
profile-jot-form #jot-title, #profile-jot-form #jot-category {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
font-weight: bold;
|
||||
height: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue