updated grid paging icons

This commit is contained in:
kay.one 2012-03-01 21:02:42 -08:00
parent 6b311a42fb
commit 545c9cb91e
17 changed files with 43 additions and 40 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 275 B

View File

@ -1,4 +1,4 @@
.gridImage , .gridAction .gridImage, .gridAction
{ {
width: 18px; width: 18px;
height: 18px; height: 18px;
@ -7,7 +7,7 @@
vertical-align: middle; vertical-align: middle;
border: none; border: none;
} }
.gridAction:hover .gridAction:hover
{ {
cursor: pointer; cursor: pointer;
@ -20,7 +20,7 @@
border-style: none; border-style: none;
border-collapse: collapse; border-collapse: collapse;
} }
.seriesTable th .seriesTable th
{ {
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif; font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
@ -32,7 +32,7 @@
background-color: white; background-color: white;
font-weight: lighter; font-weight: lighter;
} }
.seriesTable td .seriesTable td
{ {
border-style: solid; border-style: solid;
@ -47,14 +47,14 @@
font-size: 20px; font-size: 20px;
background-color: #CAD5E3; background-color: #CAD5E3;
font-weight: lighter; font-weight: lighter;
color: #3C3C3C; color: #3C3C3C;
} }
.detail-row .detail-row
{ {
display: none; display: none;
} }
/* Colour alternating rows */ /* Colour alternating rows */
.seriesTable .alt-row .seriesTable .alt-row
{ {
@ -64,30 +64,54 @@
/* Episode Grid Row Colouring */ /* Episode Grid Row Colouring */
.episodeIgnored .episodeIgnored
{ {
background: rgb(229, 228, 228); background: rgb(229, 228, 228);
opacity: 0.7; opacity: 0.7;
} }
.episodeMissing .episodeMissing
{ {
background-color: #f5d6d6; background-color: #f5d6d6;
} }
/*Hidden Grid to prevent FOUSC*/ /*Hidden Grid to prevent FOUSC*/
.hidden-grid { .hidden-grid
{
display: none; display: none;
} }
.grid-container { .grid-container
{
overflow: hidden; overflow: hidden;
} }
table.dataTable thead th.sorting_disabled { table.dataTable thead th.sorting_disabled
cursor:default; {
cursor: default;
} }
table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting:hover { .dataTables_paginate {
margin-top: 10px;
}
table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting:hover
{
background-color: #e7efff; background-color: #e7efff;
} }
.paginate_disabled_previous:hover, .paginate_disabled_next:hover, .paginate_disabled_first:hover, .paginate_disabled_last:hover, .paginate_disabled_previous, .paginate_disabled_next, .paginate_disabled_first, .paginate_disabled_last
{
opacity: 0.2;
cursor: default;
}
.paginate_enabled_previous, .paginate_enabled_next, .paginate_enabled_first, .paginate_enabled_last
{
opacity: 0.7;
}
.paginate_enabled_previous:hover, .paginate_enabled_next:hover, .paginate_enabled_first:hover, .paginate_enabled_last:hover
{
opacity: 1;
}

View File

@ -1,5 +1,4 @@
@model String @model String
@using NzbDrone.Web.Helpers
@{ViewBag.Title = "History";} @{ViewBag.Title = "History";}
@section ActionMenu{ @section ActionMenu{
<ul class="sub-menu"> <ul class="sub-menu">
@ -7,10 +6,6 @@
<li>@Ajax.ActionLink("Purge History", "Purge", "History", null, new AjaxOptions{ OnSuccess = "reloadGrid" })</li> <li>@Ajax.ActionLink("Purge History", "Purge", "History", null, new AjaxOptions{ OnSuccess = "reloadGrid" })</li>
</ul> </ul>
} }
@section HeaderContent
{
@Html.IncludeCss("Grid.css")
}
<div class="grid-container"> <div class="grid-container">
<table id="historyGrid" class="dataTablesGrid hidden-grid"> <table id="historyGrid" class="dataTablesGrid hidden-grid">

View File

@ -1,12 +1,7 @@
@model String @model String
@using NzbDrone.Common
@using NzbDrone.Web.Helpers @using NzbDrone.Web.Helpers
@using NzbDrone.Web.Models;
@{ViewBag.Title = "Missing";} @{ViewBag.Title = "Missing";}
@section HeaderContent
{
@Html.IncludeCss("Grid.css")
}
@section ActionMenu{ @section ActionMenu{
<ul class="sub-menu"> <ul class="sub-menu">
<li>@Ajax.ActionLink("Start RSS Sync", "RssSync", "Command", null, null)</li> <li>@Ajax.ActionLink("Start RSS Sync", "RssSync", "Command", null, null)</li>

View File

@ -6,8 +6,6 @@
@section HeaderContent @section HeaderContent
{ {
@Html.IncludeCss("Settings.css") @Html.IncludeCss("Settings.css")
@Html.IncludeCss("Grid.css")
<style> <style>
.seasonToggleTopGroup .seasonToggleTopGroup
{ {

View File

@ -1,13 +1,10 @@
@using NzbDrone.Common
@using NzbDrone.Web.Helpers @using NzbDrone.Web.Helpers
@using NzbDrone.Web.Models;
@model string @model string
@{ViewBag.Title = "NzbDrone";} @{ViewBag.Title = "NzbDrone";}
@section HeaderContent @section HeaderContent
{ {
@Html.IncludeCss("Settings.css") @Html.IncludeCss("Settings.css")
@Html.IncludeCss("Grid.css")
} }
<style> <style>
.ui-progressbar .ui-progressbar

View File

@ -17,6 +17,7 @@
{ {
@MvcMiniProfiler.MiniProfiler.RenderIncludes() @MvcMiniProfiler.MiniProfiler.RenderIncludes()
} }
@Html.IncludeCss("Grid.css")
@RenderSection("HeaderContent", required: false) @RenderSection("HeaderContent", required: false)
} }
<div id="centered"> <div id="centered">

View File

@ -1,12 +1,7 @@
@using NzbDrone.Web.Models
@using NzbDrone.Web.Helpers @using NzbDrone.Web.Helpers
@model string @model string
@{ViewBag.Title = "Jobs";} @{ViewBag.Title = "Jobs";}
@section HeaderContent
{
@Html.IncludeCss("Grid.css")
}
<div class="grid-container"> <div class="grid-container">
<table id="jobGrid" class="dataTablesGrid hidden-grid no-details"> <table id="jobGrid" class="dataTablesGrid hidden-grid no-details">

View File

@ -1,9 +1,7 @@
@using NzbDrone.Web.Helpers @model NzbDrone.Web.Models.UpcomingEpisodesModel
@model NzbDrone.Web.Models.UpcomingEpisodesModel
@{ViewBag.Title = "Upcoming";} @{ViewBag.Title = "Upcoming";}
@section HeaderContent @section HeaderContent
{ {
@Html.IncludeCss("Grid.css")
<style> <style>
.gridControls .gridControls
{ {