2012-02-11 22:22:33 +01:00
|
|
|
.diff_file_header a,
|
|
|
|
.file_stats a {
|
|
|
|
color:$style_color;
|
|
|
|
}
|
|
|
|
|
2012-01-16 20:07:57 +01:00
|
|
|
|
2012-01-26 18:25:35 +01:00
|
|
|
/** LAYOUT **/
|
2012-01-16 20:07:57 +01:00
|
|
|
|
2012-02-12 16:48:17 +01:00
|
|
|
.container {
|
2012-02-19 15:31:11 +01:00
|
|
|
padding-top:0;
|
|
|
|
z-index:5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container .content {
|
2012-04-10 07:51:08 +02:00
|
|
|
margin:0 0;
|
2012-01-26 18:25:35 +01:00
|
|
|
}
|
|
|
|
|
2012-02-12 16:48:17 +01:00
|
|
|
.container .sidebar {
|
2012-02-19 15:31:11 +01:00
|
|
|
width: 200px;
|
2012-01-26 23:13:19 +01:00
|
|
|
height:100%;
|
2012-01-27 00:46:32 +01:00
|
|
|
min-height:450px;
|
2012-02-12 01:38:38 +01:00
|
|
|
float:right;
|
|
|
|
}
|
2012-01-27 23:51:02 +01:00
|
|
|
|
2012-03-24 00:01:36 +01:00
|
|
|
.profile_avatar_holder {
|
|
|
|
float:left;
|
2012-04-02 20:13:44 +02:00
|
|
|
width:60px;
|
|
|
|
height:60px;
|
2012-03-24 00:01:36 +01:00
|
|
|
margin-right:20px;
|
|
|
|
img {
|
2012-04-02 20:13:44 +02:00
|
|
|
width:60px;
|
|
|
|
height:60px;
|
2012-03-24 00:01:36 +01:00
|
|
|
background:#eee;
|
2012-01-28 10:54:11 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-01-28 15:47:55 +01:00
|
|
|
|
2012-02-08 00:00:49 +01:00
|
|
|
.visible_link,
|
2012-01-29 11:04:09 +01:00
|
|
|
.author_link {
|
2012-02-11 22:22:33 +01:00
|
|
|
color: $link_color;
|
2012-01-29 11:04:09 +01:00
|
|
|
}
|
2012-02-11 18:56:18 +01:00
|
|
|
|
|
|
|
.widget {
|
2012-02-21 21:04:01 +01:00
|
|
|
@include shade;
|
2012-02-11 18:56:18 +01:00
|
|
|
padding:20px;
|
|
|
|
margin-bottom:20px;
|
2012-02-18 13:12:48 +01:00
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 5px;
|
2012-02-21 21:04:01 +01:00
|
|
|
background:#fafafa;
|
2012-02-18 13:12:48 +01:00
|
|
|
|
|
|
|
.link_holder {
|
|
|
|
background:#eee;
|
|
|
|
position:relative;
|
|
|
|
left:-20px;
|
|
|
|
top:20px;
|
|
|
|
padding:10px 20px;
|
|
|
|
width:100%;
|
|
|
|
border-top:1px solid #ccc;
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size:14px;
|
|
|
|
color:#666;
|
|
|
|
}
|
|
|
|
}
|
2012-02-11 18:56:18 +01:00
|
|
|
}
|
2012-01-26 18:25:35 +01:00
|
|
|
|
2012-02-15 22:51:04 +01:00
|
|
|
.help li { color:#111 }
|
2012-02-18 13:12:48 +01:00
|
|
|
|
|
|
|
.back_link {
|
|
|
|
text-decoration:underline;
|
|
|
|
font-size:14px;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:10px 0;
|
|
|
|
padding-bottom:0;
|
|
|
|
}
|
2012-02-18 13:43:35 +01:00
|
|
|
|
|
|
|
.info_link {
|
|
|
|
margin-right:5px;
|
|
|
|
float:left;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width:20px;
|
|
|
|
}
|
|
|
|
}
|
2012-02-18 14:59:01 +01:00
|
|
|
|
2012-02-20 07:39:03 +01:00
|
|
|
.download_repo_link {
|
|
|
|
background: url("images.png") no-repeat 0 -48px;
|
|
|
|
padding-left:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.number {
|
|
|
|
border-radius: 4px;
|
|
|
|
text-shadow: none;
|
|
|
|
background: rgba(0,0,0,.12);
|
|
|
|
text-align: center;
|
|
|
|
padding: 2px 4px;
|
2012-04-10 20:39:04 +02:00
|
|
|
line-height:18px;
|
2012-02-20 07:39:03 +01:00
|
|
|
margin-left:2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table a code {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2012-02-21 21:04:01 +01:00
|
|
|
|
|
|
|
.span12 hr{
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2012-02-21 22:09:46 +01:00
|
|
|
|
|
|
|
.btn.padded {
|
|
|
|
margin-right:3px;
|
2012-04-10 07:51:08 +02:00
|
|
|
padding:4px 10px 4px;
|
2012-02-21 22:09:46 +01:00
|
|
|
}
|
2012-02-24 21:19:47 +01:00
|
|
|
|
|
|
|
.loading {
|
|
|
|
margin:20px auto;
|
2012-03-26 20:41:58 +02:00
|
|
|
background: url(ajax_loader.gif) no-repeat center center;
|
2012-02-24 21:19:47 +01:00
|
|
|
width:40px;
|
|
|
|
height:40px;
|
|
|
|
}
|
2012-02-26 23:41:53 +01:00
|
|
|
|
|
|
|
/** FLASH message **/
|
|
|
|
#flash_container {
|
2012-03-13 22:54:49 +01:00
|
|
|
height:50px;
|
2012-02-26 23:41:53 +01:00
|
|
|
position:fixed;
|
|
|
|
z-index:10001;
|
|
|
|
top:0px;
|
|
|
|
width:100%;
|
|
|
|
margin-bottom:15px;
|
|
|
|
overflow:hidden;
|
|
|
|
background:white;
|
|
|
|
cursor:pointer;
|
2012-03-13 22:54:49 +01:00
|
|
|
border-bottom:1px solid #ccc;
|
2012-02-26 23:41:53 +01:00
|
|
|
|
|
|
|
h4 {
|
|
|
|
color:#444;
|
|
|
|
font-size:22px;
|
|
|
|
padding-top:5px;
|
|
|
|
margin:2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.git_url_wrapper {
|
|
|
|
margin-right:50px
|
|
|
|
}
|
|
|
|
.file_stats {
|
|
|
|
span {
|
|
|
|
img {
|
|
|
|
width:14px;
|
|
|
|
float:left;
|
|
|
|
margin-right:6px;
|
|
|
|
padding:2px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.handle:hover {
|
|
|
|
cursor:move;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.update-author {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
span.update-author {
|
|
|
|
color:#999;
|
|
|
|
font-weight:normal;
|
|
|
|
font-style:italic;
|
|
|
|
}
|
|
|
|
span.update-author strong {
|
|
|
|
font-weight:bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** UPDATE ITEM **/
|
|
|
|
span.update-author {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
/** END UPDATE ITEM **/
|
|
|
|
.ajax-tab-loading {
|
|
|
|
padding:40px;
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.dashboard-loader {
|
|
|
|
float:left;
|
|
|
|
margin:10px;
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.user-mention {
|
|
|
|
color:#2FA0BB;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.project-update.titled {
|
|
|
|
position:relative;
|
|
|
|
padding-left:35% !important;
|
|
|
|
.title-block {
|
|
|
|
padding:10px;
|
|
|
|
width:35%;
|
|
|
|
position:absolute;
|
|
|
|
left:0;
|
|
|
|
top:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input.git_clone_url {
|
2012-04-10 07:51:08 +02:00
|
|
|
width:325px;
|
2012-02-26 23:41:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.merge-request-form-holder {
|
|
|
|
select {
|
|
|
|
width:300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Issues **/
|
|
|
|
#issue_assignee_id {
|
|
|
|
width:300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_issue_dialog textarea{
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project_list_url {
|
2012-02-28 21:59:36 +01:00
|
|
|
width:250px;
|
2012-02-26 23:41:53 +01:00
|
|
|
background:#fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/** bordered list **/
|
|
|
|
ul.bordered-list {
|
|
|
|
margin:5px 0px;
|
|
|
|
padding:0px;
|
|
|
|
li {
|
|
|
|
padding: 5px 0;
|
|
|
|
border-bottom: 1px solid #EEE;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
margin:0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.bordered-list li:last-child { border:none }
|
|
|
|
|
|
|
|
.line_holder {
|
|
|
|
&:hover {
|
|
|
|
td {
|
|
|
|
background: #FFFFCF !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li.commit {
|
|
|
|
.avatar {
|
|
|
|
width:24px;
|
|
|
|
top:-3px;
|
|
|
|
margin-right:10px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2012-05-15 15:46:18 +02:00
|
|
|
padding: 2px 2px 0;
|
|
|
|
margin-top: -2px;
|
|
|
|
&:hover {
|
|
|
|
color: black;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
2012-02-26 23:41:53 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
p.time {
|
|
|
|
color: #999;
|
|
|
|
font-size: 90%;
|
|
|
|
margin: 30px 3px 3px 2px;
|
|
|
|
}
|
2012-02-28 21:59:36 +01:00
|
|
|
|
|
|
|
|
2012-04-07 22:13:18 +02:00
|
|
|
/**
|
|
|
|
* Dashboard page
|
|
|
|
*
|
|
|
|
*/
|
2012-02-28 21:59:36 +01:00
|
|
|
.dashboard_category {
|
|
|
|
margin-bottom:30px;
|
2012-03-01 21:43:04 +01:00
|
|
|
h3 a {
|
|
|
|
color:#474D57;
|
|
|
|
&:hover {
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
}
|
2012-03-31 23:23:34 +02:00
|
|
|
|
2012-02-28 21:59:36 +01:00
|
|
|
.dashboard_block {
|
2012-03-19 21:52:16 +01:00
|
|
|
.dash_project_item {
|
|
|
|
margin-bottom:10px;
|
2012-02-28 21:59:36 +01:00
|
|
|
border:none;
|
2012-03-31 23:23:34 +02:00
|
|
|
padding:0px 5px;
|
2012-04-01 23:24:45 +02:00
|
|
|
.project_link {
|
|
|
|
color:#888;
|
|
|
|
&:hover {
|
2012-03-31 23:23:34 +02:00
|
|
|
color:#111;
|
|
|
|
.ico.project {
|
|
|
|
background-position:-209px -21px;
|
|
|
|
}
|
|
|
|
}
|
2012-02-28 21:59:36 +01:00
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
color:#666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-03-01 20:23:50 +01:00
|
|
|
|
|
|
|
.styled_image {
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-box-shadow: 0 0 5px #888;
|
|
|
|
-webkit-box-shadow: 0 0 5px#888;
|
|
|
|
box-shadow: 0 0 5px #888;
|
|
|
|
}
|
2012-03-01 21:43:04 +01:00
|
|
|
|
|
|
|
.event_feed {
|
|
|
|
min-height:40px;
|
2012-03-20 22:59:35 +01:00
|
|
|
border-bottom:1px solid #ddd;
|
2012-03-01 21:43:04 +01:00
|
|
|
.avatar {
|
|
|
|
width:32px;
|
|
|
|
}
|
2012-05-19 11:25:16 +02:00
|
|
|
.event_icon {
|
|
|
|
float:right;
|
|
|
|
margin-right:2px;
|
|
|
|
img {
|
|
|
|
width:20px;
|
|
|
|
}
|
|
|
|
}
|
2012-03-01 21:43:04 +01:00
|
|
|
ul {
|
|
|
|
margin-left:50px;
|
|
|
|
margin-bottom:5px;
|
|
|
|
.avatar {
|
|
|
|
width:24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-03-16 00:45:46 +01:00
|
|
|
padding: 15px 5px;
|
2012-03-01 21:43:04 +01:00
|
|
|
&:last-child { border:none }
|
|
|
|
.wll:hover { background:none }
|
|
|
|
}
|
|
|
|
|
2012-03-02 23:09:17 +01:00
|
|
|
.ico {
|
|
|
|
background: url("images.png") no-repeat -85px -77px;
|
|
|
|
width: 19px;
|
|
|
|
height: 16px;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 10px;
|
|
|
|
top: 8px;
|
|
|
|
|
|
|
|
&.project {
|
|
|
|
background-position: -37px -77px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.activities {
|
|
|
|
background-position:-162px -22px;
|
|
|
|
}
|
|
|
|
&.projects {
|
|
|
|
background-position:-209px -21px;
|
|
|
|
}
|
|
|
|
}
|
2012-03-04 02:00:19 +01:00
|
|
|
|
|
|
|
.leftbar {
|
|
|
|
h5, .title {
|
|
|
|
padding:5px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size:14px;
|
|
|
|
padding:2px 10px;
|
2012-06-12 21:04:57 +02:00
|
|
|
color:#666;
|
|
|
|
border-bottom:1px solid #f1f1f1;
|
2012-03-04 02:00:19 +01:00
|
|
|
}
|
2012-03-04 11:35:15 +01:00
|
|
|
a:last-child h4 { border:none; }
|
2012-03-04 02:00:19 +01:00
|
|
|
|
2012-03-19 23:05:35 +01:00
|
|
|
a:hover {
|
2012-03-04 02:00:19 +01:00
|
|
|
h4 {
|
|
|
|
color:#111;
|
2012-03-31 23:23:34 +02:00
|
|
|
background:$hover;
|
2012-06-12 21:04:57 +02:00
|
|
|
border-color:#CCC;
|
2012-03-04 02:00:19 +01:00
|
|
|
.ico.project {
|
|
|
|
background-position:-209px -21px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-04-20 18:11:49 +02:00
|
|
|
.bottom {
|
|
|
|
padding:10px;
|
|
|
|
}
|
2012-03-04 02:00:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
&.very_small {
|
|
|
|
font-size:11px;
|
2012-04-20 18:11:49 +02:00
|
|
|
padding:2px 6px;
|
2012-03-04 02:00:19 +01:00
|
|
|
margin:2px;
|
|
|
|
}
|
|
|
|
}
|
2012-03-13 22:54:49 +01:00
|
|
|
|
|
|
|
|
|
|
|
.prettyprint {
|
|
|
|
background-color: #fefbf3;
|
|
|
|
padding: 9px;
|
|
|
|
border: 1px solid rgba(0,0,0,.2);
|
|
|
|
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
|
|
|
|
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
|
|
|
|
box-shadow: 0 1px 2px rgba(0,0,0,.1);
|
|
|
|
}
|
2012-03-14 11:39:33 +01:00
|
|
|
|
|
|
|
.hint {
|
|
|
|
font-style: italic;
|
|
|
|
color: #999;
|
|
|
|
}
|
2012-03-15 12:03:56 +01:00
|
|
|
|
|
|
|
.upvotes {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #468847;
|
|
|
|
text-align: right;
|
|
|
|
padding: 4px;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
2012-03-17 06:46:47 +01:00
|
|
|
|
2012-03-25 18:05:24 +02:00
|
|
|
/* Fix for readme code (stopped it from being yellow) */
|
|
|
|
.readme {
|
2012-03-17 17:02:48 +01:00
|
|
|
pre {
|
|
|
|
background: white !important;
|
|
|
|
|
|
|
|
code {
|
|
|
|
background: none !important;
|
2012-03-17 06:46:47 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-03-17 16:49:23 +01:00
|
|
|
|
2012-03-26 21:41:56 +02:00
|
|
|
|
2012-03-16 00:14:39 +01:00
|
|
|
.highlight_word {
|
|
|
|
background:#EEDC94;
|
|
|
|
}
|
2012-03-16 00:45:46 +01:00
|
|
|
|
|
|
|
.status_info {
|
|
|
|
font-size:14px;
|
|
|
|
padding:5px 15px;
|
|
|
|
line-height:24px;
|
|
|
|
width:60px;
|
|
|
|
text-align:center;
|
|
|
|
float:left;
|
|
|
|
margin-right:20px;
|
2012-06-05 18:45:18 +02:00
|
|
|
|
|
|
|
&.success {
|
|
|
|
background: #5BB75B;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0 1px #111;
|
|
|
|
border-color: #9A9;
|
|
|
|
}
|
|
|
|
&.error {
|
|
|
|
background: #DA4E49;
|
|
|
|
border-color: #BD362F;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0 1px #111;
|
|
|
|
}
|
2012-03-16 00:45:46 +01:00
|
|
|
}
|
|
|
|
|
2012-03-19 21:52:16 +01:00
|
|
|
.arrow{
|
|
|
|
background: #E3E5EA;
|
2012-03-31 23:23:34 +02:00
|
|
|
padding: 5px;
|
|
|
|
margin-top:5px;
|
2012-03-19 21:52:16 +01:00
|
|
|
border-radius: 5px;
|
|
|
|
text-shadow: none;
|
|
|
|
color: #999;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight:bold;
|
2012-03-21 23:09:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.thin_area{
|
|
|
|
height: 150px;
|
|
|
|
}
|
2012-03-21 23:09:56 +01:00
|
|
|
|
|
|
|
.gitlab_pagination {
|
2012-03-21 23:09:57 +01:00
|
|
|
span a { color:$link_color; }
|
|
|
|
.prev, .next, .current, .page a {
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
.current {
|
|
|
|
border-bottom:2px solid $style_color;
|
2012-03-21 23:09:56 +01:00
|
|
|
}
|
|
|
|
}
|
2012-03-24 17:08:42 +01:00
|
|
|
|
|
|
|
// Fixes alignment on notes.
|
|
|
|
.new_note {
|
|
|
|
label {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-03-24 18:36:14 +01:00
|
|
|
// Fix issue with notes & lists creating a bunch of bottom borders.
|
|
|
|
li.note {
|
2012-03-26 06:40:51 +02:00
|
|
|
img { max-width:100% }
|
2012-03-24 18:36:14 +01:00
|
|
|
.note-title {
|
|
|
|
li {
|
|
|
|
border-bottom:none !important;
|
|
|
|
}
|
|
|
|
.file {
|
|
|
|
padding-left:20px;
|
|
|
|
background:url("icon-attachment.png") no-repeat left center;
|
|
|
|
}
|
|
|
|
}
|
2012-03-25 18:05:24 +02:00
|
|
|
}
|
2012-03-26 06:40:51 +02:00
|
|
|
|
|
|
|
.markdown {
|
|
|
|
img {
|
|
|
|
max-width:100%;
|
|
|
|
}
|
|
|
|
}
|
2012-03-27 22:04:21 +02:00
|
|
|
|
|
|
|
.wiki_content code, .readme code{
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
2012-04-02 20:13:44 +02:00
|
|
|
|
|
|
|
.team_member_show {
|
|
|
|
td:first-child {
|
|
|
|
color:#aaa;
|
|
|
|
}
|
|
|
|
}
|
2012-04-10 19:06:17 +02:00
|
|
|
|
|
|
|
.remember_me {
|
|
|
|
text-align:left;
|
2012-04-11 22:50:13 +02:00
|
|
|
|
|
|
|
input {
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
padding-left:5px;
|
|
|
|
}
|
2012-04-10 19:06:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Milestones list
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
.milestone {
|
|
|
|
@extend .wll;
|
|
|
|
}
|
2012-04-20 18:41:49 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Admin area
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.admin_dash {
|
|
|
|
.data {
|
|
|
|
a {
|
|
|
|
h1 {
|
|
|
|
line-height:48px;
|
|
|
|
font-size:48px;
|
|
|
|
padding:20px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-05-27 00:09:44 +02:00
|
|
|
|
|
|
|
.rss-icon {
|
|
|
|
img {
|
|
|
|
width:24px;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
2012-06-12 22:13:42 +02:00
|
|
|
|
|
|
|
strong {
|
|
|
|
line-height:24px;
|
|
|
|
}
|
2012-05-27 00:09:44 +02:00
|
|
|
}
|
2012-05-28 19:19:54 +02:00
|
|
|
|
2012-05-31 22:30:54 +02:00
|
|
|
|
2012-06-02 00:00:29 +02:00
|
|
|
|
|
|
|
/* CHZN reset few styles */
|
|
|
|
.chzn-container-single .chzn-single {
|
2012-06-12 20:55:10 +02:00
|
|
|
background:#FFF;
|
2012-06-18 19:18:14 +02:00
|
|
|
border: 1px solid #bbb;
|
|
|
|
box-shadow:none;
|
2012-06-02 00:00:29 +02:00
|
|
|
}
|
|
|
|
.chzn-container-active .chzn-single {
|
|
|
|
background:#fff;
|
|
|
|
}
|
2012-06-12 16:43:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Push event widget
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.event_lp {
|
|
|
|
@extend .alert-info;
|
2012-06-12 22:13:42 +02:00
|
|
|
margin-bottom:20px;
|
2012-06-12 16:43:16 +02:00
|
|
|
padding:8px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
@include border-radius(4px);
|
2012-06-12 20:15:34 +02:00
|
|
|
min-height:42px;
|
2012-06-12 16:43:16 +02:00
|
|
|
}
|
2012-06-13 19:02:30 +02:00
|
|
|
|
2012-06-20 20:29:55 +02:00
|
|
|
.supp_diff_link,
|
|
|
|
.mr_show_all_commits {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
2012-06-21 07:29:53 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Issues, MRs legend
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
.list_legend {
|
|
|
|
float:left;
|
|
|
|
margin-right:20px;
|
|
|
|
.icon {
|
|
|
|
width:16px;
|
|
|
|
height:16px;
|
|
|
|
float:left;
|
|
|
|
margin-right:5px;
|
|
|
|
@include border-radius(4px);
|
|
|
|
&.critical {
|
|
|
|
background: #EAA;
|
|
|
|
border:1px solid #B88;
|
|
|
|
}
|
|
|
|
&.today{
|
|
|
|
background: #ADA;
|
|
|
|
border:1px solid #8B8;
|
|
|
|
}
|
|
|
|
&.closed {
|
|
|
|
background: #DDD;
|
|
|
|
border:1px solid #BBB;
|
|
|
|
}
|
|
|
|
&.yours {
|
|
|
|
background: #AAD;
|
|
|
|
border:1px solid #88B;
|
|
|
|
}
|
|
|
|
&.merged {
|
|
|
|
background: #DAD;
|
|
|
|
border:1px solid #B8B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.text {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.merge_request,
|
|
|
|
.issue {
|
|
|
|
.list_legend {
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 10px;
|
|
|
|
.icon {
|
|
|
|
width:16px;
|
|
|
|
height:16px;
|
|
|
|
float:left;
|
|
|
|
margin-right:5px;
|
|
|
|
@include border-radius(4px);
|
|
|
|
border:1px solid #ddd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.critical {
|
2012-06-21 15:43:40 +02:00
|
|
|
background: #FEE;
|
|
|
|
border-color:#ECC;
|
2012-06-21 07:29:53 +02:00
|
|
|
.icon {
|
|
|
|
background: #EAA;
|
|
|
|
border:1px solid #B88;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.today{
|
2012-06-21 15:43:40 +02:00
|
|
|
background: #EFE;
|
|
|
|
border-color:#CEC;
|
2012-06-21 07:29:53 +02:00
|
|
|
.icon {
|
|
|
|
background: #ADA;
|
|
|
|
border:1px solid #8B8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.closed {
|
2012-06-21 16:23:25 +02:00
|
|
|
background: #F5f5f5;
|
|
|
|
border-color:#E5E5E5;
|
2012-06-21 07:29:53 +02:00
|
|
|
.icon {
|
|
|
|
background: #DDD;
|
|
|
|
border:1px solid #BBB;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.yours {
|
|
|
|
.icon {
|
|
|
|
background: #AAD;
|
|
|
|
border:1px solid #88B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.merged {
|
2012-06-21 15:43:40 +02:00
|
|
|
background: #FEF;
|
|
|
|
border-color:#EDE;
|
2012-06-21 07:29:53 +02:00
|
|
|
.icon {
|
|
|
|
background: #DAD;
|
|
|
|
border:1px solid #B8B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|