mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
[minor] [css] #574
This commit is contained in:
@@ -21,7 +21,7 @@ wn.pages['latest-updates'].onload = function(wrapper) {
|
|||||||
var $tbody = $('<table class="table table-bordered"><tbody></tbody></table>')
|
var $tbody = $('<table class="table table-bordered"><tbody></tbody></table>')
|
||||||
.appendTo(parent).find("tbody");
|
.appendTo(parent).find("tbody");
|
||||||
$.each(r.message, function(i, log) {
|
$.each(r.message, function(i, log) {
|
||||||
if(log.message.indexOf("minor")===1 && log.message.indexOf("[")!==-1) {
|
if(log.message.indexOf("minor")===-1 && log.message.indexOf("[")!==-1) {
|
||||||
log.message = log.message.replace(/(\[[^\]]*\])/g,
|
log.message = log.message.replace(/(\[[^\]]*\])/g,
|
||||||
function(match, p1, offset, string) {
|
function(match, p1, offset, string) {
|
||||||
match = match.toLowerCase();
|
match = match.toLowerCase();
|
||||||
|
|||||||
@@ -19,12 +19,6 @@ span, div, td, input, textarea, button, select {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*extra size menus for recent*/
|
|
||||||
.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
|
|
||||||
min-width: 160px !important;
|
|
||||||
max-width: 260px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.expiry-info {
|
.expiry-info {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-bottom: -40px;
|
margin-bottom: -40px;
|
||||||
|
|||||||
Reference in New Issue
Block a user