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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user