Actions
Patch #43686
openRemove unused styles for `#tab-content-modules`
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The id `#tab-content-modules` is no longer exists because the "Modules" tab in the project settings was removed in r16892. It can be safely removed.
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 0abf9e3e8..d6e4af382 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1266,8 +1266,6 @@ textarea.text_cf {width:95%; resize:vertical;}
input.string_cf, input.link_cf {width:95%;}
select.bool_cf {width:auto !important;}
-#tab-content-modules fieldset p {margin:3px 0 4px 0;}
-
#users_for_watcher {height: 200px; overflow:auto;}
#users_for_watcher label {display: block;}
No data to display
Actions