Bläddra i källkod

[cleanup] website

version-14
Rushabh Mehta 9 år sedan
förälder
incheckning
3e489d3cb6
5 ändrade filer med 12 tillägg och 11 borttagningar
  1. +1
    -0
      frappe/public/css/desk.css
  2. +3
    -4
      frappe/public/css/website.css
  3. +1
    -0
      frappe/public/less/desk.less
  4. +6
    -6
      frappe/public/less/website.less
  5. +1
    -1
      frappe/templates/includes/navbar/navbar_login.html

+ 1
- 0
frappe/public/css/desk.css Visa fil

@@ -541,6 +541,7 @@ textarea.form-control {
}
.breadcrumb.for-file-list {
margin-bottom: 0px;
padding: 18px 15px;
border-bottom: 1px solid #d1d8dd;
border-radius: 0px;
}


+ 3
- 4
frappe/public/css/website.css Visa fil

@@ -599,6 +599,9 @@ fieldset {
color: inherit !important;
text-decoration: none;
}
.web-list-item:last-child {
border-bottom: 0px;
}
.blog-info {
text-align: center;
margin-top: 30px;
@@ -622,13 +625,11 @@ fieldset {
background: transparent;
}
.blog-category {
text-transform: uppercase;
letter-spacing: 0.5px;
text-align: center;
margin-bottom: 30px;
}
.author {
text-transform: uppercase;
letter-spacing: 0.5px;
border-bottom: 1px solid #EBEFF2;
padding-bottom: 30px;
@@ -895,7 +896,6 @@ body {
font-size: 32px;
}
.page-head h1 {
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 24px;
}
@@ -905,7 +905,6 @@ body {
.footer-group-label {
display: inline-block;
padding-bottom: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 12px;
}


+ 1
- 0
frappe/public/less/desk.less Visa fil

@@ -434,6 +434,7 @@ textarea.form-control {

.breadcrumb.for-file-list {
margin-bottom: 0px;
padding: 18px 15px;
border-bottom: 1px solid @border-color;
border-radius: 0px;
}


+ 6
- 6
frappe/public/less/website.less Visa fil

@@ -237,7 +237,7 @@ fieldset {
color: @text-color !important;
font-weight:500 !important;
}
.sidebar-items {
margin-top:30px;
margin-bottom:30px;
@@ -284,6 +284,10 @@ fieldset {
}
}

.web-list-item:last-child {
border-bottom: 0px;
}

// .web-list-item:hover {
// background: @panel-bg;
// }
@@ -317,14 +321,12 @@ fieldset {
}

.blog-category {
text-transform: uppercase;
letter-spacing: 0.5px;
text-align: center;
margin-bottom: 30px;
}

.author {
text-transform: uppercase;
letter-spacing: 0.5px;
border-bottom: 1px solid @light-border-color;
padding-bottom:30px;
@@ -344,7 +346,7 @@ fieldset {
.blog-list-item {
margin-top:30px;
margin-bottom:30px;
.blog-header {
font-size: 1.6em;
}
@@ -493,7 +495,6 @@ a.active {
}

.page-head h1 {
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 24px;
}
@@ -505,7 +506,6 @@ a.active {
.footer-group-label {
display:inline-block;
padding-bottom: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 12px;
}


+ 1
- 1
frappe/templates/includes/navbar/navbar_login.html Visa fil

@@ -22,6 +22,6 @@
</ul>
</li>
{% if not hide_login %}
<li class="btn-login-area text-uppercase"><a href="/login">{{ _("Login") }}</a></li>
<li class="btn-login-area"><a href="/login">{{ _("Login") }}</a></li>
{% endif %}
{% endif %}

Laddar…
Avbryt
Spara