gitlabhq/app/assets/stylesheets/issues.css.scss

75 lines
1.3 KiB
SCSS
Raw Normal View History

2011-11-12 12:04:43 +01:00
.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_filter {
margin-top:10px;
2011-11-15 09:34:30 +01:00
.left {
2011-11-12 12:04:43 +01:00
margin-right:15px;
}
}
2011-11-12 13:45:32 +01:00
2011-11-12 12:04:43 +01:00
.top_panel_issues{
#issue_search_form {
margin:5px 0;
input {
border:1px solid #D3D3D3;
padding: 3px;
height: 28px;
2011-11-29 19:10:48 +01:00
width: 250px;
2011-11-12 12:04:43 +01:00
-webkit-appearance:none;
box-sizing: border-box;
-moz-box-sizing: border-box;
&:focus {
border-color:#c2e1ef;
}
}
}
}
2011-11-12 13:45:32 +01:00
/** ISSUES LIST **/
.issue .action-links {
2011-11-15 09:34:30 +01:00
display:none;
a {
2011-11-12 13:45:32 +01:00
margin-left:10px;
}
}
.issue:hover .action-links { display:block; }
2011-11-25 11:49:28 +01:00
.issue-show-holder {
width:100%;
.data p { font-size:16px }
}
#issue_assignee_id {
width:300px;
}
.issue-form-holder .ui-box .data {
margin: 0;
padding: 0;
}
2011-11-28 08:39:43 +01:00
body.project-page .merge-request-form-holder table.no-borders tr,
body.project-page .merge-request-form-holder table.no-borders td,
body.project-page .issue-form-holder table.no-borders tr,
2011-11-25 23:19:14 +01:00
body.project-page .issue-form-holder table.no-borders td,
body.project-page .new_snippet table tr,
body.project-page .new_snippet table td,
body.project-page .edit_snippet table tr,
body.project-page .edit_snippet table td
{
&:hover {
background:none;
}
}