Fixed auto-complete styling.

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

@ -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

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

@ -1,31 +1,34 @@
/*YUI dropdown*/
.yui3-aclist
/*jQuery UI*/
.ui-widget-header
{
z-index: 100 !important;
width: auto !important;
font-weight: normal;
}
.yui3-aclist-item-active
.t-combobox .t-input
{
background: #065EFE !important;
line-height: 25px;
}
/*jQuery UI*/
.ui-widget-header
.ui-autocomplete
{
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*/
.profiler-button
.profiler-button
{
opacity: 0.4;
}
}

@ -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;
}

Loading…
Cancel
Save