1
0

Move category list in entry editor.

Also trigger category selector on clicking category list.

References #176
This commit is contained in:
Matthias Mees
2014-06-02 10:49:56 +02:00
parent 35c3541d70
commit a915981b6a
3 changed files with 17 additions and 9 deletions

View File

@ -1660,14 +1660,18 @@ form > .button_link:first-of-type,
padding-bottom: .583335em;
}
#category_list:hover {
cursor: pointer;
}
#category_list h3 {
float: left;
line-height: 1.5em;
margin: 0 2em .75em 0;
margin: .375em 2em .375em 0;
}
#category_list ul {
margin: 0 0 .75em;
margin: .375em 0;
line-height: 1.5em;
}