Removed some styles form the admin that are not being used.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-11-09 20:12:18 -08:00
parent 0ed208a4d1
commit 9cda87f18e
2 changed files with 3 additions and 20 deletions

View File

@@ -10,9 +10,6 @@
zoom:1;
*display: inline;
}
.templates .wasFormInlineLink {
font-size:1.4em;
}
.templates p {
overflow:hidden;
}

View File

@@ -356,7 +356,9 @@ form.link button:hover {
/* Content
***************************************************************/
#main h1 {
#main h1 {
margin:0 0 1em;
}
#main h2, #main h3 {
margin:.5em 0;
}
@@ -515,11 +517,6 @@ textarea {
display:block;
margin:0;
}
margin:0;
}
.secondary fieldset {
margin:.446% 0 .446% .446%;
padding:4px;
form.link button {
background:inherit;
border:0;
@@ -723,17 +720,6 @@ table.items th, table.items td {
padding:8px 12px;
vertical-align:middle;
}
vertical-align:middle;
}
table.items td
{
vertical-align:top;
}
/* todo: Find a better way to do this. These are a fix for buttons and label fonts becomming too large in a table.*/
table label {
font-size:1em;
}
table .button {
/* Content item lists
----------------------------------------------------------*/