File tree 5 files changed +16
-3
lines changed
5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,15 @@ body {
152
152
padding : 7px 10px ;
153
153
}
154
154
155
+ .twitterlogo {
156
+ background-image : url ('/Images/twitter-bird-light-bgs.png' );
157
+ width : 25px ;
158
+ height : 15px ;
159
+ }
160
+
161
+ .twitterlogo span {
162
+ visibility : hidden;
163
+ }
155
164
156
165
a .versionInfo , a .versionInfo : hover , a .versionInfo : active {
157
166
color : # fff ;
Original file line number Diff line number Diff line change 269
269
<Content Include =" Content\jquery.mobile.theme-1.1.0.css" />
270
270
<Content Include =" Content\jquery.mobile.theme-1.1.0.min.css" />
271
271
<Content Include =" Content\Site.Mobile.css" />
272
+ <Content Include =" Images\twitter-bird-light-bgs.png" />
272
273
<Content Include =" TargetFiles\MSBuild-MS-VS\v10.0\WebApplications\Microsoft.WebApplication.Build.Tasks.Dll" />
273
274
<Content Include =" TargetFiles\MSBuild-MS-VS\v11.0\WebApplications\Microsoft.WebApplication.Build.Tasks.Dll" />
274
275
<Content Include =" favicon.ico" />
Original file line number Diff line number Diff line change 1
1
@section PageSpecificMenu
2
2
{
3
3
<ul class =" nav pull-right" data-bind =" visible: projectIsActive" >
4
- <li ><a href =" /" >Close Sroject </a ></li >
4
+ <li ><a href =" /" >× ; Close Project </a ></li >
5
+ <li ><a href =" http://twitter.com/share?url=http://sourcecodereader.apphb.com/&text=Code%20navigation%20for%20Github%20hosted%20C%23%20projects" target =" _blank" class =" twitterlogo" alt =" Share this on Twitter" ><span >Share this on Twitter </span ></a ></li >
5
6
</ul >
6
7
}
7
8
45
46
<li data-bind =" visible: !active, text: text, css: { active: !active}" >
46
47
</li >
47
48
</ul >
49
+
48
50
</div >
49
51
<div class =" projectcontent stylishscrollbar dockrow scroll-x scroll-y" >
50
52
<div class =" showprogress" data-bind =" visible: inProgress" ></div >
112
114
<button class =" close" data-bind =" click: close" >× ; </button >
113
115
<div class =" otherwindowheader" ><span data-bind =" text: title" ></span ></div >
114
116
<div class =" otherwindowpane container stylishscrollbar scroll-x scroll-y" >
115
- <div data-bind =" text: content" class = " message " >
117
+ <pre data-bind =" text: content" >
116
118
117
- </div >
119
+ </pre >
118
120
</div >
119
121
</div >
120
122
<!-- /ko -->
Original file line number Diff line number Diff line change 50
50
</footer >
51
51
</div >
52
52
</div >
53
+ <a href =" https://github.com/cvrajeesh/SourceCodeReader" target =" _blank" ><img style =" position : absolute ; top : 30px ; right : 0 ; border : 0 ;" src =" https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt =" Fork me on GitHub" ></a >
53
54
@Scripts.Render( "~/bundles/all")
54
55
@RenderSection( "scripts", required: false)
55
56
</body >
You can’t perform that action at this time.
0 commit comments