2012-01-26 12:25:35 -05:00
|
|
|
/** LAYOUT **/
|
2012-01-16 14:07:57 -05:00
|
|
|
|
2012-08-29 14:23:43 -04:00
|
|
|
body {
|
|
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.container {
|
2012-02-19 09:31:11 -05:00
|
|
|
padding-top:0;
|
|
|
|
z-index:5;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.container .content {
|
2012-04-10 01:51:08 -04:00
|
|
|
margin:0 0;
|
2012-01-26 12:25:35 -05:00
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.container .sidebar {
|
2012-02-19 09:31:11 -05:00
|
|
|
width: 200px;
|
2012-01-26 17:13:19 -05:00
|
|
|
height:100%;
|
2012-01-26 18:46:32 -05:00
|
|
|
min-height:450px;
|
2012-02-11 19:38:38 -05:00
|
|
|
float:right;
|
|
|
|
}
|
2012-01-27 17:51:02 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.profile_avatar_holder {
|
2012-03-23 19:01:36 -04:00
|
|
|
float:left;
|
2012-04-02 14:13:44 -04:00
|
|
|
width:60px;
|
|
|
|
height:60px;
|
2012-03-23 19:01:36 -04:00
|
|
|
margin-right:20px;
|
2012-08-13 01:52:10 -04:00
|
|
|
img {
|
2012-04-02 14:13:44 -04:00
|
|
|
width:60px;
|
|
|
|
height:60px;
|
2012-03-23 19:01:36 -04:00
|
|
|
background:#eee;
|
2012-01-28 04:54:11 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-01-28 09:47:55 -05:00
|
|
|
|
2012-02-07 18:00:49 -05:00
|
|
|
.visible_link,
|
2012-08-13 01:52:10 -04:00
|
|
|
.author_link {
|
2012-02-11 16:22:33 -05:00
|
|
|
color: $link_color;
|
2012-01-29 05:04:09 -05:00
|
|
|
}
|
2012-02-11 12:56:18 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.help li { color:#111 }
|
2012-02-18 07:12:48 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.back_link {
|
2012-02-18 07:12:48 -05:00
|
|
|
text-decoration:underline;
|
|
|
|
font-size:14px;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:10px 0;
|
|
|
|
padding-bottom:0;
|
|
|
|
}
|
2012-02-18 07:43:35 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.info_link {
|
2012-02-18 07:43:35 -05:00
|
|
|
margin-right:5px;
|
|
|
|
float:left;
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
img {
|
2012-02-18 07:43:35 -05:00
|
|
|
width:20px;
|
|
|
|
}
|
|
|
|
}
|
2012-02-18 08:59:01 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.download_repo_link {
|
2012-02-20 01:39:03 -05:00
|
|
|
background: url("images.png") no-repeat 0 -48px;
|
|
|
|
padding-left:20px;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
table a code {
|
2012-02-20 01:39:03 -05:00
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2012-02-21 15:04:01 -05:00
|
|
|
|
|
|
|
.span12 hr{
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2012-02-21 16:09:46 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.loading {
|
2012-02-24 15:19:47 -05:00
|
|
|
margin:20px auto;
|
2012-03-26 14:41:58 -04:00
|
|
|
background: url(ajax_loader.gif) no-repeat center center;
|
2012-02-24 15:19:47 -05:00
|
|
|
width:40px;
|
|
|
|
height:40px;
|
|
|
|
}
|
2012-02-26 17:41:53 -05:00
|
|
|
|
|
|
|
/** FLASH message **/
|
|
|
|
#flash_container {
|
2012-03-13 17:54:49 -04:00
|
|
|
height:50px;
|
2012-02-26 17:41:53 -05:00
|
|
|
position:fixed;
|
|
|
|
z-index:10001;
|
|
|
|
top:0px;
|
|
|
|
width:100%;
|
|
|
|
margin-bottom:15px;
|
|
|
|
overflow:hidden;
|
|
|
|
background:white;
|
|
|
|
cursor:pointer;
|
2012-03-13 17:54:49 -04:00
|
|
|
border-bottom:1px solid #ccc;
|
2012-02-26 17:41:53 -05:00
|
|
|
|
|
|
|
h4 {
|
2012-08-25 12:47:00 -04:00
|
|
|
color:#666;
|
|
|
|
font-size:18px;
|
|
|
|
line-height:38px;
|
2012-02-26 17:41:53 -05:00
|
|
|
padding-top:5px;
|
|
|
|
margin:2px;
|
2012-08-25 12:47:00 -04:00
|
|
|
font-weight:normal;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.git_url_wrapper {
|
|
|
|
margin-right:50px
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 **/
|
|
|
|
.dashboard-loader {
|
|
|
|
float:left;
|
|
|
|
margin:10px;
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.user-mention {
|
|
|
|
color:#2FA0BB;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2012-08-29 14:23:43 -04:00
|
|
|
.neib {
|
|
|
|
margin-right:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
background-color: #474D57;
|
|
|
|
|
2012-09-19 02:14:07 -04:00
|
|
|
&.label-tag {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
padding:4px 6px;
|
|
|
|
color:#444;
|
|
|
|
text-shadow:0 0 1px #fff;
|
|
|
|
|
|
|
|
&.grouped {
|
|
|
|
float: left;
|
|
|
|
margin-right: 6px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
}
|
2012-08-29 14:23:43 -04:00
|
|
|
&.label-issue {
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding:4px 6px;
|
|
|
|
color:#444;
|
|
|
|
text-shadow:0 0 1px #fff;
|
|
|
|
|
|
|
|
&.grouped {
|
|
|
|
float: left;
|
|
|
|
margin-right: 6px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
}
|
2012-09-18 02:17:55 -04:00
|
|
|
|
|
|
|
&.label-success {
|
|
|
|
background-color: #8D8;
|
|
|
|
color: #333;
|
|
|
|
text-shadow: 0 1px 1px white;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.label-error {
|
|
|
|
background-color: #D88;
|
|
|
|
color: #333;
|
|
|
|
text-shadow: 0 1px 1px white;
|
|
|
|
}
|
2012-08-29 14:23:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
@extend .form-horizontal;
|
|
|
|
|
|
|
|
.actions {
|
|
|
|
@extend .form-actions;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
@extend .control-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input {
|
|
|
|
@extend .controls;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
@extend .control-label;
|
|
|
|
}
|
|
|
|
.xlarge {
|
|
|
|
@extend .input-xlarge;
|
|
|
|
}
|
|
|
|
.xxlarge {
|
|
|
|
@extend .input-xxlarge;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.field_with_errors {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.breadcrumb {
|
|
|
|
background:white;
|
|
|
|
border:none;
|
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
text-shadow: 0 1px 0 white
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color:#474D57;
|
|
|
|
font-weight:bold;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow {
|
|
|
|
background: url("images.png") no-repeat -85px -77px;
|
|
|
|
width: 19px;
|
|
|
|
height: 16px;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
left: -10px;
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
&.large_text {
|
|
|
|
padding:6px;
|
|
|
|
font-size:16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
input.git_clone_url {
|
2012-04-10 01:51:08 -04:00
|
|
|
width:325px;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.merge-request-form-holder {
|
2012-08-13 01:52:10 -04:00
|
|
|
select {
|
2012-02-26 17:41:53 -05:00
|
|
|
width:300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Issues **/
|
|
|
|
#issue_assignee_id {
|
|
|
|
width:300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_issue_dialog textarea{
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.project_list_url {
|
2012-02-28 15:59:36 -05:00
|
|
|
width:250px;
|
2012-02-26 17:41:53 -05:00
|
|
|
background:#fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/** bordered list **/
|
2012-08-13 01:52:10 -04:00
|
|
|
ul.bordered-list {
|
2012-02-26 17:41:53 -05:00
|
|
|
margin:5px 0px;
|
|
|
|
padding:0px;
|
2012-08-13 01:52:10 -04:00
|
|
|
li {
|
2012-02-26 17:41:53 -05:00
|
|
|
padding: 5px 0;
|
|
|
|
border-bottom: 1px solid #EEE;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
margin:0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
ul.bordered-list li:last-child { border:none }
|
2012-02-26 17:41:53 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.line_holder {
|
|
|
|
&:hover {
|
|
|
|
td {
|
2012-02-26 17:41:53 -05:00
|
|
|
background: #FFFFCF !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
li.commit {
|
|
|
|
.avatar {
|
2012-02-26 17:41:53 -05:00
|
|
|
width:24px;
|
2012-08-16 02:13:50 -04:00
|
|
|
top:-5px;
|
2012-02-26 17:41:53 -05:00
|
|
|
margin-right:10px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
code {
|
2012-05-15 09:46:18 -04:00
|
|
|
padding: 2px 2px 0;
|
|
|
|
margin-top: -2px;
|
|
|
|
&:hover {
|
|
|
|
color: black;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
p.time {
|
|
|
|
color: #999;
|
|
|
|
font-size: 90%;
|
|
|
|
margin: 30px 3px 3px 2px;
|
|
|
|
}
|
2012-02-28 15:59:36 -05:00
|
|
|
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.styled_image {
|
2012-08-16 02:13:50 -04:00
|
|
|
border:2px solid #ddd;
|
2012-03-01 14:23:50 -05:00
|
|
|
}
|
2012-03-01 15:43:04 -05:00
|
|
|
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.ico {
|
2012-03-02 17:09:17 -05:00
|
|
|
background: url("images.png") no-repeat -85px -77px;
|
|
|
|
width: 19px;
|
|
|
|
height: 16px;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 10px;
|
|
|
|
top: 8px;
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
&.project {
|
2012-03-02 17:09:17 -05:00
|
|
|
background-position: -37px -77px;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
&.activities {
|
2012-03-02 17:09:17 -05:00
|
|
|
background-position:-162px -22px;
|
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
&.projects {
|
2012-03-02 17:09:17 -05:00
|
|
|
background-position:-209px -21px;
|
|
|
|
}
|
|
|
|
}
|
2012-03-03 20:00:19 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.leftbar {
|
|
|
|
h5, .title {
|
2012-03-03 20:00:19 -05:00
|
|
|
padding:5px 10px;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
h4 {
|
2012-03-03 20:00:19 -05:00
|
|
|
font-size:14px;
|
|
|
|
padding:2px 10px;
|
2012-06-12 15:04:57 -04:00
|
|
|
color:#666;
|
|
|
|
border-bottom:1px solid #f1f1f1;
|
2012-03-03 20:00:19 -05:00
|
|
|
}
|
2012-03-04 05:35:15 -05:00
|
|
|
a:last-child h4 { border:none; }
|
2012-03-03 20:00:19 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
a:hover {
|
2012-03-03 20:00:19 -05:00
|
|
|
h4 {
|
|
|
|
color:#111;
|
2012-03-31 17:23:34 -04:00
|
|
|
background:$hover;
|
2012-06-12 15:04:57 -04:00
|
|
|
border-color:#CCC;
|
2012-08-13 01:52:10 -04:00
|
|
|
.ico.project {
|
2012-03-03 20:00:19 -05:00
|
|
|
background-position:-209px -21px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
.bottom {
|
2012-04-20 12:11:49 -04:00
|
|
|
padding:10px;
|
|
|
|
}
|
2012-03-03 20:00:19 -05:00
|
|
|
}
|
|
|
|
|
2012-09-07 21:30:41 -04:00
|
|
|
.votes {
|
2012-09-08 10:44:56 -04:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 15px;
|
|
|
|
.progress {
|
|
|
|
height: 4px;
|
|
|
|
margin: 0;
|
|
|
|
.bar {
|
|
|
|
float: left;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.bar-success {
|
|
|
|
background-color: #468847;
|
|
|
|
@include bg-gradient(#62C462, #51A351);
|
|
|
|
}
|
|
|
|
.bar-danger {
|
|
|
|
background-color: #B94A48;
|
|
|
|
@include bg-gradient(#EE5F5B, #BD362F);
|
|
|
|
}
|
|
|
|
}
|
2012-09-07 21:30:41 -04:00
|
|
|
.upvotes {
|
|
|
|
display: inline-block;
|
|
|
|
color: #468847;
|
|
|
|
}
|
|
|
|
.downvotes {
|
|
|
|
display: inline-block;
|
|
|
|
color: #B94A48;
|
2012-09-08 10:44:56 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.votes-block {
|
|
|
|
margin: 14px 6px 6px 0;
|
|
|
|
.downvotes {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.votes-inline {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 8px;
|
|
|
|
.progress {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 0 2px;
|
|
|
|
width: 45px;
|
2012-09-07 21:30:41 -04:00
|
|
|
}
|
2012-03-15 07:03:56 -04:00
|
|
|
}
|
2012-03-17 01:46:47 -04:00
|
|
|
|
2012-03-25 12:05:24 -04:00
|
|
|
/* Fix for readme code (stopped it from being yellow) */
|
|
|
|
.readme {
|
2012-03-17 12:02:48 -04:00
|
|
|
pre {
|
|
|
|
background: white !important;
|
2012-08-13 01:52:10 -04:00
|
|
|
|
2012-03-17 12:02:48 -04:00
|
|
|
code {
|
|
|
|
background: none !important;
|
2012-03-17 01:46:47 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-03-17 11:49:23 -04:00
|
|
|
|
2012-03-26 15:41:56 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.highlight_word {
|
2012-03-15 19:14:39 -04:00
|
|
|
background:#EEDC94;
|
|
|
|
}
|
2012-03-15 19:45:46 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.status_info {
|
2012-03-15 19:45:46 -04:00
|
|
|
font-size:14px;
|
|
|
|
padding:5px 15px;
|
|
|
|
line-height:24px;
|
|
|
|
width:60px;
|
|
|
|
text-align:center;
|
|
|
|
float:left;
|
|
|
|
margin-right:20px;
|
2012-06-05 12:45:18 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
&.success {
|
2012-06-05 12:45:18 -04:00
|
|
|
background: #5BB75B;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0 1px #111;
|
|
|
|
border-color: #9A9;
|
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
&.error {
|
2012-06-05 12:45:18 -04:00
|
|
|
background: #DA4E49;
|
|
|
|
border-color: #BD362F;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0 1px #111;
|
|
|
|
}
|
2012-03-15 19:45:46 -04:00
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.arrow{
|
2012-03-19 16:52:16 -04:00
|
|
|
background: #E3E5EA;
|
2012-03-31 17:23:34 -04:00
|
|
|
padding: 5px;
|
|
|
|
margin-top:5px;
|
2012-03-19 16:52:16 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
text-shadow: none;
|
|
|
|
color: #999;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight:bold;
|
2012-03-21 18:09:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.thin_area{
|
|
|
|
height: 150px;
|
|
|
|
}
|
2012-03-21 18:09:56 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.gitlab_pagination {
|
2012-03-21 18:09:57 -04:00
|
|
|
span a { color:$link_color; }
|
2012-08-13 01:52:10 -04:00
|
|
|
.prev, .next, .current, .page a {
|
2012-03-21 18:09:57 -04:00
|
|
|
padding:10px;
|
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
.current {
|
2012-03-21 18:09:57 -04:00
|
|
|
border-bottom:2px solid $style_color;
|
2012-03-21 18:09:56 -04:00
|
|
|
}
|
|
|
|
}
|
2012-03-24 12:08:42 -04:00
|
|
|
|
|
|
|
// Fixes alignment on notes.
|
|
|
|
.new_note {
|
|
|
|
label {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-03-24 13:36:14 -04:00
|
|
|
// Fix issue with notes & lists creating a bunch of bottom borders.
|
|
|
|
li.note {
|
2012-03-26 00:40:51 -04:00
|
|
|
img { max-width:100% }
|
2012-03-24 13:36:14 -04:00
|
|
|
.note-title {
|
|
|
|
li {
|
|
|
|
border-bottom:none !important;
|
|
|
|
}
|
|
|
|
.file {
|
|
|
|
padding-left:20px;
|
|
|
|
background:url("icon-attachment.png") no-repeat left center;
|
|
|
|
}
|
|
|
|
}
|
2012-03-25 12:05:24 -04:00
|
|
|
}
|
2012-03-26 00:40:51 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.markdown {
|
|
|
|
img {
|
2012-03-26 00:40:51 -04:00
|
|
|
max-width:100%;
|
|
|
|
}
|
|
|
|
}
|
2012-03-27 16:04:21 -04:00
|
|
|
|
|
|
|
.wiki_content code, .readme code{
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
2012-04-02 14:13:44 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.team_member_show {
|
|
|
|
td:first-child {
|
2012-04-02 14:13:44 -04:00
|
|
|
color:#aaa;
|
|
|
|
}
|
|
|
|
}
|
2012-04-10 13:06:17 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.remember_me {
|
2012-04-10 13:06:17 -04:00
|
|
|
text-align:left;
|
2012-04-11 16:50:13 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
input {
|
2012-04-11 16:50:13 -04:00
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
span {
|
2012-04-11 16:50:13 -04:00
|
|
|
padding-left:5px;
|
|
|
|
}
|
2012-04-10 13:06:17 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-04-20 12:41:49 -04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Admin area
|
|
|
|
*
|
|
|
|
*/
|
2012-08-13 01:52:10 -04:00
|
|
|
.admin_dash {
|
|
|
|
.data {
|
|
|
|
a {
|
|
|
|
h1 {
|
2012-04-20 12:41:49 -04:00
|
|
|
line-height:48px;
|
|
|
|
font-size:48px;
|
|
|
|
padding:20px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-05-26 18:09:44 -04:00
|
|
|
|
|
|
|
.rss-icon {
|
|
|
|
img {
|
|
|
|
width:24px;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
2012-06-12 16:13:42 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
strong {
|
2012-06-12 16:13:42 -04:00
|
|
|
line-height:24px;
|
|
|
|
}
|
2012-05-26 18:09:44 -04:00
|
|
|
}
|
2012-05-28 13:19:54 -04:00
|
|
|
|
2012-05-31 16:30:54 -04:00
|
|
|
|
2012-06-01 18:00:29 -04:00
|
|
|
|
|
|
|
/* CHZN reset few styles */
|
2012-08-13 01:52:10 -04:00
|
|
|
.chzn-container-single .chzn-single {
|
2012-06-12 14:55:10 -04:00
|
|
|
background:#FFF;
|
2012-06-18 13:18:14 -04:00
|
|
|
border: 1px solid #bbb;
|
|
|
|
box-shadow:none;
|
2012-06-01 18:00:29 -04:00
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
.chzn-container-active .chzn-single {
|
2012-06-01 18:00:29 -04:00
|
|
|
background:#fff;
|
|
|
|
}
|
2012-06-12 10:43:16 -04:00
|
|
|
|
2012-06-13 13:02:30 -04:00
|
|
|
|
2012-06-20 14:29:55 -04:00
|
|
|
.supp_diff_link,
|
2012-08-13 01:52:10 -04:00
|
|
|
.mr_show_all_commits {
|
2012-06-20 14:29:55 -04:00
|
|
|
cursor:pointer;
|
|
|
|
}
|
2012-06-21 01:29:53 -04:00
|
|
|
|
|
|
|
.merge_request,
|
2012-08-13 01:52:10 -04:00
|
|
|
.issue {
|
|
|
|
&.today{
|
2012-06-21 09:43:40 -04:00
|
|
|
background: #EFE;
|
|
|
|
border-color:#CEC;
|
2012-06-21 01:29:53 -04:00
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
&.closed {
|
2012-06-21 10:23:25 -04:00
|
|
|
background: #F5f5f5;
|
|
|
|
border-color:#E5E5E5;
|
2012-06-21 01:29:53 -04:00
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
&.merged {
|
2012-06-26 12:08:44 -04:00
|
|
|
background: #F5f5f5;
|
|
|
|
border-color:#E5E5E5;
|
2012-06-21 01:29:53 -04:00
|
|
|
}
|
2012-07-10 14:26:01 -04:00
|
|
|
}
|
2012-08-13 01:52:10 -04:00
|
|
|
|
|
|
|
.themes_opts {
|
|
|
|
padding-left:20px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
width:175px;
|
|
|
|
margin-right:40px;
|
|
|
|
|
|
|
|
.prev {
|
2012-09-12 12:06:32 -04:00
|
|
|
@extend .thumbnail;
|
2012-08-13 01:52:10 -04:00
|
|
|
height:120px;
|
|
|
|
width:175px;
|
|
|
|
margin-bottom:10px;
|
|
|
|
img {
|
|
|
|
width:180px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-16 02:13:50 -04:00
|
|
|
|
|
|
|
.git_error_tips {
|
|
|
|
@extend .span6;
|
|
|
|
text-align:left;
|
|
|
|
margin-top:40px;
|
|
|
|
pre {
|
|
|
|
background:white;
|
|
|
|
border:none;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
2012-08-21 20:56:53 -04:00
|
|
|
|
|
|
|
.error_message {
|
|
|
|
@extend .cred;
|
|
|
|
border-bottom: 1px solid #D21;
|
|
|
|
padding-bottom:20px;
|
|
|
|
text-align:center;
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
2012-09-12 11:56:44 -04:00
|
|
|
|
|
|
|
.oauth_select_holder {
|
|
|
|
padding:20px;
|
|
|
|
img {
|
|
|
|
padding:5px;
|
|
|
|
margin-right:10px;
|
|
|
|
}
|
|
|
|
.active {
|
|
|
|
img {
|
|
|
|
border:1px solid #ccc;
|
2012-09-14 12:13:25 -04:00
|
|
|
background:$hover;
|
2012-09-12 11:56:44 -04:00
|
|
|
@include border-radius(5px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-09-14 12:13:25 -04:00
|
|
|
|
|
|
|
.btn-build-token {
|
|
|
|
float: left;
|
|
|
|
padding: 6px 20px;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
2012-09-19 02:14:07 -04:00
|
|
|
|
|
|
|
.gitlab-promo {
|
|
|
|
a {
|
|
|
|
color:#aaa;
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
2012-09-26 09:49:20 -04:00
|
|
|
|