From 9cda87f18e4fa88b16057d8ebcce4af2d662d295 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Tue, 9 Nov 2010 20:12:18 -0800 Subject: [PATCH] Removed some styles form the admin that are not being used. --HG-- branch : dev --- .../Modules/Orchard.Themes/Styles/admin.css | 3 --- .../Themes/TheAdmin/Styles/site.css | 20 +++---------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Themes/Styles/admin.css b/src/Orchard.Web/Modules/Orchard.Themes/Styles/admin.css index 9b9d5807b..ef12b4820 100644 --- a/src/Orchard.Web/Modules/Orchard.Themes/Styles/admin.css +++ b/src/Orchard.Web/Modules/Orchard.Themes/Styles/admin.css @@ -10,9 +10,6 @@ zoom:1; *display: inline; } -.templates .wasFormInlineLink { - font-size:1.4em; -} .templates p { overflow:hidden; } diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 7b2a8e8cb..50b36bcbe 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -356,7 +356,9 @@ form.link button:hover { /* Content ***************************************************************/ -#main h1 { margin:0 0 1em; } +#main h1 { + margin:0 0 1em; +} #main h2, #main h3 { margin:.5em 0; } @@ -515,11 +517,6 @@ textarea { display:block; margin:0; } -.secondary fieldset { - margin:.446% 0 .446% .446%; - padding:4px; - width:98.662%; -} form.link button { background:inherit; border:0; @@ -723,17 +720,6 @@ table.items th, table.items td { padding:8px 12px; 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 { - font-size:1em; -} /* Content item lists ----------------------------------------------------------*/