Corregido formulario de login en página de entrada para integrar plugin Additionals
This commit is contained in:
parent
93e1e28683
commit
a5c816727f
4 changed files with 22 additions and 7 deletions
12
README.md
12
README.md
|
@ -20,6 +20,18 @@ Se trata de una adaptación, permitida por la licencia de **RedmineUp**, del tem
|
|||
|
||||
## *Plugins* activos
|
||||
|
||||
### Redmine Additionals plugin
|
||||
|
||||
* additionals 2.0.20
|
||||
* https://alphanodes.com/redmine-additionals
|
||||
* https://github.com/alphanodes/additionals.git
|
||||
* Con el siguiente archivo modificado para facilitar la versión de desarrollo:
|
||||
```
|
||||
additionals
|
||||
|
|
||||
+-- /Gemfile
|
||||
```
|
||||
|
||||
### Redmine Checklists plugin (Light version)
|
||||
|
||||
* checklists 3.1.10
|
||||
|
|
|
@ -146,8 +146,6 @@
|
|||
<input type="submit" name="login" value="<%=l(:button_login)%>" tabindex="5" id="login-submit" />
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<%= call_hook :view_account_login_bottom %>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ group :test do
|
|||
gem 'slim_lint', require: false
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'awesome_print', require: 'ap' # https://github.com/awesome-print/awesome_print
|
||||
gem 'better_errors' # https://github.com/BetterErrors/better_errors
|
||||
gem 'binding_of_caller' # better output of with variables for better_errors
|
||||
end
|
||||
#group :development do
|
||||
# gem 'awesome_print', require: 'ap' # https://github.com/awesome-print/awesome_print
|
||||
# gem 'better_errors' # https://github.com/BetterErrors/better_errors
|
||||
# gem 'binding_of_caller' # better output of with variables for better_errors
|
||||
#end
|
||||
|
|
|
@ -887,6 +887,11 @@ body.action-login #content {
|
|||
box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
|
||||
border-radius: 3px;
|
||||
}
|
||||
div.login-additionals {
|
||||
color: #fff;
|
||||
text-align: justify;
|
||||
width: 440px;
|
||||
}
|
||||
@media screen and (max-width: 899px) {
|
||||
body.action-login #project-jump {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue