diff --git a/core/modules/content_translation/css/content_translation.admin.css b/core/modules/content_translation/css/content_translation.admin.css
new file mode 100644
index 0000000..cab64f8
--- /dev/null
+++ b/core/modules/content_translation/css/content_translation.admin.css
@@ -0,0 +1,35 @@
+/**
+ * @file
+ * Styles for the content language administration page.
+ */
+
+#language-content-settings-form table .bundle {
+  width: 24%;
+}
+
+#language-content-settings-form table td.bundle {
+  font-weight: bold;
+}
+
+#language-content-settings-form table .field,
+#language-content-settings-form table .column {
+  width: 24%;
+  padding-left: 3em;
+}
+
+#language-content-settings-form table .column {
+  padding-left: 5em;
+}
+
+#language-content-settings-form table .field label,
+#language-content-settings-form table .column label {
+  font-weight: normal;
+}
+
+#language-content-settings-form table .translatable {
+  width: 1%;
+}
+
+#language-content-settings-form table .operations {
+  width: 75%;
+}
diff --git a/core/modules/content_translation/css/translation_entity.admin.css b/core/modules/content_translation/css/translation_entity.admin.css
deleted file mode 100644
index cab64f8..0000000
--- a/core/modules/content_translation/css/translation_entity.admin.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- * @file
- * Styles for the content language administration page.
- */
-
-#language-content-settings-form table .bundle {
-  width: 24%;
-}
-
-#language-content-settings-form table td.bundle {
-  font-weight: bold;
-}
-
-#language-content-settings-form table .field,
-#language-content-settings-form table .column {
-  width: 24%;
-  padding-left: 3em;
-}
-
-#language-content-settings-form table .column {
-  padding-left: 5em;
-}
-
-#language-content-settings-form table .field label,
-#language-content-settings-form table .column label {
-  font-weight: normal;
-}
-
-#language-content-settings-form table .translatable {
-  width: 1%;
-}
-
-#language-content-settings-form table .operations {
-  width: 75%;
-}
