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);

0 commit comments

Comments
 (0)