From 969da2c63bc17a88f97680edb4986c2caea332ac Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 27 Mar 2016 22:53:54 +0900 Subject: [PATCH] Tweak CSS styles --- .../core/account/application.scala.html | 5 ++- .../gitbucket/core/account/edit.scala.html | 19 +++++----- .../gitbucket/core/account/group.scala.html | 2 +- .../gitbucket/core/account/menu.scala.html | 7 ++-- .../gitbucket/core/account/newrepo.scala.html | 2 +- .../gitbucket/core/account/ssh.scala.html | 5 ++- .../gitbucket/core/admin/menu.scala.html | 4 +-- src/main/twirl/gitbucket/core/main.scala.html | 3 -- src/main/twirl/gitbucket/core/menu.scala.html | 36 ++++++++++--------- .../gitbucket/core/repo/branches.scala.html | 2 +- .../webapp/assets/common/css/gitbucket.css | 16 +++++++++ 11 files changed, 58 insertions(+), 43 deletions(-) diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index 9275cc286..fd23ca6c9 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -5,8 +5,7 @@ @import gitbucket.core.view.helpers._ @html.main("Applications"){
- @menu("application", settings.ssh) -
+ @menu("application", settings.ssh){
Personal access tokens
@@ -51,6 +50,6 @@
-
+ }
} diff --git a/src/main/twirl/gitbucket/core/account/edit.scala.html b/src/main/twirl/gitbucket/core/account/edit.scala.html index 3520ca751..d303e18d5 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -4,8 +4,7 @@ @import gitbucket.core.view.helpers._ @html.main("Edit your profile"){
- @menu("profile", settings.ssh) -
+ @menu("profile", settings.ssh){ @helper.html.information(info) @if(LDAPUtil.isDummyMailAddress(account)){
Please register your mail address.
}
@@ -46,17 +45,17 @@
-
- - - @if(!LDAPUtil.isDummyMailAddress(account)){Cancel} -
+
+ + + @if(!LDAPUtil.isDummyMailAddress(account)){Cancel} +
- + } }