diff --git a/css/ie/views-admin.ie7.css b/css/ie/views-admin.ie7.css
deleted file mode 100644
index 9a8852a3bd77748cfee94a9c22df7abb6f988208..0000000000000000000000000000000000000000
--- a/css/ie/views-admin.ie7.css
+++ /dev/null
@@ -1,91 +0,0 @@
-/**
- * The query details collapsible divs are not visible in IE7 because has-layout
- * is not being triggered. Trigger has-layout with height: 1%;
- */
-.views-edit-view .collapsible > .fieldset-wrapper {
-  height: 1%;
-}
-
-/**
- * The column width for the bucket containers in the query details section
- * is not being calculated to 32% correctly. Give IE7 a slightly smaller
- * width so that the three columns line up next to each other
- */
-.views-edit-view .views-display-column {
-  width: 31.95%;
-}
-
-/**
- * IE7 has no idea how large this container should be and it doesn't
- * apply has-layout. Expand it's width to 100% and trigger has-layout.
- */
-.views-edit-view .views-displays {
-  height: 1%;
-  width: 100%;
-}
-
-/**
- * IE7 isn't positioning the span correctly as a display-inline element
- */
-.views-edit-view .views-displays .icon {
-  display: block;
-  float: left;
-}
-
-.views-edit-view .views-displays .icon-add {
-  top: 2px;
-}
-
-/**
- * The add display query dropdown needs a lot of help
- */
-
-.views-edit-view .views-displays .tabs.secondary {
-  position: relative;
-  z-index: 100;
-}
-
-.views-edit-view .views-displays .secondary .open > a {
-  border-bottom: 1px solid #f1f1f1;
-}
-
-.views-edit-view .views-displays .secondary .action-list {
-  border-bottom: 1px solid #cbcbcb;
-  top: 30px;
-}
-
-.views-edit-view .views-displays .secondary input {
-  text-align: left;
-}
-
-/**
- * IE7 does not interpret div > * correctly
- */
-.page-admin-structure-views #content .views-ui-display-tab-bucket {
-  padding-left: 0;
-  padding-right: 0;
-  zoom: 1;
-}
-
-.page-admin-structure-views #content .views-display-column + .views-display-column {
-  margin-top: 0;
-}
-
-/**
- * IE7 is interpreting a top margin of 18px from somewhere. remove it
- */
-
-.page-admin-structure-views #content .views-display-setting {
-  margin-top: 0;
-}
-
-/**
- * IE7 can't handle the + selector that indents form wrappers after a checkbox on the add page
- * zoom is necessary to trigger has layout. !imporant is necessary because IE7 is precedent
- * to the theme.css stylesheet, even though it is included before this file.
- */
-
-.page-admin-structure-views #content .form-type-checkbox + .form-wrapper {
-  margin-left: 27px !important;
-  zoom: 1;
-}
diff --git a/css/views-admin.garland-rtl.css b/css/views-admin.garland-rtl.css
deleted file mode 100644
index 9a8de6dcc34fa3605d38182db71c8f9bf94c47c2..0000000000000000000000000000000000000000
--- a/css/views-admin.garland-rtl.css
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * The .garland.css file is intended to contain styles that override declarations
- * in the Garland theme.
- */
-
- /* @group Lists */
-
-.views-displays .secondary .action-list {
-  left: auto;
-  right: 1px;
-}
-
- /* @end */
diff --git a/css/views-admin.garland.css b/css/views-admin.garland.css
deleted file mode 100644
index cd9010a5391e280847b132225d833671de9b8300..0000000000000000000000000000000000000000
--- a/css/views-admin.garland.css
+++ /dev/null
@@ -1,263 +0,0 @@
-/**
- * The .garland.css file is intended to contain styles that override declarations
- * in the Garland theme.
- */
-
-/* @group Attachment details tabs
- *
- * The tabs that switch between sections
- */
-
-.views-displays .region-content .secondary,
-.views-displays .region-content .secondary {
-  padding-bottom: 0;
-  padding-left: 0;
-}
-
-.views-displays .secondary .action-list {
-  left: 1px;
-  top: 20px;
-}
-
-.views-displays .secondary .action-list li,
-.views-displays .secondary a {
-  border-color: #e9e9e9;
-}
-
-.views-displays .secondary a {
-  font-size: 12px;
-  padding: 2px 7px;
-}
-
-.views-displays ul.secondary li a:hover,
-.views-displays ul.secondary li.active a {
-  border: 1px solid transparent;
-  padding: 2px 7px;
-}
-
-.views-displays .secondary > li a {
-  -moz-border-radius: 5px;
-  -webkit-border-radius: 5px;
-  border-radius: 5px;
-}
-
-.views-displays .secondary > li.open a {
-  background-image: none;
-  -moz-border-radius: 5px 5px 0 0;
-  -webkit-border-bottom-left-radius: 0;
-  -webkit-border-bottom-right-radius: 0;
-  -webkit-border-top-left-radius: 5px;
-  -webkit-border-top-right-radius: 5px;
-  border-radius: 5px 5px 0 0;
-}
-
-.views-displays .secondary .open > a:hover {
-  border-color: #e9e9e9 #e9e9e9 #f1f1f1 #e9e9e9;
-  border-width: 1px 1px 1px 1px;
-  color: #0071B3;
-}
-
-.views-displays .secondary input.form-submit {
-  font-size: 11px;
-}
-
-/* @end */
-
-/* @group Attachment buckets
- *
- * These are the individual "buckets," or boxes, inside the display settings area
- */
-
-.views-ui-display-tab-bucket h3 {
-  font-weight: bold;
-}
-
-/* @end */
-
-/* @group Modal dialog box
- *
- * The contents of the popup dialog on the views edit form.
- */
-
-.views-filterable-options .form-type-checkbox {
-  margin: 0;
-}
-
-.views-filterable-options .even .form-type-checkbox {
-  background-color: #F9F9F9;
-}
-
-.views-ui-dialog .ui-dialog-titlebar-close,
-.views-ui-dialog #views-ajax-title,
-.views-ui-dialog .views-override,
-.views-ui-dialog .form-buttons {
-  background-color: #f6f6f6;
-}
-
-/* @end */
-
-/* @group CTools */
-
-/* @group Buttons */
-
-.ctools-button-processed {
-  background-image:
-    -moz-linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f9f9f9 100%);
-  background-image:
-    -webkit-gradient(
-      linear,
-      left top,
-      left bottom,
-      color-stop(0.0, rgba(255, 255, 255, 1.0)),
-      color-stop(1.0, rgba(249, 249, 249, 1.0))
-    );
-  background-image:
-    -webkit-linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f9f9f9 100%);
-  background-image:
-    linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f9f9f9 100%);
-  -moz-border-radius: 5px;
-  -webkit-border-radius: 5px;
-  border-radius: 5px;
-  padding-bottom: 1px;
-  padding-top: 1px;
-}
-
-.ctools-button-processed:hover {
-  background-image:
-    -moz-linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f1f1f1 100%);
-  background-image:
-    -webkit-gradient(
-      linear,
-      left top,
-      left bottom,
-      color-stop(0.0, rgba(255, 255, 255, 1.0)),
-      color-stop(1.0, rgba(241, 241, 241, 1.0))
-    );
-  background-image:
-    -webkit-linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f1f1f1 100%);
-  background-image:
-    linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f1f1f1 100%);
-}
-
-.ctools-button-processed ol li,
-.ctools-button-processed ul li {
-  margin: 0;
-  padding-bottom: 0;
-}
-
-.views-ui-display-tab-actions .ctools-button-processed input {
-  margin-right: 0;
-}
-
-.ctools-content ul.actions {
-  padding-bottom: 0;
-}
-
-.ctools-dropbutton-processed.open:hover {
-  background-image:
-    -moz-linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f9f9f9 100%);
-  background-image:
-    -webkit-gradient(
-      linear,
-      left top,
-      left bottom,
-      color-stop(0.0, rgba(255, 255, 255, 1.0)),
-      color-stop(1.0, rgba(249, 249, 249, 1.0))
-    );
-  background-image:
-    -webkit-linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f9f9f9 100%);
-  background-image:
-    linear-gradient(
-      -90deg,
-      #ffffff 0px,
-      #f9f9f9 100%);
-}
-
-.ctools-dropbutton-processed.open {
-  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
-  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
-  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
-}
-
-.ctools-twisty {
-  top: 0.6667em;
-}
-
-.ctools-dropbutton-processed.open .ctools-twisty {
-  top: 0.3333em;
-}
-
-/* @end */
-
-/* @group Dependent */
-
-.dependent-options,
-.form-checkboxes.dependent-options,
-.form-radios.dependent-options,
-.form-checkboxes .form-item.dependent-options,
-.form-radios .form-item.dependent-options {
-  margin-left: 25px;
-}
-
-/* @end */
-
-/* @group Collapsible */
-
-.ctools-toggle {
-  margin-top: 0.5em;
-}
-
-.ctools-toggle,
-.views-display-settings .ctools-toggle {
-  color: #494949;
-}
-
-.ctools-toggle.ctools-toggle-collapsed {
-  margin-top: 0.25em;
-}
-
-.views-display-column > .ctools-toggle {
-  margin-top: 14px;
-}
-
-.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
-  margin-top: 12px;
-}
-
-.views-ui-display-tab-actions .ctools-button input {
-  color: #027AC6;
-  font-size: 12px;
-}
-
-.views-ui-display-tab-actions .ctools-button input:hover,
-.views-ui-display-tab-actions .ctools-button input:focus {
-  color: #0062A0;
-}
-
-/* @end */
-
-/* @end */
diff --git a/includes/admin.inc b/includes/admin.inc
index 15c5c4f8d5cc3ab0249e086a1c79964ff15156e4..c1181880bf2f7d53652f88c0457ae5bbe71e7c49 100644
--- a/includes/admin.inc
+++ b/includes/admin.inc
@@ -23,15 +23,6 @@ function views_ui_get_admin_css() {
   $module_path = drupal_get_path('module', 'views_ui');
   $list = array();
   $list[$module_path . '/css/views-admin.css'] = array();
-
-  $list[$module_path . '/css/ie/views-admin.ie7.css'] = array(
-    'browsers' => array(
-      'IE' => 'lte IE 7',
-      '!IE' => FALSE
-    ),
-    'preprocess' => FALSE,
-  );
-
   $list[$module_path . '/css/views-admin.theme.css'] = array();
 
   // Add in any theme specific CSS files we have
@@ -39,7 +30,7 @@ function views_ui_get_admin_css() {
   $theme_key = $GLOBALS['theme'];
   while ($theme_key) {
     // Try to find the admin css file for non-core themes.
-    if (!in_array($theme_key, array('garland', 'seven', 'bartik'))) {
+    if (!in_array($theme_key, array('seven', 'bartik'))) {
       $theme_path = drupal_get_path('theme', $theme_key);
       // First search in the css directory, then in the root folder of the theme.
       if (file_exists($theme_path . "/css/views-admin.$theme_key.css")) {