Adjust breadcrumb schema; Styling fix

refactor-intermediate-models
BuildFeed Bot 2018-02-09 18:51:40 +00:00
parent e1e9eee8ed
commit 1d4fc6f91e
10 changed files with 22 additions and 16 deletions

View File

@ -25,13 +25,13 @@
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<span itemprop="name">BuildFeed</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
{
family = ViewBag.Item
})">

View File

@ -34,13 +34,13 @@
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<span itemprop="name">BuildFeed</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewFamily), "Front", new
{
family = Model.Family
})">
@ -49,7 +49,7 @@
<meta itemprop="position" content="2" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewBuild), "Front", new
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewBuild), "Front", new
{
id = Model.Id
})">

View File

@ -31,13 +31,13 @@
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<span itemprop="name">BuildFeed</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewLab), "Front", new
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewLab), "Front", new
{
lab = ViewBag.Item
})">

View File

@ -25,13 +25,13 @@
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<span itemprop="name">BuildFeed</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewSource), "Front", new
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewSource), "Front", new
{
source = ViewBag.Item
})">

View File

@ -23,13 +23,13 @@
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<span itemprop="name">BuildFeed</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewVersion), "Front", new
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewVersion), "Front", new
{
ViewBag.Item.major,
ViewBag.Item.minor

View File

@ -31,13 +31,13 @@
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb-list">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<a itemprop="item" href="@Url.Action(nameof(FrontController.Index), "Front")">
<span itemprop="name">BuildFeed</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="@Url.Action(nameof(FrontController.ViewYear), "Front", new
<a itemprop="item" href="@Url.Action(nameof(FrontController.ViewYear), "Front", new
{
year = ViewBag.Item
})">

View File

@ -22,7 +22,7 @@
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>@ViewBag.Title</title>
<link href="/res/css/default.css" rel="stylesheet" type="text/css" />
<link href="/res/css/default.css?180209" rel="stylesheet" type="text/css" />
<link href="@(VirtualPathUtility.ToAbsolute(((Theme)ViewBag.Theme).CssPath))" rel="stylesheet" type="text/css" />
@if (isRtl)
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -840,6 +840,12 @@ article
border-right: 0;
}
select
{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
button
{
width: 120px;