|
@@ -1,124 +1,3 @@
|
|
.buy-courses-tabs {
|
|
.buy-courses-tabs {
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
-
|
|
|
|
-.cleared {
|
|
|
|
- content: ".";
|
|
|
|
- display: block;
|
|
|
|
- height: 0;
|
|
|
|
- clear: both;
|
|
|
|
- visibility: hidden;
|
|
|
|
- line-height: 0;
|
|
|
|
-}
|
|
|
|
-table .bg-color{
|
|
|
|
- background-color: #E5EDF9;
|
|
|
|
- color: #333;
|
|
|
|
-}
|
|
|
|
-table td.ta-center, table th.ta-center {
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#courses_table td, #transfer_table td, #order_table td {
|
|
|
|
- vertical-align: middle;
|
|
|
|
- font-size: 12px;
|
|
|
|
- padding: 5px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#courses_table td input.price, #transfer_table td input, #currency_tfoype {
|
|
|
|
- margin: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#courses_table td.btop {
|
|
|
|
- border-top: 1px solid #C5DEEB;
|
|
|
|
- border-bottom: 1px solid #C5DEEB;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#courses_table tr.fmod {
|
|
|
|
- border: 1px solid #C5DEEB;
|
|
|
|
- background: #C5DEEB;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.sprice {
|
|
|
|
- color: #4D984E;
|
|
|
|
- font-size: 18px;
|
|
|
|
- font-weight: bold;
|
|
|
|
- margin: 15px 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.dinline {
|
|
|
|
- display: inline;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.fright {
|
|
|
|
- float: right;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.cursor {
|
|
|
|
- cursor: pointer;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.ta-center {
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-textarea#message {
|
|
|
|
- width: 50%;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.send_result {
|
|
|
|
- font-weight: bold;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-select#lsessions, select#lcourses, select#lexercises, select#status {
|
|
|
|
- margin-bottom: 0px;
|
|
|
|
-}
|
|
|
|
-.top-button{
|
|
|
|
- padding-top: 30px;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course{
|
|
|
|
- border: 1px solid #ddd;
|
|
|
|
- border-radius: 5px;
|
|
|
|
- -moz-border-radius: 5px;
|
|
|
|
- -webkit-border-radius: 5px;
|
|
|
|
- padding-bottom: 20px;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course .items-title,
|
|
|
|
-#course_results .items-course .items-teacher,
|
|
|
|
-#course_results .items-course .items-status,
|
|
|
|
-#course_results .items-course .items-price{
|
|
|
|
- padding-left: 15px;
|
|
|
|
- padding-right: 15px;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course .items-teacher{
|
|
|
|
- font-size: 12px;
|
|
|
|
- color: #666666;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course .items-status{
|
|
|
|
- font-size: 12px;
|
|
|
|
- color: #449D44;
|
|
|
|
- padding-top: 5px;
|
|
|
|
- padding-bottom: 5px;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course .items-price{
|
|
|
|
- text-align: right;
|
|
|
|
- font-size: 22px;
|
|
|
|
- color: #4D984E;
|
|
|
|
- font-weight: bold;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course .btn{
|
|
|
|
- color: #ffffff;
|
|
|
|
-}
|
|
|
|
-#course_results .items-imagen{
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course .items-title{
|
|
|
|
- font-size: 16px;
|
|
|
|
- line-height: 1.5;
|
|
|
|
- margin-top: 5px;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course .items-button{
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-#course_results .items-course a{
|
|
|
|
- color: #00829C;
|
|
|
|
-}
|
|
|