forked from GNUsocial/gnu-social
Last bit of style cleanup for addressees and mobile profile.
This commit is contained in:
parent
a026608953
commit
dddb6185f3
@ -418,10 +418,6 @@ address .poweredby {
|
|||||||
content: '\25B8';
|
content: '\25B8';
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice .addressees:empty:before {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fn {
|
.fn {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -99,12 +99,21 @@ line-height:auto;
|
|||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice .addressees:before {
|
||||||
|
content: '\003E';
|
||||||
|
}
|
||||||
|
|
||||||
/* IE7 */
|
/* IE7 */
|
||||||
|
|
||||||
*+html .input_forms {
|
*+html .input_forms {
|
||||||
margin-bottom: -20px;
|
margin-bottom: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice .addressees {
|
||||||
|
background: url(../images/icons/arrow_right.png) no-repeat top left;
|
||||||
|
padding-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
/* IE6 */
|
/* IE6 */
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
BIN
theme/base/images/icons/arrow_right.png
Normal file
BIN
theme/base/images/icons/arrow_right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 B |
@ -427,10 +427,6 @@ margin-left:0 !important;
|
|||||||
content: '\003E';
|
content: '\003E';
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice .addressees:empty {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user_in .notice div.entry-content {
|
.user_in .notice div.entry-content {
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user