Skip to content

Commit 424b98e

Browse files
committed
Commit before ajax
1 parent d42fcb6 commit 424b98e

File tree

10 files changed

+14
-3
lines changed

10 files changed

+14
-3
lines changed

EPAM.MyBlog.UI.Web/Content/css/style.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,26 @@ body{
2424
overflow:hidden;
2525
}
2626

27-
#content, #sidebar{
27+
#content, #sidebar, #loading{
2828
height: 800px;
2929

3030
}
3131

32-
#content {
32+
#loading img{
33+
width:264px;
34+
height:34px;
35+
position:absolute;
36+
left:40%;
37+
top:50%;
38+
39+
}
40+
41+
#content, #loading {
3342
background-color: rgba(229, 220, 213, 0.8);
3443
-ms-word-break: break-all;
3544
word-break: break-all;
3645
overflow-y: auto;
46+
overflow-x: hidden;
3747
}
3848

3949
.head{

EPAM.MyBlog.UI.Web/Content/img/09.gif

17.3 KB
Loading

EPAM.MyBlog.UI.Web/EPAM.MyBlog.UI.Web.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<Content Include="Content\bootstrap.css" />
156156
<Content Include="Content\bootstrap.min.css" />
157157
<Content Include="Content\css\style.css" />
158+
<Content Include="Content\img\09.gif" />
158159
<Content Include="Content\img\712.GIF" />
159160
<Content Include="Content\img\cropped-345656.jpg" />
160161
<Content Include="Content\img\logo.png" />

EPAM.MyBlog.UI.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div class="container main">
6464
<div class="row main">
6565
<div class="col-lg-9 col-md-9 col-sm-9 shadow" id="content">@RenderBody()</div>
66-
<div class="col-lg-9 col-md-9 col-sm-9 shadow hidden" id="loading"><img src="../../Content/img/712.GIF" alt="" /></div>
66+
<div class="col-lg-9 col-md-9 col-sm-9 shadow hidden" id="loading"><img src="../../Content/img/09.gif" alt="" /></div>
6767
<div class="col-lg-3 col-md-3 col-sm-3 shadow" id="sidebar">@Html.Action("Tags", "Search")</div>
6868
</div>
6969
</div>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

EPAM.MyBlog.v11.suo

-489 KB
Binary file not shown.

0 commit comments

Comments
 (0)