2013-01-17 14:35:35 -05:00
|
|
|
html {
|
2013-01-25 03:07:21 -05:00
|
|
|
overflow-y: scroll;
|
2013-01-17 14:35:35 -05:00
|
|
|
}
|
|
|
|
|
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 {
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-bottom: 20px;
|
2012-08-29 14:23:43 -04:00
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.container {
|
2012-11-23 11:33:43 -05:00
|
|
|
padding-top: 0;
|
|
|
|
z-index: 5;
|
2012-02-19 09:31:11 -05:00
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.container .content {
|
2012-11-23 11:51:38 -05:00
|
|
|
margin: 0 0;
|
2012-01-26 12:25:35 -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-12-13 14:44:55 -05:00
|
|
|
.help li { color:$style_color; }
|
2012-02-18 07:12:48 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.back_link {
|
2012-11-23 11:33:43 -05:00
|
|
|
text-decoration: underline;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 10px 0;
|
2012-11-23 11:33:43 -05:00
|
|
|
padding-bottom: 0;
|
2012-02-18 07:12:48 -05:00
|
|
|
}
|
2012-02-18 07:43:35 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.info_link {
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-right: 5px;
|
|
|
|
float: left;
|
2012-02-18 07:43:35 -05:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
img {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 20px;
|
2012-02-18 07:43:35 -05:00
|
|
|
}
|
|
|
|
}
|
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;
|
2012-11-23 11:33:43 -05:00
|
|
|
padding-left: 20px;
|
2012-02-20 01:39:03 -05:00
|
|
|
}
|
|
|
|
|
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-11-23 11:51:38 -05:00
|
|
|
margin: 20px auto;
|
2012-03-26 14:41:58 -04:00
|
|
|
background: url(ajax_loader.gif) no-repeat center center;
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2012-12-21 06:07:34 -05:00
|
|
|
&.loading-gray {
|
|
|
|
background: url(ajax_loader_gray.gif) no-repeat center center;
|
|
|
|
}
|
2012-02-24 15:19:47 -05:00
|
|
|
}
|
2012-02-26 17:41:53 -05:00
|
|
|
|
|
|
|
/** FLASH message **/
|
2013-02-28 04:06:52 -05:00
|
|
|
.flash-container {
|
2012-11-29 16:51:51 -05:00
|
|
|
display: none;
|
2013-02-28 04:06:52 -05:00
|
|
|
.alert {
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.git_url_wrapper {
|
|
|
|
margin-right:50px
|
|
|
|
}
|
|
|
|
|
|
|
|
span.update-author {
|
2012-11-23 11:33:43 -05:00
|
|
|
display: block;
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #999;
|
2012-11-23 11:33:43 -05:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
2012-12-13 14:44:55 -05:00
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-loader {
|
2012-11-23 11:33:43 -05:00
|
|
|
float: left;
|
|
|
|
margin: 10px;
|
|
|
|
display: none;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
.user-mention {
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #2FA0BB;
|
2012-11-23 11:33:43 -05:00
|
|
|
font-weight: bold;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
|
2012-08-29 14:23:43 -04:00
|
|
|
.neib {
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-right: 10px;
|
2012-08-29 14:23:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
2013-01-08 00:14:05 -05:00
|
|
|
padding: 0px 4px;
|
|
|
|
font-size: 10px;
|
|
|
|
font-style: normal;
|
|
|
|
background-color: $link_color;
|
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 {
|
2012-11-23 11:33:43 -05:00
|
|
|
display: inline;
|
2012-08-29 14:23:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.breadcrumb {
|
2012-11-23 11:33:43 -05:00
|
|
|
background: white;
|
|
|
|
border: none;
|
2012-08-29 14:23:43 -04:00
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
text-shadow: 0 1px 0 white
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #474D57;
|
2012-11-23 11:33:43 -05:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
2012-08-29 14:23:43 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
&.large_text {
|
2012-11-23 11:33:43 -05:00
|
|
|
padding: 6px;
|
|
|
|
font-size: 16px;
|
2012-08-29 14:23:43 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-02-26 17:41:53 -05:00
|
|
|
.merge-request-form-holder {
|
2012-08-13 01:52:10 -04:00
|
|
|
select {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 300px;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Issues **/
|
|
|
|
#issue_assignee_id {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 300px;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#new_issue_dialog textarea{
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.project_list_url {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 250px;
|
2012-02-26 17:41:53 -05:00
|
|
|
background:#fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
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-11-23 11:33:43 -05:00
|
|
|
width: 24px;
|
2012-08-16 02:13:50 -04:00
|
|
|
top:-5px;
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 10px;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
|
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-11-23 11:51:38 -05:00
|
|
|
border: 2px solid #ddd;
|
2012-03-01 14:23:50 -05:00
|
|
|
}
|
2012-03-01 15:43:04 -05: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
|
|
|
|
2013-01-25 03:07:21 -05:00
|
|
|
.search-holder {
|
|
|
|
label, input {
|
|
|
|
height: 30px;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
line-height: 30px;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.highlight_word {
|
2013-01-25 03:07:21 -05:00
|
|
|
border-bottom: 2px solid #F90;
|
2012-03-15 19:14:39 -04:00
|
|
|
}
|
2012-03-15 19:45:46 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.status_info {
|
2012-11-23 11:33:43 -05:00
|
|
|
font-size: 14px;
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 5px 15px;
|
2012-12-13 14:44:55 -05:00
|
|
|
line-height: 26px;
|
2012-11-23 11:33:43 -05:00
|
|
|
text-align: center;
|
2012-12-12 22:14:05 -05:00
|
|
|
float: right;
|
|
|
|
position: relative;
|
2012-12-13 14:44:55 -05:00
|
|
|
top: -5px;
|
|
|
|
@include border-radius(4px);
|
2012-06-05 12:45:18 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
&.error {
|
2012-06-05 12:45:18 -04:00
|
|
|
background: #DA4E49;
|
2012-12-13 14:44:55 -05:00
|
|
|
color: #FFF;
|
2012-06-05 12:45:18 -04:00
|
|
|
}
|
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;
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-top: 5px;
|
2012-11-23 11:51:38 -05:00
|
|
|
@include border-radius(5px);
|
2012-03-19 16:52:16 -04:00
|
|
|
text-shadow: none;
|
|
|
|
color: #999;
|
|
|
|
line-height: 16px;
|
2012-11-23 11:33:43 -05:00
|
|
|
font-weight: bold;
|
2012-03-21 18:09:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.thin_area{
|
|
|
|
height: 150px;
|
|
|
|
}
|
2012-03-21 18:09:56 -04:00
|
|
|
|
2012-03-24 12:08:42 -04:00
|
|
|
// Fixes alignment on notes.
|
|
|
|
.new_note {
|
|
|
|
label {
|
2012-11-23 11:33:43 -05:00
|
|
|
text-align: left;
|
2012-03-24 12:08:42 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
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-11-23 11:33:43 -05:00
|
|
|
max-width: 100%;
|
2012-03-26 00:40:51 -04:00
|
|
|
}
|
|
|
|
}
|
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-11-23 11:51:38 -05:00
|
|
|
color: #aaa;
|
2012-04-02 14:13:44 -04:00
|
|
|
}
|
|
|
|
}
|
2012-04-10 13:06:17 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
.remember_me {
|
2012-11-23 11:33:43 -05:00
|
|
|
text-align: left;
|
2012-04-11 16:50:13 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
input {
|
2012-11-23 11:33:43 -05:00
|
|
|
margin: 0;
|
2012-04-11 16:50:13 -04:00
|
|
|
}
|
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
span {
|
2012-11-23 11:33:43 -05:00
|
|
|
padding-left: 5px;
|
2012-04-11 16:50:13 -04:00
|
|
|
}
|
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-11-23 11:33:43 -05:00
|
|
|
line-height: 48px;
|
|
|
|
font-size: 48px;
|
|
|
|
padding: 20px;
|
|
|
|
text-align: center;
|
2013-01-10 01:43:25 -05:00
|
|
|
font-weight: normal;
|
2012-04-20 12:41:49 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-05-26 18:09:44 -04:00
|
|
|
|
|
|
|
.rss-icon {
|
|
|
|
img {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 24px;
|
|
|
|
vertical-align: top;
|
2012-05-26 18:09:44 -04:00
|
|
|
}
|
2012-06-12 16:13:42 -04:00
|
|
|
|
2012-08-13 01:52:10 -04:00
|
|
|
strong {
|
2012-11-23 11:33:43 -05:00
|
|
|
line-height: 24px;
|
2012-06-12 16:13:42 -04:00
|
|
|
}
|
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-11-23 11:51:38 -05:00
|
|
|
background: #FFF;
|
2012-06-18 13:18:14 -04:00
|
|
|
border: 1px solid #bbb;
|
2012-11-23 11:33:43 -05:00
|
|
|
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-11-23 11:51:38 -05:00
|
|
|
background: #fff;
|
2012-06-01 18:00:29 -04:00
|
|
|
}
|
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,
|
2013-01-04 20:18:39 -05:00
|
|
|
.show-all-commits {
|
2012-11-23 11:33:43 -05:00
|
|
|
cursor: pointer;
|
2012-06-20 14:29:55 -04:00
|
|
|
}
|
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;
|
2012-11-23 11:51:38 -05:00
|
|
|
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;
|
2012-11-23 11:51:38 -05:00
|
|
|
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;
|
2012-11-23 11:51:38 -05:00
|
|
|
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
|
|
|
|
2012-08-16 02:13:50 -04:00
|
|
|
.git_error_tips {
|
|
|
|
@extend .span6;
|
2012-11-23 11:33:43 -05:00
|
|
|
text-align: left;
|
|
|
|
margin-top: 40px;
|
2012-08-16 02:13:50 -04:00
|
|
|
pre {
|
2012-11-23 11:33:43 -05:00
|
|
|
background: white;
|
|
|
|
border: none;
|
2012-08-16 02:13:50 -04:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
2012-08-21 20:56:53 -04:00
|
|
|
|
|
|
|
.error_message {
|
|
|
|
@extend .cred;
|
2012-11-20 22:14:05 -05:00
|
|
|
border-left: 4px solid #E99;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background: #FEE;
|
|
|
|
padding-left: 20px;
|
2012-11-29 11:09:27 -05:00
|
|
|
|
|
|
|
&.centered {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2012-08-21 20:56:53 -04:00
|
|
|
}
|
2012-09-12 11:56:44 -04:00
|
|
|
|
2013-01-11 15:04:21 -05:00
|
|
|
.warning_message {
|
|
|
|
border-left: 4px solid #ed9;
|
|
|
|
color: #b90;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background: #ffffe6;
|
|
|
|
padding-left: 20px;
|
|
|
|
|
|
|
|
&.centered {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-12 11:56:44 -04:00
|
|
|
.oauth_select_holder {
|
2012-11-23 11:33:43 -05:00
|
|
|
padding: 20px;
|
2012-09-12 11:56:44 -04:00
|
|
|
img {
|
2012-11-23 11:33:43 -05:00
|
|
|
padding: 5px;
|
|
|
|
margin-right: 10px;
|
2012-09-12 11:56:44 -04:00
|
|
|
}
|
|
|
|
.active {
|
|
|
|
img {
|
2012-11-23 11:51:38 -05:00
|
|
|
border: 1px solid #ccc;
|
2012-11-23 11:33:43 -05: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 {
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #aaa;
|
2012-09-19 02:14:07 -04:00
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
2012-09-26 09:49:20 -04:00
|
|
|
|
2012-10-16 02:43:22 -04:00
|
|
|
pre {
|
|
|
|
&.clean {
|
2012-11-23 11:33:43 -05:00
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-10-16 02:43:22 -04:00
|
|
|
}
|
|
|
|
}
|
2012-10-29 16:40:00 -04:00
|
|
|
|
2012-12-14 00:34:05 -05:00
|
|
|
.milestone {
|
|
|
|
&.milestone-closed {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
.progress {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2012-10-29 16:40:00 -04:00
|
|
|
}
|
2012-10-29 17:45:11 -04:00
|
|
|
|
|
|
|
.float-link {
|
2012-11-23 11:33:43 -05:00
|
|
|
float: left;
|
|
|
|
margin-right: 15px;
|
2012-10-29 17:45:11 -04:00
|
|
|
.s16 {
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-right: 5px;
|
2012-10-29 17:45:11 -04:00
|
|
|
}
|
|
|
|
}
|
2012-11-21 00:24:05 -05:00
|
|
|
|
|
|
|
.dashboard-search-filter {
|
|
|
|
padding:5px;
|
|
|
|
|
|
|
|
.search-text-input {
|
|
|
|
float:left;
|
|
|
|
@extend .span2;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
margin-left: 5px;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
}
|
2012-11-28 12:40:54 -05:00
|
|
|
|
|
|
|
h1.http_status_code {
|
|
|
|
font-size: 56px;
|
|
|
|
line-height: 100px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #456;
|
|
|
|
}
|
2012-12-02 12:28:23 -05:00
|
|
|
|
|
|
|
.control-group {
|
|
|
|
.controls {
|
|
|
|
span {
|
|
|
|
&.descr {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 5px;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-11-16 17:25:07 -05:00
|
|
|
|
|
|
|
img.emoji {
|
|
|
|
height: 20px;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 20px;
|
|
|
|
}
|
2013-02-11 16:00:12 -05:00
|
|
|
|
|
|
|
.appear-data {
|
|
|
|
display: none;
|
|
|
|
}
|