Skip to content

Commit aa7dcfe

Browse files
author
Farzin Seyfolahi
committed
styles improved. loading changed.
1 parent 8d8c2d6 commit aa7dcfe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+34
-24
lines changed

BlogEngine/BlogEngine.NET/App_GlobalResources/labels.designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/App_GlobalResources/labels.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,7 @@
25562556
<value>About</value>
25572557
</data>
25582558
<data name="blogEngineComment" xml:space="preserve">
2559-
<value>BlogEngine Comment</value>
2559+
<value>BlogEngine</value>
25602560
</data>
25612561
<data name="blogLanguage" xml:space="preserve">
25622562
<value>Blog Language</value>

BlogEngine/BlogEngine.NET/admin/index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
}
55
<button tabindex="-1" class="sidebar-toggle"><span></span><span></span><span></span></button>
66
<div ng-view="" id="ng-view"></div>
7-
<div class="main-loading" id="global-loading"><div class="loader"></div><span class="loader-text">Working...</span></div>
7+
<div class="main-loading" id="global-loading"><div class="loader"></div></div>
88
@Scripts.Render("~/scripts/blogadmin")

BlogEngine/BlogEngine.NET/admin/themes/standard/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/admin/themes/standard/css/styles.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/base/_reset.scss renamed to BlogEngine/BlogEngine.NET/admin/themes/standard/scss/base/_reset.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ img {
1212

1313
label {
1414
font-weight: $font-weight-normal;
15+
white-space: nowrap;
1516
}
1617

1718
hr {

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/base/_utilites.scss renamed to BlogEngine/BlogEngine.NET/admin/themes/standard/scss/base/_utilites.scss

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,23 @@
44
@include border-radius(3px);
55
background: none;
66
text-transform: uppercase;
7-
border: 2px solid #1cac7b;
8-
padding: 6px 8px;
97
z-index: 2;
108
position: fixed;
119
right: 30px;
1210
bottom: 30px;
1311

1412
.loader {
1513
display: inline-block;
16-
width: 20px;
17-
height: 20px;
18-
border: solid 3px #aaa;
14+
width: 30px;
15+
height: 30px;
16+
border: solid 5px #aaa;
1917
border-left-color: #1cac7b;
2018
@include box-sizing(border-box);
2119
@include border-radius(50%);
2220
-webkit-animation: loader 400ms linear infinite;
2321
animation: loader 400ms linear infinite;
2422
}
2523

26-
.loader-text {
27-
font-size: 10px;
28-
color: #666;
29-
vertical-align: top;
30-
position: relative;
31-
top: 4px;
32-
margin-left: 6px;
33-
display: inline-block;
34-
}
35-
3624
@-webkit-keyframes loader {
3725
0% {
3826
-webkit-transform: rotate(0deg);

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/layout/_sidebar.scss renamed to BlogEngine/BlogEngine.NET/admin/themes/standard/scss/layout/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
@media screen and (max-height:700px) {
197197
.main-sidebar {
198198
.logo-sidebar {
199-
display:none;
199+
display: none;
200200
}
201201
}
202-
}
202+
}

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/modules/_forms.scss renamed to BlogEngine/BlogEngine.NET/admin/themes/standard/scss/modules/_forms.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
outline: none;
2626
}
2727
}
28+
.ltr-form-control{
29+
direction:ltr;
30+
}
2831

2932
input[type=text],
3033
input[type=password],
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.custom-plugins-view {
2+
.table-item-plugins {
3+
.item-desc {
4+
text-align: right;
5+
6+
span {
7+
width: auto !important;
8+
}
9+
}
10+
}
11+
}

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/rtl/_rtl.scss renamed to BlogEngine/BlogEngine.NET/admin/themes/standard/scss/rtl/_rtl.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
@import "rtl.forms";
2424
// dashboard section
2525
@import "rtl.dashboard";
26+
// settings section
2627
@import "rtl.settings";
28+
// custom section
29+
@import "rtl.plugins";
30+
// about section
2731
@import "rtl.about";
2832

2933
.main-loading {

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/rtl/_rtl.sidebar.scss renamed to BlogEngine/BlogEngine.NET/admin/themes/standard/scss/rtl/_rtl.sidebar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.main-sidebar {
22
.nav-user {
33
.nav-user-info {
4+
padding-left:0;
5+
padding-right:$sidebar-global-height;
6+
47
.nav-user-img {
58
left: auto;
69
right: 0;

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/styles.scss renamed to BlogEngine/BlogEngine.NET/admin/themes/standard/scss/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
Author: Farzin Seyfolahi - http://seyfolahi.net/
4-
Version: 3.0
4+
Version: 3.1
55
66
*/
77

0 commit comments

Comments
 (0)