Reworked the options on the profile edit page. In one words: buttons. Hope you liked it. Revert or fix if not. Also reworked the channels manage page a bit, because channel names where not readable with larger fonts. Not perfect yet, but now readable and I think better aligned. Also revert/fix if not good.

This commit is contained in:
Jeroen
2014-08-06 21:49:30 +00:00
parent 47d496eee3
commit d2a7b5babe
4 changed files with 45 additions and 25 deletions

View File

@@ -368,13 +368,33 @@ aside li {
clear: both;
}
#profile-edit-links ul {
list-style-type: none;
#profile-edit-links {
width: $converse_width;
padding-top: 15px;
padding-bottom: 15px;
}
#profile-edit-links li {
margin-top: 10px;
#profile-edit-links .btn {
margin: 0 10px 15px 0;
}
.profile-import {
vertical-align: top;
text-align: left;
}
.profile-import b {
color: $link_colour;
}
.profile-import input {
color: $font_colour;
border: none;
}
#profile-edit-drop-link {
color: #FFF;
font-weight: normal;
}
#profile-like {