Google date quey,
refactiring, docpage * Yavsc.sln: * Web.csproj: * YavscModel.csproj: * OtherWebException.cs: * ProjectInfo.cs: * IValueProvider.cs: * CalendarApi.cs: * HomeController.cs: * TemplateException.cs: * WorkFlowController.cs: * NpgsqlWorkflow.csproj: * GoogleErrorMessage.cs: * ITCPNpgsqlProvider.cs: * NpgsqlContentProvider.cs: * ITContentProvider.csproj: * FrontOfficeApiController.cs: * NpgsqlContentProvider.csproj: refactoring * App.master: * WebApiConfig.cs: New Web api configuration architecture * SalesCatalog.csproj: * XmlCatalogProvider.cs: using MVC to get the catalog xml filename * WorkFlowManager.cs: * FrontOfficeController.cs: * CatalogManager.cs: No more extra argument to get the catalog * DateQuery.aspx: * AskForADate.cs: * GoogleController.cs: Google Date new query model * style.css: * BBCodeHelper.cs: Doc page responsive design * Service.cs: * SetPrice.cs: xml doc * WebApiConfig.cs: refactioring
This commit is contained in:
parent
7b0dd0c1e2
commit
721b11eba3
29 changed files with 124 additions and 104 deletions
|
|
@ -22,24 +22,20 @@ main {
|
|||
margin:.5em;
|
||||
}
|
||||
|
||||
aside {background-color: rgba(32,16,16,0.8);
|
||||
.panel,.bshpanel,aside {
|
||||
background-color: rgba(32,16,16,0.8);
|
||||
padding: 0.5em; margin: 0.5em;
|
||||
border-radius:5px; border: solid 1px #000060;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.bsh { float: right; }
|
||||
video,img {
|
||||
max-width:100%;
|
||||
max-height:75%;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background-color: rgba(16,32,32,0.8);
|
||||
padding: 1em; margin: 0.5em;
|
||||
border-radius:25px; border: solid 1px #000060;
|
||||
max-width: 17em;
|
||||
max-height:30em; border:solid green 1px;}
|
||||
|
||||
|
||||
footer {
|
||||
position:fixed;
|
||||
|
|
@ -176,9 +172,21 @@ padding-left: 20px;
|
|||
body {background-color:white;color:black;}
|
||||
header,footer,.postcomment,.actionlink,.metablog{ display:none;}
|
||||
}
|
||||
|
||||
@media all and (min-width: 641px) {
|
||||
.bshpanel { display:block; }
|
||||
.bsh { display: none; }
|
||||
}
|
||||
@media all and (max-width: 640px) {
|
||||
|
||||
.bshpanel { display:none; }
|
||||
.bsh { display: inline; }
|
||||
|
||||
.bshd:hover .bshpanel {
|
||||
display: block;
|
||||
}
|
||||
.bshd:hover .bsh {
|
||||
display: none;
|
||||
}
|
||||
footer img {
|
||||
max-height: 1em;
|
||||
}
|
||||
|
|
@ -186,4 +194,7 @@ padding-left: 20px;
|
|||
font-size: xx-small;
|
||||
}
|
||||
body { margin-bottom:1em; font-size: smaller; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue