diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-02 16:24:05 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-04 11:19:53 +0200 |
commit | 213ecb9b5fed76ec61d1a3629e0790d9a9cf5304 (patch) | |
tree | 12ae7ac9e057e4a7184725e0c37267190be59398 | |
parent | e3b180065bd5985f7b2addc341a4def75936899e (diff) | |
download | sonarqube-213ecb9b5fed76ec61d1a3629e0790d9a9cf5304.tar.gz sonarqube-213ecb9b5fed76ec61d1a3629e0790d9a9cf5304.zip |
Remove unused css
-rw-r--r-- | server/sonar-web/src/main/js/app/styles/index.js | 1 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/app/styles/page.css | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/server/sonar-web/src/main/js/app/styles/index.js b/server/sonar-web/src/main/js/app/styles/index.js index ecd2a38d737..ab364674a69 100644 --- a/server/sonar-web/src/main/js/app/styles/index.js +++ b/server/sonar-web/src/main/js/app/styles/index.js @@ -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 index c31fc2375ad..00000000000 --- a/server/sonar-web/src/main/js/app/styles/page.css +++ /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; -} |