Skip to content

Commit 13b3e80

Browse files
committed
some issues fixed.
1 parent 7e7bc65 commit 13b3e80

File tree

11 files changed

+21
-989
lines changed

11 files changed

+21
-989
lines changed

BlogEngine/BlogEngine.NET/Account/account.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ figcaption { text-align: center; font-size: 0.75rem; }
5858
.text-center { text-align: center; }
5959
h1 { font-size: 18px; margin: 0; }
6060
.account { padding-top: 5%; width: 360px; max-width: 100%; margin: 0 auto 50px; }
61-
label { text-transform: uppercase; }
61+
label { text-transform: capitalize; }
6262
.account hr { border: none; height: 1px; background: #ddd; margin: 0; }
6363
.account-box { background-color: #fff; -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1); box-shadow: 0px 0px 5px rgba(0,0,0,.1); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; overflow: hidden; }
6464
.account-body { padding: 30px; }
6565
.account-title { padding: 0 30px; line-height: 62px; height: 60px; background-color: #f9f9f9; border-bottom: 1px solid #eee; font-weight: 400; color: #666; text-transform: uppercase; position: relative; }
66-
.account-title span { display: block; }
66+
.account-title span { display: block; font-weight:500; }
6767
.account-header { margin-bottom: 40px; }
6868
.warning { background-color: #ea5a5a; color: #fff; padding: 10px 10px 10px 30px; margin-bottom: 10px; }
6969
.warning a { color: #fff; }
@@ -74,7 +74,7 @@ input[type=password] { border: 1px solid #ccc; display: block; width: 100%; outl
7474
input[type=text]:focus,
7575
input[type=password]:focus { border-color: #bbb; }
7676
input[type=checkbox] { position: relative; top: 2px; margin-right: 5px; }
77-
.btn { display: block; width: 100%; height: 40px; background-color: #24b685; text-align: center; color: #fff; border: none; outline: none; }
77+
.btn { display: block; width: 100%; height: 40px; line-height:41px; background-color: #24b685; text-align: center; color: #fff; border: none; outline: none;text-transform:uppercase; font-weight:500; letter-spacing:1px; }
7878
.btn:hover,
7979
.btn:focus { background-color: #18aa79; }
8080
.btn:active { box-shadow: 0 0 9px rgba(0,0,0,.2) inset; }

BlogEngine/BlogEngine.NET/Account/account.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head id="Head1" runat="server">
77
<title>Account Login</title>
88
<meta name="description" content="Account Login Membership User Password" />
9-
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
9+
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
1010
<link href="account.css" rel="stylesheet" />
1111
<script src="../Scripts/jquery-2.1.4.min.js"></script>
1212
<script type="text/javascript" src="account.js"></script>

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/css/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ textarea.form-control { height: auto; }
153153
.container:before { display: table; }
154154
.container:after { clear: both; content: ""; }
155155
form, body, html { height: 100%; }
156-
.wrapper { min-height: 100%; margin-bottom: -100px; position: relative; }
156+
.wrapper { min-height: 100%; margin-bottom: -100px; }
157157
.wrapper:after { content: ""; display: block; }
158158
.footer, .wrapper:after { height: 100px; }
159159

@@ -439,6 +439,9 @@ form, body, html { height: 100%; }
439439
.header-nav ul li { margin: 0 10px !important; }
440440
.post .post-info .pull-right { display: none; }
441441
.post-home .post-info { display: none; }
442+
.post-home .post-header { padding: 0; }
443+
.post-home .post-header .post-title { margin: 0; }
444+
.post-home .post-header .post-title a { padding: 15px; display: block; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
442445
.comment-item .comment-content { margin: 0 0 10px !important; }
443446
.comment-item .comment-gravatar { display: none; }
444447
.footer { padding: 15px 0; }

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

Lines changed: 1 addition & 977 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/css/styles.css.map

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/sass/base/_utilites.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
text-transform: uppercase;
77
border: 2px solid #1cac7b;
88
padding: 6px 8px;
9-
z-index: 10000;
9+
z-index: 2;
1010
position: fixed;
1111
right: 30px;
1212
bottom: 30px;
@@ -78,4 +78,4 @@
7878
.well {
7979
background-color: #fff;
8080
@include border-radius(0);
81-
}
81+
}

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/layout/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
@include border-radius(3px);
215215
padding: 10px;
216216
width: 200px;
217-
z-index: 1;
217+
z-index:2;
218218

219219
&:after {
220220
content: "";

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/layout/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
position: fixed;
7070
top: 0;
7171
left: 0;
72-
z-index: 1;
72+
z-index: 2;
7373
background-color: rgba(0, 0, 0, 0.70);
7474
display: none;
7575

BlogEngine/BlogEngine.NET/admin/themes/standard/sass/pages/custom/_themes.gallery.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
}
181181

182182
.star-rating {
183-
margin-top: 5px;
183+
margin-top: 10px;
184184
width: 75px;
185185
}
186186

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@
2525
@import "rtl.dashboard";
2626
@import "rtl.settings";
2727
@import "rtl.about";
28+
29+
.main-loading {
30+
right: auto;
31+
left: 30px;
32+
}
2833
}

0 commit comments

Comments
 (0)