Fixed auto-complete styling.

pull/6/head
kay.one 13 years ago
parent c23447e994
commit f84f8ac992

@ -1,5 +1,4 @@
 using System.Linq;
using System;
using System.IO; using System.IO;
using System.Net; using System.Net;
using FizzWare.NBuilder; using FizzWare.NBuilder;
@ -12,7 +11,7 @@ using NzbDrone.Core.Repository;
using NzbDrone.Core.Test.Framework; using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common.AutoMoq; using NzbDrone.Test.Common.AutoMoq;
namespace NzbDrone.Core.Test namespace NzbDrone.Core.Test.ProviderTests
{ {
[TestFixture] [TestFixture]
// ReSharper disable InconsistentNaming // ReSharper disable InconsistentNaming

@ -16,7 +16,7 @@ body
margin-right: auto; margin-right: auto;
width: 85%; width: 85%;
margin-left: auto; margin-left: auto;
min-width: 800px; min-width: 850px;
max-width: 1400px; max-width: 1400px;
} }

@ -1,31 +1,34 @@
/*YUI dropdown*/ /*jQuery UI*/
.yui3-aclist .ui-widget-header
{ {
z-index: 100 !important; font-weight: normal;
width: auto !important;
} }
.yui3-aclist-item-active .t-combobox .t-input
{ {
background: #065EFE !important; line-height: 25px;
} }
.ui-autocomplete
/*jQuery UI*/
.ui-widget-header
{ {
font-weight: normal; border-color: #333333;
background: #333333;
} }
.t-combobox .t-input .ui-autocomplete .ui-state-hover
{ {
line-height: 25px; background: #333333;
border-color: #065EFE;
} }
.ui-menu-item .ui-corner-all
{
color: #065EFE;
}
/*MiniProfiler*/ /*MiniProfiler*/
.profiler-button .profiler-button
{ {
opacity: 0.4; opacity: 0.4;
} }

@ -21,12 +21,6 @@ p, h1, form, button
padding: 14px; padding: 14px;
} }
#stylized h1
{
font-size: 20px;
font-weight: bold;
margin-bottom: 8px;
}
#stylized p #stylized p
{ {
@ -86,7 +80,6 @@ p, h1, form, button
text-align: center; text-align: center;
line-height: 31px; line-height: 31px;
font-size: 11px; font-size: 11px;
font-weight: bold;
} }

Loading…
Cancel
Save