more root dir UI cleanup

This commit is contained in:
kay.one
2011-07-01 00:23:07 -07:00
parent c65b0a68b0
commit 9deea44c87
11 changed files with 1181 additions and 285 deletions

View File

@@ -4,7 +4,7 @@
padding: 5px 10px 5px 10px;
background-repeat: no-repeat;
background-position: 5px center;
background-color: #dbe4e9;
background-color: #cccccc;
margin-bottom: 10px;
display: inline-block;
font-size: 15px;

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
/*YUI dropdown*/
.yui3-aclist
{
z-index: 100 !important;
width: auto !important;
}
.yui3-aclist-item-active
{
background: #065EFE !important;
}

View File

@@ -58,7 +58,6 @@ p, h1, form, button{border:0; margin:0; padding:0;}
#stylized input, select
{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;

View File

@@ -6,7 +6,7 @@ h1, h2, h3
body
{
background: #191919 url(images/img07.jpg) no-repeat right top;
font-family: "Segoe UI" , "Segoe UI Light" , Tahoma, Geneva, sans-serif;
font-family: "Segoe UI" , "Segoe UI Light" , Tahoma, Geneva, sans-serif !important;
font-size: 13px;
color: #3C3C3C;
background-attachment: fixed;
@@ -169,6 +169,21 @@ button:active, input[type="button"]:active, input[type="submit"]:active, input[t
border-color: #0C48B6;
}
input, select
{
font-size: larger;
padding: 4px 2px;
border: solid 1px #aacfe4;
width: 200px;
margin: 2px 0 20px 10px;
height: 20px;
}
select
{
height: 30px;
}
.listButton
{
padding: 2px 10px 2px 10px;
@@ -181,8 +196,7 @@ button:active, input[type="button"]:active, input[type="submit"]:active, input[t
{
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #3C3C3C;
/* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */
border-bottom-color: #3C3C3C; /* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */
padding-bottom: 2px;
}