fix _base.ss

pull/2818/head
Alex Aragón 6 years ago
parent 6409d605ee
commit 8277af83c6
  1. 118
      assets/css/base.css
  2. 25
      assets/css/scss/_base.scss

@ -251,23 +251,6 @@
border-bottom: 1px dotted #ccc;
margin-bottom: 20px;
}
/* Table */
.exercise_options {
width: 720px;
border-collapse: collapse;
border-spacing: 0;
}
.exercise_options th {
background-color: #F2F2F2;
border-bottom: 1px solid #DDDDDD;
line-height: normal;
padding: 8px 10px;
text-align: center;
vertical-align: middle;
}
/* Fixes questions list */
.exercise_description {
@ -326,24 +309,6 @@
background: #FAFAFA;
}
.question-result .page-header {
margin-top: 20px;
}
.question-result h2.page-header {
font-size: 25px;
}
.question_row_score .title-score .total h3 {
margin: 0;
font-size: 22px;
}
.question_row_answer img {
max-width: 80%;
height: auto !important;
}
.ribbon .rib::before {
content: '';
display: block;
@ -543,22 +508,10 @@ form .form .freeze {
cursor: pointer;
}
._jsPlumb_endpoint {
z-index: 50;
}
.drag-locked {
border: 1px solid red;
}
._jsPlumb_endpoint {
z-index: 50;
}
._jsPlumb_connector {
z-index: 1;
}
.dropHover {
border: 1px dotted red;
}
@ -567,51 +520,6 @@ form .form .freeze {
border: 2px dotted orange;
}
/*****************************************************
* LOGIN AND LANGUAGE FORM *
*****************************************************/
.data_table_exercise_result, .data_table_exercise_result_left {
border-collapse: collapse;
border-spacing: 0;
font-size: 12px;
margin-bottom: 15px;
margin-top: 8px;
text-align: left;
width: 100%;
}
.data_table_exercise_result td {
line-height: normal;
padding: 6px;
text-align: center;
vertical-align: middle;
}
.data_table_exercise_result_left td {
line-height: normal;
padding: 6px;
text-align: left;
vertical-align: middle;
}
/* styles for the star rater */
.skills-profiles, .skills-users, .skills-skills {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ccc;
}
.skills-skills ul.holder,
.skills-users ul.holder,
.skills-profiles ul.holder {
margin-bottom: 8px;
border: 0;
}
/* **** POST **** */
.forum_low_description {
@ -972,32 +880,6 @@ form .form .freeze {
/* CSS BACKUP *****/
#dropzone {
position: relative;
overflow: hidden;
direction: ltr;
cursor: pointer;
text-align: center;
color: #333;
font-weight: bold;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
width: auto;
margin-left: auto;
margin-right: auto;
height: auto;
line-height: 50px;
background-color: #D4E6F0;
border: 2px dashed #bbbbbb;
font-size: 120%;
margin-bottom: 0;
}
#dropzone.hover {
background: lawngreen;
}
.form-separator {
font-weight: bold;
border-bottom: 2px solid #CCC;

@ -3128,4 +3128,29 @@ table.certaintyTable {
padding: 10px;
margin-top: 10px;
border: 1px solid #b2b2b2;
}
/****** DROPZONE ******/
#dropzone {
position: relative;
overflow: hidden;
direction: ltr;
cursor: pointer;
text-align: center;
color: #333;
font-weight: bold;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
width: auto;
margin-left: auto;
margin-right: auto;
height: auto;
line-height: 50px;
background-color: #D4E6F0;
border: 2px dashed #bbbbbb;
font-size: 120%;
margin-bottom: 0;
&:hover{
background: lawngreen;
}
}
Loading…
Cancel
Save