Added some uniformity, all css properties and values are separated by a colon and a space :
This commit is contained in:
parent
755e4a4700
commit
84de1b71d1
26 changed files with 502 additions and 502 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
.commit-title {
|
||||
line-height: 26px;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.commit-description {
|
||||
font-size: 14px;
|
||||
border: none;
|
||||
background-color: white;
|
||||
padding-top:10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.browse-button {
|
||||
|
@ -28,9 +28,9 @@
|
|||
@extend .clearfix;
|
||||
|
||||
.sha-block {
|
||||
text-align:right;
|
||||
text-align: right;
|
||||
&:first-child {
|
||||
padding-bottom:6px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -49,8 +49,8 @@
|
|||
|
||||
.author a,
|
||||
.committer a {
|
||||
font-size:14px;
|
||||
line-height:22px;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
text-shadow:0 1px 1px #fff;
|
||||
color:#777;
|
||||
&:hover {
|
||||
|
@ -71,7 +71,7 @@
|
|||
*/
|
||||
.diff_file {
|
||||
border:1px solid #CCC;
|
||||
margin-bottom:1em;
|
||||
margin-bottom: 1em;
|
||||
|
||||
.diff_file_header {
|
||||
@extend .clearfix;
|
||||
|
@ -86,7 +86,7 @@
|
|||
|
||||
> span {
|
||||
font-family: $monospace;
|
||||
font-size:14px;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
|
@ -104,8 +104,8 @@
|
|||
}
|
||||
}
|
||||
.diff_file_content {
|
||||
overflow:auto;
|
||||
overflow-y:hidden;
|
||||
overflow: auto;
|
||||
overflow-y: hidden;
|
||||
background:#fff;
|
||||
color:#333;
|
||||
font-size: 12px;
|
||||
|
@ -123,17 +123,17 @@
|
|||
|
||||
table {
|
||||
td {
|
||||
line-height:18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.diff_file_content_image {
|
||||
background:#eee;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
.image {
|
||||
display: inline-block;
|
||||
margin:50px;
|
||||
max-width:400px;
|
||||
margin: 50px;
|
||||
max-width: 400px;
|
||||
|
||||
img{
|
||||
background: url('trans_bg.gif');
|
||||
|
@ -158,7 +158,7 @@
|
|||
|
||||
&.img_compared {
|
||||
.image {
|
||||
max-width:300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -166,46 +166,46 @@
|
|||
|
||||
.diff_file_content{
|
||||
table {
|
||||
border:none;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
border: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
tr {
|
||||
td {
|
||||
font-size:12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.old_line, .new_line {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
border:none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
background:#EEE;
|
||||
color:#666;
|
||||
padding: 0px 5px;
|
||||
border-right: 1px solid #ccc;
|
||||
text-align:right;
|
||||
min-width:35px;
|
||||
max-width:35px;
|
||||
width:35px;
|
||||
text-align: right;
|
||||
min-width: 35px;
|
||||
max-width: 35px;
|
||||
width: 35px;
|
||||
moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
user-select: none;
|
||||
a {
|
||||
float:left;
|
||||
width:35px;
|
||||
font-weight:normal;
|
||||
float: left;
|
||||
width: 35px;
|
||||
font-weight: normal;
|
||||
color:#666;
|
||||
&:hover {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
.line_content {
|
||||
white-space:pre;
|
||||
height:14px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
border:none;
|
||||
white-space: pre;
|
||||
height: 14px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
&.new {
|
||||
background: #CFD;
|
||||
}
|
||||
|
@ -232,28 +232,28 @@
|
|||
|
||||
.browse_code_link_holder {
|
||||
@extend .span2;
|
||||
float:right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.committed_ago {
|
||||
float:right;
|
||||
float: right;
|
||||
@extend .cgray;
|
||||
}
|
||||
|
||||
.notes_count {
|
||||
float:right;
|
||||
float: right;
|
||||
margin: -6px 8px 6px;
|
||||
}
|
||||
|
||||
code {
|
||||
background:#FCEEC1;
|
||||
color:$style_color;
|
||||
color: $style_color;
|
||||
}
|
||||
|
||||
.commit_short_id {
|
||||
float:left;
|
||||
float: left;
|
||||
@extend .lined;
|
||||
min-width:65px;
|
||||
min-width: 65px;
|
||||
font-family: $monospace;
|
||||
}
|
||||
|
||||
|
@ -296,8 +296,8 @@
|
|||
.label_commit {
|
||||
@include round-borders-all(4px);
|
||||
padding:2px 4px;
|
||||
border:none;
|
||||
font-size:13px;
|
||||
border: none;
|
||||
font-size: 13px;
|
||||
background: #474D57;
|
||||
color:#fff;
|
||||
font-family: $monospace;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
&.left,
|
||||
&.joined {
|
||||
padding:0 2px;
|
||||
float:none;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
*
|
||||
*/
|
||||
.event-item {
|
||||
min-height:40px;
|
||||
min-height: 40px;
|
||||
border-bottom:1px solid #eee;
|
||||
.event-title {
|
||||
color:#333;
|
||||
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
}
|
||||
.avatar {
|
||||
width:32px;
|
||||
width: 32px;
|
||||
}
|
||||
.event_icon {
|
||||
float: right;
|
||||
|
@ -59,15 +59,15 @@
|
|||
@include border-radius(5px);
|
||||
background: #F9F9F9;
|
||||
img {
|
||||
width:20px;
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
margin-left:50px;
|
||||
margin-bottom:5px;
|
||||
margin-left: 50px;
|
||||
margin-bottom: 5px;
|
||||
.avatar {
|
||||
width:18px;
|
||||
margin-top:3px;
|
||||
width: 18px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,9 +81,9 @@
|
|||
li {
|
||||
&.commit {
|
||||
background: transparent;
|
||||
padding:3px;
|
||||
border:none;
|
||||
font-size:12px;
|
||||
padding: 3px;
|
||||
border: none;
|
||||
font-size: 12px;
|
||||
}
|
||||
&.commits-stat {
|
||||
display: block;
|
||||
|
@ -99,14 +99,14 @@
|
|||
*/
|
||||
.event_lp {
|
||||
color:#777;
|
||||
padding:10px;
|
||||
min-height:22px;
|
||||
padding: 10px;
|
||||
min-height: 22px;
|
||||
border-left: 5px solid #5AB9C3;
|
||||
margin-bottom:20px;
|
||||
margin-bottom: 20px;
|
||||
background:#f9f9f9;
|
||||
|
||||
.avatar {
|
||||
width:24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.btn-new-mr {
|
||||
|
@ -133,7 +133,7 @@
|
|||
background: #f9f9f9;
|
||||
margin-bottom: 10px;
|
||||
img {
|
||||
width:20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
&.inactive {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.graph_holder {
|
||||
border: 1px solid #aaa;
|
||||
padding:1px;
|
||||
padding: 1px;
|
||||
|
||||
|
||||
h4 {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
header {
|
||||
&.navbar-gitlab {
|
||||
.navbar-inner {
|
||||
height:45px;
|
||||
height: 45px;
|
||||
padding: 5px;
|
||||
background: #F1F1F1;
|
||||
|
||||
|
@ -24,8 +24,8 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
z-index:10;
|
||||
/*height:60px;*/
|
||||
z-index: 10;
|
||||
/*height: 60px;*/
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -33,24 +33,24 @@ header {
|
|||
*
|
||||
*/
|
||||
.app_logo {
|
||||
width:170px;
|
||||
float:left;
|
||||
width: 170px;
|
||||
float: left;
|
||||
a {
|
||||
float:left;
|
||||
float: left;
|
||||
padding: 0px;
|
||||
|
||||
h1 {
|
||||
width:90px;
|
||||
width: 90px;
|
||||
background: url('logo_dark.png') no-repeat 0px 2px;
|
||||
float:left;
|
||||
margin-left:2px;
|
||||
font-size:30px;
|
||||
line-height:48px;
|
||||
font-weight:normal;
|
||||
color:$style_color;
|
||||
float: left;
|
||||
margin-left: 2px;
|
||||
font-size: 30px;
|
||||
line-height: 48px;
|
||||
font-weight: normal;
|
||||
color: $style_color;
|
||||
text-shadow: 0 1px 1px #FFF;
|
||||
padding-left:45px;
|
||||
height:40px;
|
||||
padding-left: 45px;
|
||||
height: 40px;
|
||||
font-family: 'Korolev', sans-serif;
|
||||
}
|
||||
}
|
||||
|
@ -62,14 +62,14 @@ header {
|
|||
*
|
||||
*/
|
||||
.project_name {
|
||||
position:relative;
|
||||
float:left;
|
||||
margin:0;
|
||||
margin-right:30px;
|
||||
font-size:30px;
|
||||
line-height:48px;
|
||||
font-weight:normal;
|
||||
color:$style_color;
|
||||
position: relative;
|
||||
float: left;
|
||||
margin: 0;
|
||||
margin-right: 30px;
|
||||
font-size: 30px;
|
||||
line-height: 48px;
|
||||
font-weight: normal;
|
||||
color: $style_color;
|
||||
text-shadow: 0 1px 1px #FFF;
|
||||
font-family: 'Korolev', sans-serif;
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ header {
|
|||
*/
|
||||
.search {
|
||||
margin-right: 45px;
|
||||
margin-left:10px;
|
||||
margin-left: 10px;
|
||||
margin-top: 2px;
|
||||
|
||||
.search-input {
|
||||
|
@ -89,11 +89,11 @@ header {
|
|||
background-image: url("icon-search.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px;
|
||||
padding-left:25px;
|
||||
padding-left: 25px;
|
||||
font-size: 13px;
|
||||
@include border-radius(3px);
|
||||
border:1px solid #c6c6c6;
|
||||
box-shadow:none;
|
||||
box-shadow: none;
|
||||
&:focus {
|
||||
@extend .span3;
|
||||
}
|
||||
|
@ -122,7 +122,7 @@ header {
|
|||
width: 28px;
|
||||
height: 28px;
|
||||
display: block;
|
||||
top:1px;
|
||||
top: 1px;
|
||||
&:after {
|
||||
content: " ";
|
||||
display: block;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.issue_title {
|
||||
@extend .top_box_content;
|
||||
.clearfix {
|
||||
margin-bottom:0px;
|
||||
margin-bottom: 0px;
|
||||
input {
|
||||
@extend .span8;
|
||||
}
|
||||
|
@ -11,14 +11,14 @@
|
|||
}
|
||||
.issue_middle_block {
|
||||
@extend .middle_box_content;
|
||||
height:30px;
|
||||
height: 30px;
|
||||
.issue_assignee {
|
||||
@extend .span6;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
.issue_milestone {
|
||||
@extend .span4;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.issue_description {
|
||||
|
@ -31,28 +31,28 @@
|
|||
padding:7px 10px;
|
||||
|
||||
.issue_check {
|
||||
float:left;
|
||||
float: left;
|
||||
padding: 8px 0;
|
||||
padding-right: 8px;
|
||||
min-width: 15px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-top:0;
|
||||
padding-bottom:2px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
img.avatar {
|
||||
width:32px;
|
||||
margin-top:1px;
|
||||
width: 32px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input.check_all_issues {
|
||||
float:left;
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
margin-right: 10px;
|
||||
position: relative;
|
||||
top: 8px;
|
||||
|
@ -82,16 +82,16 @@ input.check_all_issues {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) { .issues_filters select { width:160px; } }
|
||||
@media (min-width: 1000px) { .issues_filters select { width:200px; } }
|
||||
@media (min-width: 1200px) { .issues_filters select { width:220px; } }
|
||||
@media (min-width: 800px) { .issues_filters select { width: 160px; } }
|
||||
@media (min-width: 1000px) { .issues_filters select { width: 200px; } }
|
||||
@media (min-width: 1200px) { .issues_filters select { width: 220px; } }
|
||||
|
||||
|
||||
#issues-table-holder {
|
||||
.issues_filters {
|
||||
form {
|
||||
padding:0;
|
||||
margin:0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top:7px
|
||||
}
|
||||
}
|
||||
|
@ -99,27 +99,27 @@ input.check_all_issues {
|
|||
.issues_bulk_update {
|
||||
margin: 0;
|
||||
form {
|
||||
padding:0;
|
||||
margin:0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top:7px
|
||||
}
|
||||
.update_selected_issues {
|
||||
position:relative;
|
||||
position: relative;
|
||||
top:-2px;
|
||||
margin-left:4px;
|
||||
float:left;
|
||||
margin-left: 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.update_issues_text {
|
||||
padding:3px;
|
||||
padding: 3px;
|
||||
line-height: 18px;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#update_status {
|
||||
width:100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -136,11 +136,11 @@ input.check_all_issues {
|
|||
*/
|
||||
|
||||
.ui-datepicker {
|
||||
border:none;
|
||||
box-shadow:none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
.ui-datepicker-header {
|
||||
@include solid_shade;
|
||||
margin-bottom:10px;
|
||||
margin-bottom: 10px;
|
||||
border:1px solid #bbb;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ body.login-page{
|
|||
-moz-border-radius-topright: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
margin-bottom:0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.login-box input.text.bottom{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
.mr_branch_box {
|
||||
@extend .ui-box;
|
||||
margin-bottom:20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.body {
|
||||
background:#f1f1f1;
|
||||
|
@ -23,14 +23,14 @@
|
|||
}
|
||||
|
||||
form {
|
||||
margin-bottom:0;
|
||||
margin-bottom: 0;
|
||||
.clearfix {
|
||||
margin-bottom:0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.accept_group {
|
||||
float:left;
|
||||
float: left;
|
||||
border: 1px solid #ADA;
|
||||
padding: 2px;
|
||||
@include border-radius(5px);
|
||||
|
@ -38,13 +38,13 @@
|
|||
background: #CEB;
|
||||
|
||||
.accept_merge_request {
|
||||
font-size:13px;
|
||||
float:left;
|
||||
font-size: 13px;
|
||||
float: left;
|
||||
}
|
||||
.remove_branch_holder {
|
||||
margin-left:20px;
|
||||
margin-right:10px;
|
||||
float:left;
|
||||
margin-left: 20px;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
label {
|
||||
color:#444;
|
||||
|
@ -60,9 +60,9 @@
|
|||
.mr_nav_tabs {
|
||||
li {
|
||||
a {
|
||||
font-weight:bold;
|
||||
font-weight: bold;
|
||||
padding:8px 20px;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -87,8 +87,8 @@ li.merge_request {
|
|||
.label_branch {
|
||||
@include round-borders-all(4px);
|
||||
padding:2px 4px;
|
||||
border:none;
|
||||
font-size:14px;
|
||||
border: none;
|
||||
font-size: 14px;
|
||||
background: #474D57;
|
||||
color:#fff;
|
||||
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||
|
@ -97,8 +97,8 @@ li.merge_request {
|
|||
.mr_source_commit,
|
||||
.mr_target_commit {
|
||||
.commit {
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
.avatar { position:relative }
|
||||
|
@ -109,11 +109,11 @@ li.merge_request {
|
|||
.dash,
|
||||
.committed_ago,
|
||||
.browse_code_link_holder {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
list-style:none;
|
||||
list-style: none;
|
||||
&:hover {
|
||||
background:none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -126,14 +126,14 @@ li.merge_request {
|
|||
@extend .main_box;
|
||||
.merge_requests_middle_box {
|
||||
@extend .middle_box_content;
|
||||
height:30px;
|
||||
height: 30px;
|
||||
.merge_requests_assignee {
|
||||
@extend .span6;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
.merge_requests_milestone {
|
||||
@extend .span4;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,34 +5,34 @@
|
|||
ul.main_menu {
|
||||
border-radius: 4px;
|
||||
margin: auto;
|
||||
margin:30px 0;
|
||||
border:1px solid #BBB;
|
||||
height:37px;
|
||||
margin: 30px 0;
|
||||
border: 1px solid #BBB;
|
||||
height: 37px;
|
||||
@include bg-gray-gradient;
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@include shade;
|
||||
.count {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
display: inline-block;
|
||||
height: 15px;
|
||||
margin: 0 0 0 5px;
|
||||
padding: 0 8px 1px 8px;
|
||||
height: auto;
|
||||
font-size: 0.82em;
|
||||
line-height: 14px;
|
||||
text-align: center;
|
||||
color: #777;
|
||||
background: #f2f2f2;
|
||||
border-top: 1px solid #CCC;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
top: -1px;
|
||||
display: inline-block;
|
||||
height: 15px;
|
||||
margin: 0 0 0 5px;
|
||||
padding: 0 8px 1px 8px;
|
||||
height: auto;
|
||||
font-size: 0.82em;
|
||||
line-height: 14px;
|
||||
text-align: center;
|
||||
color: #777;
|
||||
background: #f2f2f2;
|
||||
border-top: 1px solid #CCC;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
}
|
||||
.label {
|
||||
background:$hover;
|
||||
text-shadow:none;
|
||||
color:$style_color;
|
||||
background: $hover;
|
||||
text-shadow: none;
|
||||
color: $style_color;
|
||||
}
|
||||
li {
|
||||
list-style-type: none;
|
||||
|
@ -59,8 +59,8 @@ ul.main_menu {
|
|||
border-left: 1px solid #BBB;
|
||||
border-radius: 0 0 1px 1px;
|
||||
&:first-child{
|
||||
border-bottom:none;
|
||||
border-left:none;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -68,10 +68,10 @@ ul.main_menu {
|
|||
a {
|
||||
background: url(home_icon.PNG) no-repeat center center;
|
||||
text-indent:-9999px;
|
||||
min-width:20px;
|
||||
min-width: 20px;
|
||||
img {
|
||||
position:relative;
|
||||
top:4px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,9 +79,9 @@ ul.main_menu {
|
|||
a {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-weight:bold;
|
||||
height:35px;
|
||||
line-height:36px;
|
||||
font-weight: bold;
|
||||
height: 35px;
|
||||
line-height: 36px;
|
||||
color: $style_color;
|
||||
text-shadow:0 1px 1px white;
|
||||
padding:0 10px;
|
||||
|
|
|
@ -4,30 +4,30 @@
|
|||
*/
|
||||
#notes-list,
|
||||
#new-notes-list {
|
||||
display:block;
|
||||
list-style:none;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
display: block;
|
||||
list-style: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.issue_notes,
|
||||
.wiki_notes {
|
||||
.note_content {
|
||||
float:left;
|
||||
width:400px;
|
||||
float: left;
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Note textare */
|
||||
#note_note {
|
||||
height:80px;
|
||||
width:99%;
|
||||
font-size:14px;
|
||||
height: 80px;
|
||||
width: 99%;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#new_note {
|
||||
.attach_holder {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -43,27 +43,27 @@
|
|||
padding: 8px 0;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
position:relative;
|
||||
position: relative;
|
||||
img {float: left; margin-right: 10px;}
|
||||
img.emoji {float:none;margin:0;}
|
||||
img.emoji {float: none;margin: 0;}
|
||||
.note-author cite{font-style: italic;}
|
||||
p { color:$style_color; }
|
||||
p { color: $style_color; }
|
||||
.note-author { color: $style_color;}
|
||||
|
||||
.note-title { margin-left:45px; padding-top: 5px;}
|
||||
.note-title { margin-left: 45px; padding-top: 5px;}
|
||||
.avatar {
|
||||
margin-top:3px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.delete-note {
|
||||
display:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.delete-note { display:block; }
|
||||
.delete-note { display: block; }
|
||||
}
|
||||
}
|
||||
#notes-list:not(.reversed) .note,
|
||||
|
@ -107,17 +107,17 @@ tr.line_notes_row {
|
|||
a.line_note_reply_link {
|
||||
@include round-borders-all(4px);
|
||||
padding: 3px 10px;
|
||||
margin-left:5px;
|
||||
margin-left: 5px;
|
||||
color: white;
|
||||
background: #2A79A3;
|
||||
border-color: #2A79A3;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
margin:0;
|
||||
margin: 0;
|
||||
li {
|
||||
padding:0;
|
||||
border:none;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -132,21 +132,21 @@ tr.line_notes_row {
|
|||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
.note_actions {
|
||||
margin:0;
|
||||
margin: 0;
|
||||
padding-top: 10px;
|
||||
|
||||
.buttons {
|
||||
float:left;
|
||||
width:300px;
|
||||
float: left;
|
||||
width: 300px;
|
||||
}
|
||||
.options {
|
||||
.labels {
|
||||
float:left;
|
||||
padding-left:10px;
|
||||
float: left;
|
||||
padding-left: 10px;
|
||||
label {
|
||||
padding: 6px 0;
|
||||
margin: 0;
|
||||
width:120px;
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -154,13 +154,13 @@ tr.line_notes_row {
|
|||
}
|
||||
|
||||
td .line_note_link {
|
||||
position:absolute;
|
||||
position: absolute;
|
||||
margin-left:-70px;
|
||||
margin-top:-10px;
|
||||
z-index:10;
|
||||
z-index: 10;
|
||||
background: url("comment_add.png") no-repeat left 0;
|
||||
width:32px;
|
||||
height:32px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
||||
opacity: 0.0;
|
||||
filter: alpha(opacity=0);
|
||||
|
@ -180,13 +180,13 @@ td .line_note_link {
|
|||
.new_note {
|
||||
.input-file {
|
||||
font: 500px monospace;
|
||||
opacity:0;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top:0;
|
||||
right:0;
|
||||
padding:0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -198,24 +198,24 @@ td .line_note_link {
|
|||
}
|
||||
|
||||
.attachments {
|
||||
position:relative;
|
||||
position: relative;
|
||||
width: 350px;
|
||||
height: 50px;
|
||||
overflow:hidden;
|
||||
overflow: hidden;
|
||||
margin:0 0 5px !important;
|
||||
|
||||
.input_file {
|
||||
.file_upload {
|
||||
position: absolute;
|
||||
right:14px;
|
||||
top:7px;
|
||||
right: 14px;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.file_name {
|
||||
line-height:30px;
|
||||
width:240px;
|
||||
height:28px;
|
||||
overflow:hidden;
|
||||
line-height: 30px;
|
||||
width: 240px;
|
||||
height: 28px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.input-file {
|
||||
width: 260px;
|
||||
|
@ -228,5 +228,5 @@ td .line_note_link {
|
|||
|
||||
.note-text {
|
||||
border: 1px solid #aaa;
|
||||
box-shadow:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
.profile_history {
|
||||
.event_feed {
|
||||
min-height:20px;
|
||||
min-height: 20px;
|
||||
.avatar {
|
||||
width:20px;
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.profile_avatar_holder {
|
||||
float:left;
|
||||
width:60px;
|
||||
height:60px;
|
||||
margin-right:20px;
|
||||
float: left;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
margin-right: 20px;
|
||||
img {
|
||||
width:60px;
|
||||
height:60px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background:#fff;
|
||||
padding: 1px;
|
||||
border: 1px solid #ddd;
|
||||
|
|
|
@ -10,37 +10,37 @@
|
|||
.groups_box,
|
||||
.projects_box {
|
||||
h5 {
|
||||
color:$style_color;
|
||||
font-size:16px;
|
||||
color: $style_color;
|
||||
font-size: 16px;
|
||||
text-shadow: 0 1px 1px #fff;
|
||||
padding: 2px 10px;
|
||||
line-height:32px;
|
||||
font-size:14px;
|
||||
line-height: 32px;
|
||||
font-size: 14px;
|
||||
}
|
||||
ul {
|
||||
li {
|
||||
padding:0;
|
||||
padding: 0;
|
||||
a {
|
||||
display:block;
|
||||
display: block;
|
||||
.group_name {
|
||||
font-size:14px;
|
||||
line-height:18px;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.project_name {
|
||||
color:#4fa2bd;
|
||||
font-size:14px;
|
||||
line-height:18px;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.arrow {
|
||||
float:right;
|
||||
padding:10px;
|
||||
margin:0;
|
||||
float: right;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
.last_activity {
|
||||
padding-top:5px;
|
||||
display:block;
|
||||
padding-top: 5px;
|
||||
display: block;
|
||||
span, strong {
|
||||
font-size:12px;
|
||||
font-size: 12px;
|
||||
color:#666;
|
||||
}
|
||||
}
|
||||
|
@ -58,21 +58,21 @@
|
|||
.project_name_holder {
|
||||
input,
|
||||
label {
|
||||
font-size:16px;
|
||||
line-height:20px;
|
||||
padding:8px;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
padding: 8px;
|
||||
}
|
||||
label {
|
||||
color:#888;
|
||||
}
|
||||
.btn {
|
||||
padding:6px 10px;
|
||||
margin-left:10px;
|
||||
margin-bottom:8px;
|
||||
margin-left: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
.adv_settings {
|
||||
h6 { margin-left:40px; }
|
||||
h6 { margin-left: 40px; }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,13 +81,13 @@
|
|||
@include bg-gray-gradient;
|
||||
padding: 4px 7px;
|
||||
border: 1px solid #CCC;
|
||||
margin-bottom:20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.project_clone_holder {
|
||||
input[type="text"],
|
||||
.btn {
|
||||
font-size:12px;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
padding: 3px 10px;
|
||||
|
@ -102,8 +102,8 @@
|
|||
|
||||
.save-project-loader {
|
||||
img {
|
||||
margin-top:50px;
|
||||
margin-bottom:50px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
h3 {
|
||||
@extend .page_title;
|
||||
|
|
|
@ -6,17 +6,17 @@
|
|||
}
|
||||
|
||||
.themes_opts {
|
||||
padding-left:20px;
|
||||
padding-left: 20px;
|
||||
|
||||
label {
|
||||
width:175px;
|
||||
margin-right:40px;
|
||||
width: 175px;
|
||||
margin-right: 40px;
|
||||
|
||||
.prev {
|
||||
@extend .thumbnail;
|
||||
height:30px;
|
||||
width:175px;
|
||||
margin-bottom:10px;
|
||||
height: 30px;
|
||||
width: 175px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&.classic {
|
||||
background: #31363e;
|
||||
|
@ -42,17 +42,17 @@
|
|||
}
|
||||
|
||||
.code_highlight_opts {
|
||||
padding-left:20px;
|
||||
padding-left: 20px;
|
||||
|
||||
label {
|
||||
width:220px;
|
||||
margin-right:40px;
|
||||
width: 220px;
|
||||
margin-right: 40px;
|
||||
|
||||
.prev {
|
||||
@extend .thumbnail;
|
||||
height:151px;
|
||||
width:220px;
|
||||
margin-bottom:10px;
|
||||
height: 151px;
|
||||
width: 220px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
.tree-holder {
|
||||
.tree-content-holder {
|
||||
float:left;
|
||||
width:100%;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tree_progress {
|
||||
display:none;
|
||||
margin:20px;
|
||||
display: none;
|
||||
margin: 20px;
|
||||
&.loading {
|
||||
display:block;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -21,17 +21,17 @@
|
|||
border-top:1px solid #ADF;
|
||||
border-bottom:1px solid #ADF;
|
||||
}
|
||||
cursor:pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tree-item {
|
||||
.tree-item-file-name {
|
||||
vertical-align:middle;
|
||||
vertical-align: middle;
|
||||
a {
|
||||
&:hover {
|
||||
color:$blue_link;
|
||||
color: $blue_link;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
|||
padding: 2px 10px;
|
||||
}
|
||||
td {
|
||||
line-height:20px;
|
||||
line-height: 20px;
|
||||
background:#fafafa;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue