1
0

Make further links collapsible.

This commit is contained in:
Matthias Mees
2013-07-07 17:25:48 +02:00
parent cba3d9acdb
commit cf284194f2
3 changed files with 45 additions and 11 deletions

View File

@ -835,7 +835,8 @@ input[type=checkbox],
.form_multiselect,
#entry_skip,
#filter_entries,
#sort_entries {
#sort_entries,
#s9y_links > ul {
margin-top: .75em;
margin-bottom: .75em;
}
@ -1480,6 +1481,22 @@ form > .button_link:first-of-type,
padding: 0 1em;
}
.js #dashboard > #further_links > .collapsed {
border-bottom: 0 none;
}
#further_links h3 > a,
#further_links h3 > a:visited {
color: #666;
text-decoration: none;
}
#further_links h3 > a:hover,
#further_links h3 > a:focus {
color: #222;
text-decoration: none;
}
.media_wrap_thumb {
float: left;
margin: 0 2% 1em 0;