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
|
## *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)
|
### Redmine Checklists plugin (Light version)
|
||||||
|
|
||||||
* checklists 3.1.10
|
* checklists 3.1.10
|
||||||
|
|
|
@ -146,8 +146,6 @@
|
||||||
<input type="submit" name="login" value="<%=l(:button_login)%>" tabindex="5" id="login-submit" />
|
<input type="submit" name="login" value="<%=l(:button_login)%>" tabindex="5" id="login-submit" />
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= call_hook :view_account_login_bottom %>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@ group :test do
|
||||||
gem 'slim_lint', require: false
|
gem 'slim_lint', require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
#group :development do
|
||||||
gem 'awesome_print', require: 'ap' # https://github.com/awesome-print/awesome_print
|
# gem 'awesome_print', require: 'ap' # https://github.com/awesome-print/awesome_print
|
||||||
gem 'better_errors' # https://github.com/BetterErrors/better_errors
|
# gem 'better_errors' # https://github.com/BetterErrors/better_errors
|
||||||
gem 'binding_of_caller' # better output of with variables for better_errors
|
# gem 'binding_of_caller' # better output of with variables for better_errors
|
||||||
end
|
#end
|
||||||
|
|
|
@ -887,6 +887,11 @@ body.action-login #content {
|
||||||
box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
|
box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
div.login-additionals {
|
||||||
|
color: #fff;
|
||||||
|
text-align: justify;
|
||||||
|
width: 440px;
|
||||||
|
}
|
||||||
@media screen and (max-width: 899px) {
|
@media screen and (max-width: 899px) {
|
||||||
body.action-login #project-jump {
|
body.action-login #project-jump {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue