update css #7105 support Chamilo

1.9.x
Alex 12 years ago committed by Yannick Warnier
parent 22439e8763
commit 96769bf51b
  1. 10
      main/css/academica/default.css
  2. BIN
      main/css/academica/images/user_icon.png
  3. BIN
      main/css/academica/images/user_password.png
  4. 42
      main/css/baby_orange/default.css
  5. BIN
      main/css/baby_orange/images/accept.png
  6. BIN
      main/css/baby_orange/images/add.png
  7. BIN
      main/css/baby_orange/images/bg-button.gif
  8. BIN
      main/css/baby_orange/images/bg-button.png
  9. BIN
      main/css/baby_orange/images/button_accept.gif
  10. BIN
      main/css/baby_orange/images/button_accept.png
  11. BIN
      main/css/baby_orange/images/button_add.gif
  12. BIN
      main/css/baby_orange/images/button_back.gif
  13. BIN
      main/css/baby_orange/images/button_minus.gif
  14. BIN
      main/css/baby_orange/images/button_minus.png
  15. BIN
      main/css/baby_orange/images/button_next.gif
  16. BIN
      main/css/baby_orange/images/button_plus_blue.png
  17. BIN
      main/css/baby_orange/images/button_plus_green.png
  18. BIN
      main/css/baby_orange/images/user_icon.png
  19. BIN
      main/css/baby_orange/images/user_password.png
  20. 41
      main/css/chamilo/default.css
  21. BIN
      main/css/chamilo/images/accept.png
  22. BIN
      main/css/chamilo/images/accept_data.png
  23. BIN
      main/css/chamilo/images/add.png
  24. BIN
      main/css/chamilo/images/bg-button.gif
  25. BIN
      main/css/chamilo/images/bg-button.png
  26. BIN
      main/css/chamilo/images/buttom.png
  27. BIN
      main/css/chamilo/images/button_accept.gif
  28. BIN
      main/css/chamilo/images/button_accept.png
  29. BIN
      main/css/chamilo/images/button_add.gif
  30. BIN
      main/css/chamilo/images/button_back.gif
  31. BIN
      main/css/chamilo/images/button_minus.png
  32. BIN
      main/css/chamilo/images/button_next.gif
  33. BIN
      main/css/chamilo/images/button_plus_blue.png
  34. BIN
      main/css/chamilo/images/button_plus_green.png
  35. BIN
      main/css/chamilo/images/user_icon.png
  36. BIN
      main/css/chamilo/images/user_password.png
  37. 4
      main/inc/lib/userportal.lib.php

@ -773,7 +773,15 @@ footer a:link, footer a:visited {
#bottomhellomindfactory {
background:transparent url('images/textologo.jpg') no-repeat;
}
.user_login_icon{
background: url(images/user_icon.png) no-repeat 5px center;
}
.user_password_icon{
background: url(images/user_password.png) no-repeat 5px center;
}
.form-vertical .controls input.span2{
padding-left: 25px;
}
/*including "login" image*/
button.login {
background-image:url(images/bg-button.gif);

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

@ -699,25 +699,26 @@ footer a:link, footer a:visited {
.new_actions-fixed{
top: 49px;
}
.user_login_icon{
background: url(images/user_icon.png) no-repeat 5px center;
}
.user_password_icon{
background: url(images/user_password.png) no-repeat 5px center;
}
.form-vertical .controls input.span2{
padding-left: 25px;
}
/*including "login" image*/
button.login {
background-image:url(images/bg-button.gif);
}
/*including "save" image*/
button.save {
background:url(images/accept.png) 0 center no-repeat #F0F0F0;
color: #666;
text-shadow:none;
}
button.save:hover {
background:url(images/accept.png) 0 center no-repeat #ffffff;
color: #666;
text-shadow:none;
background-image:url(images/button_accept.png)
}
/*including "add" image*/
.controls .btn.add {
background:url(images/add.png) 0 center no-repeat #EC5923;
padding-left: 36px;
}
.controls .btn.add:hover {
background:url(images/add.png) 0 center no-repeat #EA4E15;
background-image:url(images/button_plus_green.png);
padding-left: 36px;
}
/*including "cancel" image*/
@ -726,22 +727,15 @@ button.cancel {
}
/*including "search" image*/
button.search {
background:url(images/buttom.png) 0 center no-repeat #F0F0F0;
color: #666;
text-shadow:none;
}
button.search:hover {
background:url(images/buttom.png) 0 center no-repeat #ffffff;
color: #666;
text-shadow:none;
background-image:url(images/bg-button.png);
}
/*including "plus" image*/
button.plus {
background-image:url(images/button_plus.gif);
background-image:url(images/button_plus_blue.png);
}
/*including "minus" image*/
button.minus {
background-image:url(images/button_minus.gif);
background-image:url(images/button_minus.png);
}
/*including "next" image*/
button.next {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

@ -375,14 +375,11 @@ a.thumbnail:hover{
font-weight: normal;
font-size: 20px;
padding-left: 10px;
width: 250px;
}
#course_tools .course-title-tools h3 {
margin-top: 10px;
color: #0191C7;
font-weight: normal;
}
.page-header {
border-bottom-color: #0191C7;
@ -834,7 +831,15 @@ footer a:link, footer a:visited {
#bottomhellomindfactory {
background:transparent url('images/textologo.jpg') no-repeat;
}
.user_login_icon{
background: url(images/user_icon.png) no-repeat 5px center;
}
.user_password_icon{
background: url(images/user_password.png) no-repeat 5px center;
}
.form-vertical .controls input.span2{
padding-left: 25px;
}
/*including "login" image*/
button.login {
background-image:url(images/bg-button.gif);
@ -845,22 +850,11 @@ button.login:hover {
/*including "save" image*/
button.save {
background:url(images/accept.png) 0 center no-repeat #F0F0F0;
color: #666;
padding-left: 30px;
}
button.save:hover {
background:url(images/accept.png) 0 center no-repeat #ffffff;
color: #666;
padding-left: 30px;
background-image:url(images/button_accept.png)
}
/*including "add" image*/
.controls .btn.add {
background:url(images/add.png) 0 center no-repeat;
padding-left: 36px;
}
.controls .btn.add:hover {
background:url(images/add.png) 0 center no-repeat;
background-image:url(images/button_plus_green.png);
padding-left: 36px;
}
/*including "cancel" image*/
@ -869,22 +863,15 @@ button.cancel {
}
/*including "search" image*/
button.search {
background:url(images/buttom.png) 0 center no-repeat #F0F0F0;
color: #666;
padding-left: 30px;
}
button.search:hover {
background:url(images/buttom.png) 0 center no-repeat #ffffff;
color: #666;
padding-left: 30px;
background-image:url(images/bg-button.png);
}
/*including "plus" image*/
button.plus {
background-image:url(images/button_plus.gif);
background-image:url(images/button_plus_blue.png);
}
/*including "minus" image*/
button.minus {
background-image:url(images/button_minus.gif);
background-image:url(images/button_minus.png);
}
/*including "next" image*/
button.next {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

@ -678,8 +678,8 @@ class IndexManager
function display_login_form()
{
$form = new FormValidator('formLogin', 'POST', null, null, array('class'=>'form-vertical'));
$form->addElement('text', 'login', get_lang('UserName'), array('id' => 'login', 'class' => 'span2 autocapitalize_off', 'autofocus' => 'autofocus'));
$form->addElement('password', 'password', get_lang('Pass'), array('id' => 'password', 'class' => 'span2'));
$form->addElement('text', 'login', get_lang('UserName'), array('id' => 'login', 'class' => 'span2 user_login_icon autocapitalize_off', 'autofocus' => 'autofocus'));
$form->addElement('password', 'password', get_lang('Pass'), array('id' => 'password', 'class' => 'span2 user_password_icon'));
global $_configuration;
// Captcha

Loading…
Cancel
Save