|
@@ -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 {
|