Fix box style

This commit is contained in:
Naoki Takezoe
2015-12-05 19:54:32 +09:00
parent 176e427058
commit 9477cca8e8
5 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
<div class="span9">
<div class="box">
<div class="box-header">Personal access tokens</div>
<div class="box-content">
<div class="box-content-bottom">
@if(personalTokens.isEmpty && gneratedToken.isEmpty){
No tokens.
}else{
@@ -40,7 +40,7 @@
<form method="POST" action="@path/@account.userName/_personalToken" validate="true">
<div class="box">
<div class="box-header">Generate new token</div>
<div class="box-content">
<div class="box-content-bottom">
<fieldset>
<label for="note" class="strong">Token description</label>
<div><span id="error-note" class="error"></span></div>

View File

@@ -14,7 +14,7 @@
<form action="@url(account.userName)/_edit" method="POST" validate="true">
<div class="box">
<div class="box-header">Profile</div>
<div class="box-content">
<div class="box-content-bottom">
<div class="row-fluid">
<div class="span6">
@if(account.password.nonEmpty){

View File

@@ -11,7 +11,7 @@
<div class="span9">
<div class="box">
<div class="box-header">SSH Keys</div>
<div class="box-content">
<div class="box-content-bottom">
@if(sshKeys.isEmpty){
No keys
}
@@ -27,7 +27,7 @@
<form method="POST" action="@path/@account.userName/_ssh" validate="true">
<div class="box">
<div class="box-header">Add an SSH Key</div>
<div class="box-content">
<div class="box-content-bottom">
<fieldset>
<label for="title" class="strong">Title</label>
<div><span id="error-title" class="error"></span></div>

View File

@@ -15,7 +15,7 @@
@plugins.map {plugin =>
<div class="box">
<div class="box-header">@plugin.pluginName</div>
<div class="box-content">
<div class="box-content-bottom">
<p><span class="strong">Id:&nbsp;</span>@plugin.pluginId</p>
<p><span class="strong">Version:&nbsp;</span>@plugin.version</p>
<p><span class="strong">Name:&nbsp;</span>@plugin.pluginName</p>

View File

@@ -8,7 +8,7 @@
<form action="@path/admin/system" method="POST" validate="true">
<div class="box">
<div class="box-header">System Settings</div>
<div class="box-content">
<div class="box-content-bottom">
<!--====================================================================-->
<!-- GITBUCKET_HOME -->
<!--====================================================================-->