mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
some css cleanup
This commit is contained in:
parent
777afcff5f
commit
f028770542
@ -19,28 +19,6 @@ fieldset
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1
|
|
||||||
{
|
|
||||||
font-size: 52px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2
|
|
||||||
{
|
|
||||||
font-size: 26px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3
|
|
||||||
{
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p, ul, ol
|
|
||||||
{
|
|
||||||
line-height: 240%;
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
a
|
a
|
||||||
{
|
{
|
||||||
color: #065EFE;
|
color: #065EFE;
|
||||||
@ -51,8 +29,6 @@ a:hover
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hr
|
hr
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
@ -60,17 +36,12 @@ hr
|
|||||||
|
|
||||||
/* Menu */
|
/* Menu */
|
||||||
|
|
||||||
#menu
|
|
||||||
{
|
|
||||||
height: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu ul
|
#menu ul
|
||||||
{
|
{
|
||||||
margin: 0;
|
padding: 0px 0px 0px 0px;
|
||||||
padding: 8px 0px 0px 0px;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
line-height: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu li
|
#menu li
|
||||||
@ -83,8 +54,7 @@ hr
|
|||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
height: 28px;
|
padding: 9px 30px 0px 35px;
|
||||||
padding: 7px 30px 0px 35px;
|
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -92,6 +62,7 @@ hr
|
|||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu a:hover
|
#menu a:hover
|
||||||
@ -232,12 +203,6 @@ button:active, input[type="button"]:active, input[type="submit"]:active, input[t
|
|||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the font size for Grids */
|
|
||||||
.Grid
|
|
||||||
{
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-group
|
.edit-group
|
||||||
{
|
{
|
||||||
width: 435px;
|
width: 435px;
|
||||||
|
@ -1,25 +1,23 @@
|
|||||||
@using Helpers;
|
@using Helpers;
|
||||||
|
|
||||||
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head runat="server">
|
<head runat="server">
|
||||||
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
||||||
<title>NZBDrone</title>
|
<title>NZBDrone</title>
|
||||||
@{Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css")
|
<link href="/Content/Blueprint/screen.css" rel="stylesheet" type="text/css" />
|
||||||
//.Add("Blueprint/screen.css")
|
<link href="/Content/Blueprint/ie.css" rel="stylesheet" type="text/css" />
|
||||||
//.Add("Blueprint/ie.css")
|
<link type="text/css" href="http://aspnet-skins.telerikstatic.com/mvcz/2011.1.414/telerik.common.min.css"
|
||||||
.Add("telerik.sitefinity.css")
|
rel="stylesheet" />
|
||||||
//.Add("notibar.css")
|
<link type="text/css" href="http://aspnet-skins.telerikstatic.com/mvcz/2011.1.414/telerik.sitefinity.min.css"
|
||||||
//.Add("Site.css")
|
rel="stylesheet" />
|
||||||
//.Add("jquery-ui.css")
|
<link type="text/css" href="http://aspnet-skins.telerikstatic.com/mvcz/2011.1.414/telerik.rtl.min.css"
|
||||||
//.Add("jquery-ui.custom.css").Compress(true))
|
rel="stylesheet" />
|
||||||
).Render();}
|
<link href="/Content/Site.css" rel="stylesheet" type="text/css" />
|
||||||
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
|
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
|
||||||
@RenderSection("HeaderContent", required: false)
|
@RenderSection("HeaderContent", required: false)
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="menu" class="span-24 last">
|
<div id="menu" class="span-24 last prepend-top append-bottom">
|
||||||
<ul>
|
<ul>
|
||||||
@MvcHtmlString.Create(Html.CurrentActionLink("Series", "Index", "Series"))
|
@MvcHtmlString.Create(Html.CurrentActionLink("Series", "Index", "Series"))
|
||||||
@MvcHtmlString.Create(Html.CurrentActionLink("Upcoming", "Index", "Upcoming"))
|
@MvcHtmlString.Create(Html.CurrentActionLink("Upcoming", "Index", "Upcoming"))
|
||||||
@ -29,14 +27,18 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="logo" class="span-24 last">
|
<div class="span-24 last">
|
||||||
@RenderSection("TitleContent", required: false)
|
<div id="logo">
|
||||||
|
@RenderSection("TitleContent", required: false)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="page" class="span-24 last">
|
<div class="span-24 last">
|
||||||
@RenderSection("ActionMenu", required: false)
|
<div id="page">
|
||||||
@RenderSection("MainContent", required: false)
|
@RenderSection("ActionMenu", required: false)
|
||||||
@RenderBody()
|
@RenderSection("MainContent", required: false)
|
||||||
|
@RenderBody()
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="footer" class="span-24 last">
|
<div id="footer" class="span-24 last">
|
||||||
|
Loading…
Reference in New Issue
Block a user