]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused css
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 2 Oct 2017 14:24:05 +0000 (16:24 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 4 Oct 2017 09:19:53 +0000 (11:19 +0200)
server/sonar-web/src/main/js/app/styles/index.js
server/sonar-web/src/main/js/app/styles/page.css [deleted file]

index ecd2a38d737c5ed5047297b1f8a9961b82547781..ab364674a690a1b6754d71342b59d6e61962b09f 100644 (file)
@@ -20,7 +20,6 @@
 import '../../components/ui/Level.css';
 import '../../components/ui/Rating.css';
 import './boxed-group.css';
-import './page.css';
 
 // these styles are extracted to a separate file
 import '../../../less/sonar.less';
diff --git a/server/sonar-web/src/main/js/app/styles/page.css b/server/sonar-web/src/main/js/app/styles/page.css
deleted file mode 100644 (file)
index c31fc23..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-.page-head {
-  margin-bottom: 20px;
-  padding-bottom: 15px;
-  border-bottom: 1px solid #e6e6e6;
-  background-color: #f3f3f3;
-}
-
-.page-head .page-actions {
-  margin-bottom: 0;
-}
-
-.page-head .spinner {
-  top: 4px;
-  margin-left: 8px;
-}
-
-.page-with-left-sidebar .page-main {
-  order: 2;
-}
-
-.page-with-left-sidebar .page-sidebar,
-.page-with-left-sidebar .page-sidebar-fixed {
-  order: 1;
-  padding-left: 0;
-  padding-right: 40px;
-}