Skip to content

Commit 3431670

Browse files
author
FrancisCorona
committed
Admin section changed from CSS to SASS.
1 parent 4be8bc4 commit 3431670

Some content is hidden

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

55 files changed

+3540
-436
lines changed

BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,7 @@
133133
<Content Include="admin\app\custom\themes\themeGallery.html" />
134134
<Content Include="admin\app\custom\themes\themeView.html" />
135135
<Content Include="admin\app\custom\widgets\widgetView.html" />
136-
<Content Include="admin\themes\standard\css\01.main.css" />
137-
<Content Include="admin\themes\standard\css\02.nav.css" />
138-
<Content Include="admin\themes\standard\css\03.header.css" />
139-
<Content Include="admin\themes\standard\css\04.forms.css" />
140-
<Content Include="admin\themes\standard\css\05.dashboard.css" />
141-
<Content Include="admin\themes\standard\css\06.users.css" />
142-
<Content Include="admin\themes\standard\css\07.tables.css" />
143-
<Content Include="admin\themes\standard\css\08.posts.css" />
144-
<Content Include="admin\themes\standard\css\09.custom.css" />
145-
<Content Include="admin\themes\standard\css\10.newpost.css" />
146-
<Content Include="admin\themes\standard\css\11.blogengine.css" />
147-
<Content Include="admin\themes\standard\css\12.comments.css" />
136+
<Content Include="admin\themes\standard\css\styles.css" />
148137
<Content Include="admin\themes\standard\img\logo-sidebar.png" />
149138
<Content Include="admin\themes\standard\img\profile.png" />
150139
<Content Include="App_Data\posts\f39c3289-e861-48f7-a4b7-edaaffe6f6dc.xml" />
@@ -260,7 +249,6 @@
260249
<Content Include="admin\editors\tinymce\tinymce.min.js" />
261250
<Content Include="admin\admin.master" />
262251
<Content Include="admin\index.cshtml" />
263-
<Content Include="admin\themes\standard\css\admin.css" />
264252
<Content Include="admin\about.cshtml" />
265253
<Content Include="admin\app\settings\controlView.html" />
266254
<Content Include="admin\app\settings\controls\blogrollView.html" />
@@ -680,6 +668,30 @@
680668
<Content Include="admin\app\editor\editpost.cshtml" />
681669
<Content Include="admin\app\editor\filemanager.cshtml" />
682670
<Content Include="admin\app\editor\Web.Config" />
671+
<Content Include="admin\themes\standard\sass\base\_base.scss" />
672+
<Content Include="admin\themes\standard\sass\base\_font.scss" />
673+
<Content Include="admin\themes\standard\sass\base\_mixins.scss" />
674+
<Content Include="admin\themes\standard\sass\base\_variables.scss" />
675+
<Content Include="admin\themes\standard\sass\layout\_footer.scss" />
676+
<Content Include="admin\themes\standard\sass\layout\_main.scss" />
677+
<Content Include="admin\themes\standard\sass\layout\_sidebar.scss" />
678+
<Content Include="admin\themes\standard\sass\modules\_btn.scss" />
679+
<Content Include="admin\themes\standard\sass\modules\_forms.scss" />
680+
<Content Include="admin\themes\standard\sass\modules\_modals.scss" />
681+
<Content Include="admin\themes\standard\sass\styles.scss" />
682+
<Content Include="admin\themes\standard\css\styles.css.map" />
683+
<None Include="admin\themes\standard\sass\base\_reset.scss" />
684+
<Content Include="admin\themes\standard\sass\base\_utilites.scss" />
685+
<Content Include="admin\themes\standard\sass\pages\_about.scss" />
686+
<Content Include="admin\themes\standard\sass\base\_responsive.scss" />
687+
<Content Include="admin\themes\standard\sass\pages\_dashboard.scss" />
688+
<Content Include="admin\themes\standard\sass\pages\_users.scss" />
689+
<Content Include="admin\themes\standard\sass\modules\_tables.scss" />
690+
<Content Include="admin\themes\standard\sass\pages\_posts.scss" />
691+
<Content Include="admin\themes\standard\sass\pages\_custom.scss" />
692+
<Content Include="admin\themes\standard\sass\pages\_newpost.scss" />
693+
<Content Include="admin\themes\standard\sass\modules\_panels.scss" />
694+
<Content Include="admin\themes\standard\sass\layout\_header.scss" />
683695
<None Include="Scripts\jquery-2.1.4.intellisense.js" />
684696
<Content Include="Scripts\i18n\angular-locale_aa-dj.js" />
685697
<Content Include="Scripts\i18n\angular-locale_aa-er.js" />
Loading

BlogEngine/BlogEngine.NET/admin/about.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
};
4040
}
41-
<div ng-controller="AboutController">
41+
<div ng-controller="AboutController" class="content">
4242
<div class="page-header clearfix">
4343
<h2 class="page-title pull-left">About</h2>
4444
</div>

BlogEngine/BlogEngine.NET/admin/app/content/blogs/blogView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h4 class="modal-title">{{modalTitle}}</h4>
106106
</div>
107107
</div>
108108
<div class="page-header clearfix">
109-
<h2 class="page-title pull-left"> <a href="#" class="help-link" data-title=""><i class="fa fa-question-circle"></i></a>
109+
<h2 class="page-title pull-left">
110110
{{lbl.blogs}}
111111
</h2>
112112
<button data-ng-click="modalNew()" class="btn btn-success btn-sm btn-hasicon pull-left"><i class="fa fa-plus"></i>{{lbl.theNew}}</button>

BlogEngine/BlogEngine.NET/admin/app/content/categories/categoryView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ <h4 class="modal-title">{{lbl.addNewCategory}}</h4>
3333
</form>
3434
<div class="page-header clearfix">
3535
<h2 class="page-title pull-left">
36-
<a href="#" class="help-link" data-title=""><i class="fa fa-question-circle"></i></a>
3736
{{lbl.categories}} <span id="spinner" class="loaded"><i class="fa fa-spinner fa-spin fa-sm"></i></span>
3837
</h2>
3938
<a data-ng-click="addNew()" class="btn btn-success btn-hasicon btn-sm pull-left"><i class="fa fa-plus"></i>{{lbl.theNew}}</a>

BlogEngine/BlogEngine.NET/admin/app/content/comments/commentFilters.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ <h4 class="modal-title">Add Filter</h4>
5959

6060
<div class="page-header clearfix">
6161
<h2 class="page-title pull-left">
62-
<a href="#" class="help-link" data-title=""><i class="fa fa-question-circle"></i></a>
6362
{{lbl.filters}} <span id="spinner" class="loaded"><i class="fa fa-spinner fa-spin fa-sm"></i></span>
6463
</h2>
6564
<button type="button" class="btn btn-default btn-sm btn-hasicon pull-left" onclick="window.history.back()"><i class="fa fa-angle-left"></i>Back</button>

BlogEngine/BlogEngine.NET/admin/app/content/comments/commentView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ <h4 class="modal-title">{{vm.Detail.Title}}</h4>
2222

2323
<div class="page-header clearfix">
2424
<h2 class="page-title pull-left">
25-
<a href="#" class="help-link" data-title=""><i class="fa fa-question-circle"></i></a>
2625
{{lbl.comments}} <span id="spinner" class="loaded"><i class="fa fa-spinner fa-spin fa-sm"></i></span>
2726
</h2>
2827
<div class="btn-group pull-left">

BlogEngine/BlogEngine.NET/admin/app/content/pages/pageView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div data-ng-controller="PagesController">
22
<div class="page-header clearfix">
3-
<h2 class="page-title pull-left"> <a href="#" class="help-link" data-title=""><i class="fa fa-question-circle"></i></a>
3+
<h2 class="page-title pull-left">
44
{{lbl.pages}} <span id="spinner" class="loaded"><i class="fa fa-spinner fa-spin fa-sm"></i></span>
55
</h2>
66
<a href="{{SiteVars.RelativeWebRoot}}admin/app/editor/editpage.cshtml" class="btn btn-hasicon btn-sm btn-success pull-left"><i class="fa fa-plus"></i>{{lbl.theNew}}</a>

BlogEngine/BlogEngine.NET/admin/app/content/posts/postView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<div data-ng-controller="PostsController">
33
<div class="page-header clearfix">
44
<h2 class="page-title pull-left">
5-
<a href="#" class="help-link" data-title=""><i class="fa fa-question-circle"></i></a>
65
{{lbl.posts}}
76
</h2>
87
<a href="{{SiteVars.RelativeWebRoot}}admin/app/editor/editpost.cshtml" class="btn btn-success btn-sm btn-hasicon pull-left"><i class="fa fa-plus"></i>{{lbl.theNew}}</a>

BlogEngine/BlogEngine.NET/admin/app/content/tags/tagView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
</div>
1919
<div class="page-header clearfix">
20-
<h2 class="page-title pull-left"> <a href="#" class="help-link" data-title=""><i class="fa fa-question-circle"></i></a>
20+
<h2 class="page-title pull-left">
2121
{{lbl.tags}} <span id="spinner" class="loaded"><i class="fa fa-spinner fa-spin fa-sm"></i></span>
2222
</h2>
2323
<div class="btn-group pull-left">

0 commit comments

Comments
 (0)