Fixed auto-complete styling.

This commit is contained in:
kay.one 2011-12-03 15:22:49 -08:00
parent c23447e994
commit f84f8ac992
4 changed files with 23 additions and 28 deletions

View File

@ -1,5 +1,4 @@

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

View File

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

View File

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

View File

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