forked from GNUsocial/gnu-social
Ticket 1044 -- Removed border-top, reduced padding, changed notice
count from 6 to 5, removed nickname.
This commit is contained in:
parent
5f004c0158
commit
99fba4932d
@ -31,7 +31,7 @@ if (!defined('LACONICA')) {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
define('NOTICES_PER_SECTION', 6);
|
define('NOTICES_PER_SECTION', 5);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base class for sections showing lists of notices
|
* Base class for sections showing lists of notices
|
||||||
|
@ -1064,13 +1064,16 @@ margin-bottom:0;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section .notice {
|
.section .notice {
|
||||||
padding-top:11px;
|
padding-top:7px;
|
||||||
padding-bottom:11px;
|
padding-bottom:7px;
|
||||||
|
border-top:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section .notice:first-child {
|
.section .notice:first-child {
|
||||||
padding-top:0;
|
padding-top:0;
|
||||||
border-top:0;
|
}
|
||||||
|
.section .notice .fn {
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,7 +67,6 @@ color:#002E6E;
|
|||||||
.profile {
|
.profile {
|
||||||
border-top-color:#D1D9E4;
|
border-top-color:#D1D9E4;
|
||||||
}
|
}
|
||||||
.section .notice,
|
|
||||||
.section .profile {
|
.section .profile {
|
||||||
border-top-color:#97BFD1;
|
border-top-color:#97BFD1;
|
||||||
}
|
}
|
||||||
|
@ -67,7 +67,6 @@ color:#002E6E;
|
|||||||
.profile {
|
.profile {
|
||||||
border-top-color:#CEE1E9;
|
border-top-color:#CEE1E9;
|
||||||
}
|
}
|
||||||
.section .notice,
|
|
||||||
.section .profile {
|
.section .profile {
|
||||||
border-top-color:#87B4C8;
|
border-top-color:#87B4C8;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user