issues.css.scss 678 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
.issue-number {
  float: left;
  border-radius: 5px;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 14px 8px;
  width: 40px;
  margin-right: 10px;
  color: #444;
}

#issues-table-holder .issue:hover .action-links { display:block; }

.issues_filter {
  margin-top:10px;
  .left { 
    margin-right:15px;
  }
}
.top_panel_issues{
  #issue_search_form {
    margin:5px 0;
    input {
      border:1px solid #D3D3D3;
      padding: 3px;
      height: 28px;
      width: 300px;
      -webkit-appearance:none;
      box-sizing: border-box;
      -moz-box-sizing: border-box;

      &:focus {
        border-color:#c2e1ef;
      }
    }
  }
}