mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
font-size fix in home
This commit is contained in:
@@ -431,13 +431,13 @@ FeedList.prototype.make_head = function() {
|
|||||||
// head
|
// head
|
||||||
|
|
||||||
$a(this.head,'h1','', {display:'inline'}, 'Home');
|
$a(this.head,'h1','', {display:'inline'}, 'Home');
|
||||||
$a(this.head,'span','link_type', {marginLeft:'7px'}, 'help', function() {
|
$a(this.head,'span','link_type', {marginLeft:'7px', fontSize:'11px'}, 'help', function() {
|
||||||
msgprint('<b>What appears here?</b> This is where you get updates of everything you are permitted to follow')
|
msgprint('<b>What appears here?</b> This is where you get updates of everything you are permitted to follow')
|
||||||
})
|
})
|
||||||
|
|
||||||
// refresh
|
// refresh
|
||||||
$a(this.head,'span','link_type',
|
$a(this.head,'span','link_type',
|
||||||
{cursor:'pointer', marginLeft:'7px', fontSize:'11px'}, 'refresh',
|
{marginLeft:'7px', fontSize:'11px'}, 'refresh',
|
||||||
function() { me.run(); }
|
function() { me.run(); }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
BIN
master.sql.gz
BIN
master.sql.gz
Binary file not shown.
Reference in New Issue
Block a user