Sha256: 3896731f8540b744a07af34a1f8ca07ae06aeee1d4595d07387bc783d8b56440

Contents?: true

Size: 1.18 KB

Versions: 26

Compression:

Stored size: 1.18 KB

Contents

// Place all the styles related to the Exams controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.score-cell{
  width: 100px;
}

.score-error{
	border:1px solid red !important; 
}

.exam-frame-table {
  width: auto;
  padding: 0px;
  
  tbody {
    tr {
      td {
        padding: 0px;
      }
    }
    tr:hover {
      td {
        background-color: white;
      }
    }
  }
}
.exam-parts {
  border: none;
  border-radius: 0px;
  padding: 0px;
    
  thead:first-child tr:first-child th:last-child {
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
  }
  thead:first-child tr:first-child th:first-child {
    border-left: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
  }
  thead {
    tr {
      th {
        border-radius: 0px;
      }
    }
  }
  tbody {
    tr {
      height: 39px;
      
      td:first-child {
        border-left: 0px;
      }
      td {
        padding: 4px 5px;
      }
    }
  }
}
.border-bottom {
  border-bottom: 1px solid #dddddd;
}

* {
  word-wrap:break-word;
}

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
gaku_frontend-0.3.0 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.3.0.pre.4 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.3.0.pre.3 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.3.0.pre.2 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.3.0.pre.1 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.3.0.pre.0 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku-0.2.4 frontend/app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.2.4 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku-0.2.3 frontend/app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.2.3 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku-0.2.2 frontend/app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.2.2 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku-0.2.1 frontend/app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.2.1 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku-0.2.0 frontend/app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.2.0 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku-0.1.1 frontend/app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.1.1 app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku-0.1.0 frontend/app/assets/stylesheets/gaku/frontend/exams.css.scss
gaku_frontend-0.1.0 app/assets/stylesheets/gaku/frontend/exams.css.scss