.tool .action {
float: right;
}
-.tool li > img {
+.tool > img {
float: left;
}
/* popup notifications */
padding: 0px 10px 0px 20px;
border-right: 1px solid #bdcdd4;
}
+aside .profile-edit-side-div {
+ display: none;
+}
aside .vcard .fn {
font-size: 16px;
font-weight: bold;
.tool .action {
float: right;
}
-.tool li > img {
+.tool > img {
float: left;
}
/* popup notifications */
padding: 0px 10px 0px 20px;
border-right: 1px solid #bdcdd4;
}
+aside .profile-edit-side-div {
+ display: none;
+}
aside .vcard .fn {
font-size: 16px;
font-weight: bold;
height: auto; overflow: auto;
.label { float: left;}
.action { float: right; }
- li > img { float: left; }
+ > img { float: left; }
}
padding:0px 10px 0px 20px;
border-right: 1px solid @AsideBorder;
+ .profile-edit-side-div { display: none; }
+
.vcard {
.fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.title { margin-bottom: 5px; }