diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-16 18:47:20 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-16 18:47:30 +0200 |
commit | 5bae5f43def0cfb9e301e0d0bd87f4079679f1db (patch) | |
tree | b66e2400e1ea6aed1b896d9ad4e9f823c6e44f06 /server/sonar-web/src/main/less | |
parent | e19020d1f3277bbaa9755154b4851c8c5599f830 (diff) | |
download | sonarqube-5bae5f43def0cfb9e301e0d0bd87f4079679f1db.tar.gz sonarqube-5bae5f43def0cfb9e301e0d0bd87f4079679f1db.zip |
SONAR-6640 bug fixes
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r-- | server/sonar-web/src/main/less/components.less | 1 | ||||
-rw-r--r-- | server/sonar-web/src/main/less/components/login.less | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/server/sonar-web/src/main/less/components.less b/server/sonar-web/src/main/less/components.less index 929acdc7e74..16ed0181661 100644 --- a/server/sonar-web/src/main/less/components.less +++ b/server/sonar-web/src/main/less/components.less @@ -35,7 +35,6 @@ @import "components/navbar"; @import "components/navigator"; @import "components/select-list"; -@import "components/login"; @import "components/graphics"; @import "components/list-groups"; @import "components/panels"; diff --git a/server/sonar-web/src/main/less/components/login.less b/server/sonar-web/src/main/less/components/login.less deleted file mode 100644 index e9c239f413a..00000000000 --- a/server/sonar-web/src/main/less/components/login.less +++ /dev/null @@ -1,48 +0,0 @@ -/* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource - * mailto:contact AT sonarsource DOT com - * - * SonarQube is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 3 of the License, or (at your option) any later version. - * - * SonarQube is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ -@import (reference) "../variables"; -@import (reference) "../mixins"; - -#login_form { - border: 2px solid #4b9fd5; - width: 230px; - text-align: left; - background-color: #CAE3F2; - padding: 15px 20px; -} - -#login_form h4 { - text-align: left; - font-weight: bold; - color: #036; -} - -#login_form p { - padding: 3px 0 10px; -} - -#login_form a { - border-bottom-color: @blue; -} - -#login_form .desc { - font-size: 85%; - font-weight: normal; -} |