* styles.json:
* map-load.gif:
* mapstyle.css:
* fit-bounds.png:
* mapstyle-ie.css:
* jquery.googlemaps.js:
* pin-pink.png:
* mapstyle.min.css:
* pin-green.png:
* pin-azure.png:
* flag-azure.png:
* flag-green.png:
* needle-pink.png:
* jquery.googlemaps.min.js:
* current-location.png:
* niddle-green.png:
* popup-template-marker.html:
* popup-template-circle.html:
* popup-template-polygon.html:
* popup-template-polyline.html:
* popup-template-rectangle.html: GoogleMaps related add
* AccountController.cs: Fixes the conflict between external and custom
avatar
* BasketController.cs: (Revert to revision
93c18633b9)
* BlogsController.cs: Removes unused statment
* style.css:
* UserPost.aspx:
* UserPosts.aspx: an Avatar
* Web.csproj: Google Maps references and resources
* packages.config: Adds GoogleMapsHelpers, JQuery.GoogleMaps and
MVC.GoogleMaps references
* NpgsqlWorkflow.csproj: The project now references Newtonsoft.Json
* NpgsqlContentProvider.cs: Saves the command parameters
This commit is contained in:
parent
0ec856db45
commit
630ddee841
31 changed files with 1602 additions and 33 deletions
|
|
@ -23,8 +23,8 @@ main {
|
|||
}
|
||||
|
||||
aside {background-color: rgba(32,16,16,0.8);
|
||||
padding: 1em; margin: 0.5em;
|
||||
border-radius:25px; border: solid 1px #000060;
|
||||
padding: 0.5em; margin: 0.5em;
|
||||
border-radius:5px; border: solid 1px #000060;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ footer {
|
|||
justify-content: space-around;
|
||||
z-index:-1;
|
||||
}
|
||||
.actionlink img { top:4px; }
|
||||
|
||||
footer img { max-height: 2em; }
|
||||
|
||||
a {
|
||||
|
|
@ -60,12 +60,9 @@ a {
|
|||
background-color:rgba(0,30,0,0.5);
|
||||
}
|
||||
|
||||
.actionlink:hover {
|
||||
background-color:rgba(30,0,124,0.5);
|
||||
border-color: white;
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #90B090;
|
||||
}
|
||||
|
|
@ -91,6 +88,7 @@ label {
|
|||
width: 95%;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
.metablog {
|
||||
font-style: italic;
|
||||
font-size: small;
|
||||
|
|
@ -112,10 +110,7 @@ padding-left: 20px;
|
|||
|
||||
.actionlink {
|
||||
color: #B0B080;
|
||||
border: solid .5px;
|
||||
right:3px;
|
||||
padding: 4px;
|
||||
border-radius:25px;
|
||||
border-radius:5px;
|
||||
background-color:rgba(0,0,32,0.8);
|
||||
font-size:x-small;
|
||||
z-index:1;
|
||||
|
|
@ -123,6 +118,14 @@ padding-left: 20px;
|
|||
font-family: 'Arial', cursive;
|
||||
}
|
||||
|
||||
.actionlink img { top:4px; }
|
||||
|
||||
.actionlink: hover {
|
||||
background-color:rgba(30,0,124,0.5);
|
||||
border : solid 1px white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.code {
|
||||
font-family: "monospace";
|
||||
background-color: rgba(0,0,256,0.1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue