forked from GNUsocial/gnu-social
Merge branch 'nightly' into 'nightly'
fixed realtime action buttons and marker in base, adjusted settings in neo-quitter fixed realtime action buttons and marker in base so that all neo themes benefit from it, adjusted settings in neo-quitter See merge request !12
This commit is contained in:
commit
e203271d95
@ -2103,11 +2103,13 @@ width:14.5%;
|
|||||||
|
|
||||||
.mark-top {
|
.mark-top {
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#realtime_actions {
|
#realtime_actions {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
right: -4px !important;
|
right: -4px !important;
|
||||||
|
top: -65px !important;
|
||||||
float: right;
|
float: right;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
margin-bottom: -8px !important;
|
margin-bottom: -8px !important;
|
||||||
|
@ -1322,6 +1322,7 @@ div.entry-content a.response:after {
|
|||||||
|
|
||||||
#realtime_actions {
|
#realtime_actions {
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
|
top: -25px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#realtime_actions button {
|
#realtime_actions button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user