quattro: fix Forum widget, hide edit profile link
This commit is contained in:
parent
8b18ee49ff
commit
a03e6b96ea
|
@ -423,7 +423,7 @@ code {
|
||||||
.tool .action {
|
.tool .action {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.tool li > img {
|
.tool > img {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
/* popup notifications */
|
/* popup notifications */
|
||||||
|
@ -690,6 +690,9 @@ aside {
|
||||||
padding: 0px 10px 0px 20px;
|
padding: 0px 10px 0px 20px;
|
||||||
border-right: 1px solid #bdcdd4;
|
border-right: 1px solid #bdcdd4;
|
||||||
}
|
}
|
||||||
|
aside .profile-edit-side-div {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
aside .vcard .fn {
|
aside .vcard .fn {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -423,7 +423,7 @@ code {
|
||||||
.tool .action {
|
.tool .action {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.tool li > img {
|
.tool > img {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
/* popup notifications */
|
/* popup notifications */
|
||||||
|
@ -690,6 +690,9 @@ aside {
|
||||||
padding: 0px 10px 0px 20px;
|
padding: 0px 10px 0px 20px;
|
||||||
border-right: 1px solid #bdcdd4;
|
border-right: 1px solid #bdcdd4;
|
||||||
}
|
}
|
||||||
|
aside .profile-edit-side-div {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
aside .vcard .fn {
|
aside .vcard .fn {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -85,7 +85,7 @@ code {
|
||||||
height: auto; overflow: auto;
|
height: auto; overflow: auto;
|
||||||
.label { float: left;}
|
.label { float: left;}
|
||||||
.action { float: right; }
|
.action { float: right; }
|
||||||
li > img { float: left; }
|
> img { float: left; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -287,6 +287,8 @@ aside {
|
||||||
padding:0px 10px 0px 20px;
|
padding:0px 10px 0px 20px;
|
||||||
border-right: 1px solid @AsideBorder;
|
border-right: 1px solid @AsideBorder;
|
||||||
|
|
||||||
|
.profile-edit-side-div { display: none; }
|
||||||
|
|
||||||
.vcard {
|
.vcard {
|
||||||
.fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
|
.fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
|
||||||
.title { margin-bottom: 5px; }
|
.title { margin-bottom: 5px; }
|
||||||
|
|
Loading…
Reference in a new issue