|
|
|
@ -830,6 +830,36 @@ a.personal_agenda:hover, a.personal_agenda:hover {color: #666666; } |
|
|
|
|
bottom: 0.2em; |
|
|
|
|
right: 0.5em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* New training */ |
|
|
|
|
|
|
|
|
|
.bottom-link { |
|
|
|
|
border: 2px outset; |
|
|
|
|
text-decoration: none; |
|
|
|
|
background-color:#E5EDF9; |
|
|
|
|
border-color: #D4E2F6; |
|
|
|
|
background-image:url(images/button_back.jpg); |
|
|
|
|
background-position:10px 50%; |
|
|
|
|
background-repeat:no-repeat; |
|
|
|
|
font-size:100%; |
|
|
|
|
padding:5px 20px; |
|
|
|
|
vertical-align:middle; |
|
|
|
|
padding-left:30px; |
|
|
|
|
} |
|
|
|
|
.bottom-link:active { |
|
|
|
|
border: 2px inset; |
|
|
|
|
} |
|
|
|
|
.bottom-link:link { |
|
|
|
|
border-style: solid; |
|
|
|
|
border-width : 1px 2px 2px 1px; |
|
|
|
|
text-decoration : none; |
|
|
|
|
border-color : #69f #00f #00f #69f; |
|
|
|
|
} |
|
|
|
|
.bottom-link:hover { |
|
|
|
|
border-color: #ccc; |
|
|
|
|
color: #111; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#message {margin: 0 auto; text-align: center;} |
|
|
|
|
#message select {margin: 10px 0; width: 220px;} |
|
|
|
|
#message textarea {margin: 10px 0;} |
|
|
|
|