Browse Source

Remove unnecessary CSS code and images - refs #7768

Angel Fernando Quiroz Campos 9 years ago
parent
commit
f76c9ebda7

BIN
plugin/buycourses/resources/acces_tool.gif


+ 0 - 105
plugin/buycourses/resources/content.css

@@ -1,105 +0,0 @@
-body {
-    background-color: #FFFFFF;
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-size: 10px;
-    scrollbar-3dlight-color: #F0F0EE;
-    scrollbar-arrow-color: #676662;
-    scrollbar-base-color: #F0F0EE;
-    scrollbar-darkshadow-color: #DDDDDD;
-    scrollbar-face-color: #E0E0DD;
-    scrollbar-highlight-color: #F0F0EE;
-    scrollbar-shadow-color: #F0F0EE;
-    scrollbar-track-color: #F5F5F5;
-}
-
-td {
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-size: 10px;
-}
-
-pre {
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-size: 10px;
-}
-
-.example1 {
-    font-weight: bold;
-    font-size: 14px
-}
-
-.example2 {
-    font-weight: bold;
-    font-size: 12px;
-    color: #FF0000
-}
-
-.tablerow1 {
-    background-color: #BBBBBB;
-}
-
-thead {
-    background-color: #FFBBBB;
-}
-
-tfoot {
-    background-color: #BBBBFF;
-}
-
-th {
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-size: 13px;
-}
-
-/* Basic formats */
-
-.bold {
-    font-weight: bold;
-}
-
-.italic {
-    font-style: italic;
-}
-
-.underline {
-    text-decoration: underline;
-}
-
-/* Global align classes */
-
-.left {
-    text-align: inherit;
-}
-
-.center {
-    text-align: center;
-}
-
-.right {
-    text-align: right;
-}
-
-.full {
-    text-align: justify
-}
-
-/* Image and table specific aligns */
-
-img.left, table.left {
-    float: left;
-    text-align: inherit;
-}
-
-img.center, table.center {
-    margin-left: auto;
-    margin-right: auto;
-    text-align: inherit;
-}
-
-img.center {
-    display: block;
-}
-
-img.right, table.right {
-    float: right;
-    text-align: inherit;
-}

+ 0 - 121
plugin/buycourses/resources/css/style.css

@@ -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;
-}

BIN
plugin/buycourses/resources/delete.png


BIN
plugin/buycourses/resources/edit_message.gif


BIN
plugin/buycourses/resources/img/128/accept.png


BIN
plugin/buycourses/resources/img/32/accept.png


BIN
plugin/buycourses/resources/img/32/delete.png


BIN
plugin/buycourses/resources/img/32/new.png


BIN
plugin/buycourses/resources/img/32/save.png


BIN
plugin/buycourses/resources/message_confirmation.png


BIN
plugin/buycourses/resources/message_warning.png


BIN
plugin/buycourses/resources/more.png


BIN
plugin/buycourses/resources/new_message.gif


+ 0 - 79
plugin/buycourses/resources/plugin.css

@@ -1,79 +0,0 @@
-.cleared {
-    content: ".";
-    display: block;
-    height: 0;
-    clear: both;
-    visibility: hidden;
-    line-height: 0;
-}
-
-table td.ta-center, table th.ta-center {
-    text-align: center;
-}
-
-#courses_table td, #transfer_table td, #order_table td {
-    vertical-align: middle;
-}
-
-#courses_table td input.price, #transfer_table td input, #currency_type {
-    margin: 0;
-}
-
-#courses_table td.btop {
-    border-top: 1px solid red;
-    border-bottom: 1px solid red;
-}
-
-#courses_table tr.fmod {
-    border: 1px solid red;
-    background: #FFE0E0;
-}
-
-.sprice {
-    color: #FF5555;
-    font-size: 26px;
-    font-weight: 500;
-    margin: 15px 0;
-    text-shadow: 2px 1px 0 #222222;
-}
-
-.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;
-}
-
-.column_field_filter {
-    padding: 6px 10px 1px 1px;
-    text-align: right;
-}
-
-.height5 {
-    height: 5px;
-}
-
-.margin-left-fifty{
-    margin-left: 50px !important;
-}

BIN
plugin/buycourses/resources/save.png


BIN
plugin/buycourses/resources/save2.png


BIN
plugin/buycourses/resources/toggle.png


+ 0 - 2
plugin/buycourses/view/process.tpl

@@ -1,7 +1,5 @@
 <script type='text/javascript' src="../js/buycourses.js"></script>
 <script type='text/javascript' src="../js/buycourses.js"></script>
 
 
-<link rel="stylesheet" type="text/css" href="../resources/plugin.css"/>
-
 <div class="row">
 <div class="row">
     <div class="col-md-7">
     <div class="col-md-7">
         <h3 class="page-header">{{ 'PurchaseData'|get_plugin_lang('BuyCoursesPlugin') }}</h3>
         <h3 class="page-header">{{ 'PurchaseData'|get_plugin_lang('BuyCoursesPlugin') }}</h3>