Browse Source

[style] font weight normal, not thin for mobile

version-14
Rushabh Mehta 9 years ago
parent
commit
a8f172d014
4 changed files with 6 additions and 17 deletions
  1. +0
    -5
      frappe/public/css/list.css
  2. +3
    -3
      frappe/public/css/mobile.css
  3. +0
    -6
      frappe/public/less/list.less
  4. +3
    -3
      frappe/public/less/mobile.less

+ 0
- 5
frappe/public/css/list.css View File

@@ -152,11 +152,6 @@
.list-value {
vertical-align: middle;
}
@media (max-width: 991px) {
.doclist-row .list-id {
font-weight: 200;
}
}
@media (max-width: 767px) {
.doclist-row {
font-size: 14px;


+ 3
- 3
frappe/public/css/mobile.css View File

@@ -107,7 +107,7 @@ body {
}
.control-label,
.grid-heading-row .grid-static-col {
font-weight: 200;
font-weight: 300;
}
.toggle-navbar-new-comments {
padding: 8px 0px !important;
@@ -123,7 +123,7 @@ body {
padding: 7px 0px !important;
}
.module-item h4 {
font-weight: 200;
font-weight: normal;
}
#navbar-breadcrumbs {
margin: 0px;
@@ -287,7 +287,7 @@ body {
body,
.btn,
.indicator {
font-weight: 200;
font-weight: normal;
}
h1,
h2,


+ 0
- 6
frappe/public/less/list.less View File

@@ -196,12 +196,6 @@
vertical-align: middle;
}

@media(max-width: @screen-sm) {
.doclist-row .list-id {
font-weight: 200;
}
}

@media(max-width: 767px) {
.doclist-row {
font-size: @text-regular;


+ 3
- 3
frappe/public/less/mobile.less View File

@@ -66,7 +66,7 @@
// make thinner labels
.control-label,
.grid-heading-row .grid-static-col {
font-weight: 200;
font-weight: 300;
}

// navbar & breadcrumbs
@@ -87,7 +87,7 @@
padding: 7px 0px !important;

h4 {
font-weight: 200;
font-weight: normal;
}
}

@@ -207,7 +207,7 @@
.btn,
.indicator
{
font-weight: 200;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6,


Loading…
Cancel
Save