|
|
body {
|
|
body {
|
|
|
margin-bottom:20px;
|
|
margin-bottom:20px;
|
|
|
}
|
|
}
|
|
|
a {
|
|
a {
|
|
|
outline: none;
|
|
outline: none;
|
|
|
color: $link_color;
|
|
color: $link_color;
|
|
|
&:hover {
|
|
&:hover {
|
|
|
text-decoration:none;
|
|
text-decoration:none;
|
|
|
color: $blue_link;
|
|
color: $blue_link;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.btn {
|
|
&.btn {
|
|
|
color: $style_color;
|
|
color: $style_color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.dark {
|
|
&.dark {
|
|
|
color: $style_color;
|
|
color: $style_color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.lined {
|
|
&.lined {
|
|
|
text-decoration:underline;
|
|
text-decoration:underline;
|
|
|
&:hover { text-decoration:underline; }
|
|
&:hover { text-decoration:underline; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.gray {
|
|
&.gray {
|
|
|
color:gray;
|
|
color:gray;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.supp_diff_link {
|
|
&.supp_diff_link {
|
|
|
text-align:center;
|
|
text-align:center;
|
|
|
padding:20px 0;
|
|
padding:20px 0;
|
|
|
background:#f1f1f1;
|
|
background:#f1f1f1;
|
| ... | @@ -39,24 +39,24 @@ a { |
... | @@ -39,24 +39,24 @@ a { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.neib {
|
|
.neib {
|
|
|
margin-right:10px;
|
|
margin-right:10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.alert-message {
|
|
.alert-message {
|
|
|
@extend .alert;
|
|
@extend .alert;
|
|
|
|
|
|
|
|
&.success {
|
|
&.success {
|
|
|
@extend .alert-success;
|
|
@extend .alert-success;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.error {
|
|
&.error {
|
|
|
@extend .alert-error;
|
|
@extend .alert-error;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
|
.alert {
|
|
|
&.alert-well {
|
|
&.alert-well {
|
|
|
background:#ddd;
|
|
background:#ddd;
|
|
|
border:1px solid #ccc;
|
|
border:1px solid #ccc;
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #ddd), to(#dfdfdf));
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #ddd), to(#dfdfdf));
|
| ... | @@ -71,12 +71,12 @@ h3, h4, h5, h6 { |
... | @@ -71,12 +71,12 @@ h3, h4, h5, h6 { |
|
|
line-height: 36px;
|
|
line-height: 36px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
h5 {
|
|
|
font-size:14px;
|
|
font-size:14px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
table {
|
|
table {
|
|
|
width:100%;
|
|
width:100%;
|
|
|
th {
|
|
th {
|
|
|
padding-top: 9px;
|
|
padding-top: 9px;
|
| ... | @@ -97,12 +97,12 @@ table { |
... | @@ -97,12 +97,12 @@ table { |
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.zebra-striped {
|
|
&.zebra-striped {
|
|
|
@extend .table-striped;
|
|
@extend .table-striped;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
.btn {
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), color-stop(25%, #f1f1f1), to(#e6e6e6));
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), color-stop(25%, #f1f1f1), to(#e6e6e6));
|
|
|
background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
|
|
background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
|
|
|
background-image: -moz-linear-gradient(top, #f1f1f1, #f1f1f1 25%, #e6e6e6);
|
|
background-image: -moz-linear-gradient(top, #f1f1f1, #f1f1f1 25%, #e6e6e6);
|
| ... | @@ -110,63 +110,63 @@ table { |
... | @@ -110,63 +110,63 @@ table { |
|
|
background-image: -o-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
|
|
background-image: -o-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
|
|
|
background-image: linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
|
|
background-image: linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.btn-primary {
|
|
&.btn-primary {
|
|
|
background:$link_color;
|
|
background:$link_color;
|
|
|
border-color: #2A79A3;
|
|
border-color: #2A79A3;
|
|
|
&:hover {
|
|
&:hover {
|
|
|
background:$blue_link;
|
|
background:$blue_link;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
&.primary {
|
|
&.primary {
|
|
|
@extend .btn-primary;
|
|
@extend .btn-primary;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.success {
|
|
&.success {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
text-shadow: 0 0 1px #111;
|
|
text-shadow: 0 0 1px #111;
|
|
|
background: #5bb75b;;
|
|
background: #5bb75b;;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
|
background-color: #51a351;
|
|
background-color: #51a351;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.danger,
|
|
&.danger,
|
|
|
&.btn-danger {
|
|
&.btn-danger {
|
|
|
color:#fff;
|
|
color:#fff;
|
|
|
background: #DA4E49;
|
|
background: #DA4E49;
|
|
|
border-color: #BD362F;
|
|
border-color: #BD362F;
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
|
color:#fff;
|
|
color:#fff;
|
|
|
background: #EE4E49;
|
|
background: #EE4E49;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.danger {
|
|
&.danger {
|
|
|
@extend .btn-danger;
|
|
@extend .btn-danger;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.small {
|
|
&.small {
|
|
|
@extend .btn-small;
|
|
@extend .btn-small;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
&.active {
|
|
|
border-color:#aaa;
|
|
border-color:#aaa;
|
|
|
background-color:#ccc;
|
|
background-color:#ccc;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a:focus {
|
|
a:focus {
|
|
|
outline: none;
|
|
outline: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.nav-pills a:hover {
|
|
.nav-pills a:hover {
|
|
|
background-color:#888;
|
|
background-color:#888;
|
|
|
}
|
|
}
|
|
|
|
|
|
| ... | @@ -174,20 +174,20 @@ a:focus { |
... | @@ -174,20 +174,20 @@ a:focus { |
|
|
background-color: $style_color;
|
|
background-color: $style_color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
.label {
|
|
|
background-color: #474D57;
|
|
background-color: #474D57;
|
|
|
&.label-important {
|
|
&.label-important {
|
|
|
background-color: #B94A48;
|
|
background-color: #B94A48;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.label-issue {
|
|
&.label-issue {
|
|
|
background-color: #eee;
|
|
background-color: #eee;
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
padding:4px 6px;
|
|
padding:4px 6px;
|
|
|
color:#444;
|
|
color:#444;
|
|
|
text-shadow:0 0 1px #fff;
|
|
text-shadow:0 0 1px #fff;
|
|
|
|
|
|
|
|
&.grouped {
|
|
&.grouped {
|
|
|
float: left;
|
|
float: left;
|
|
|
margin-right: 6px;
|
|
margin-right: 6px;
|
|
|
padding: 6px;
|
|
padding: 6px;
|
| ... | @@ -199,7 +199,7 @@ a:focus { |
... | @@ -199,7 +199,7 @@ a:focus { |
|
|
color:$style_color;
|
|
color:$style_color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > .active > a {
|
|
.nav-tabs > .active > a {
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
}
|
|
}
|
|
|
|
|
|
| ... | @@ -248,39 +248,39 @@ a:focus { |
... | @@ -248,39 +248,39 @@ a:focus { |
|
|
margin-top:20px;
|
|
margin-top:20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.padded {
|
|
.padded {
|
|
|
padding:20px;
|
|
padding:20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ipadded {
|
|
.ipadded {
|
|
|
padding:20px !important;
|
|
padding:20px !important;
|
|
|
}
|
|
}
|
|
|
.lborder {
|
|
.lborder {
|
|
|
border-left:1px solid #eee;
|
|
border-left:1px solid #eee;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.borders {
|
|
.borders {
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
@include shade;
|
|
@include shade;
|
|
|
}
|
|
}
|
|
|
.no-borders {
|
|
.no-borders {
|
|
|
border:none;
|
|
border:none;
|
|
|
}
|
|
}
|
|
|
table.no-borders {
|
|
table.no-borders {
|
|
|
border:none;
|
|
border:none;
|
|
|
tr, td { border:none }
|
|
tr, td { border:none }
|
|
|
}
|
|
}
|
|
|
.no-padding {
|
|
.no-padding {
|
|
|
padding:0 !important;
|
|
padding:0 !important;
|
|
|
}
|
|
}
|
|
|
.underlined {
|
|
.underlined {
|
|
|
border-bottom: 1px solid $border_color;
|
|
border-bottom: 1px solid $border_color;
|
|
|
}
|
|
}
|
|
|
.vlink {
|
|
.vlink {
|
|
|
color: $link_color !important;
|
|
color: $link_color !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pretty_label {
|
|
.pretty_label {
|
|
|
@include round-borders-all(4px);
|
|
@include round-borders-all(4px);
|
|
|
padding:2px 4px;
|
|
padding:2px 4px;
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.076, #fefefe), to(#F6F7F8));
|
|
background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.076, #fefefe), to(#F6F7F8));
|
| ... | @@ -290,7 +290,7 @@ table.no-borders { |
... | @@ -290,7 +290,7 @@ table.no-borders { |
|
|
color: #777;
|
|
color: #777;
|
|
|
border: 1px solid #DEDFE1;
|
|
border: 1px solid #DEDFE1;
|
|
|
|
|
|
|
|
&.branch {
|
|
&.branch {
|
|
|
border:none;
|
|
border:none;
|
|
|
font-size:13px;
|
|
font-size:13px;
|
|
|
background: #474D57;
|
|
background: #474D57;
|
| ... | @@ -300,73 +300,71 @@ table.no-borders { |
... | @@ -300,73 +300,71 @@ table.no-borders { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.event_label {
|
|
.event_label {
|
|
|
@extend .label;
|
|
@extend .label;
|
|
|
background-color: #999;
|
|
background-color: #999;
|
|
|
|
|
|
|
|
&.pushed {
|
|
&.pushed {
|
|
|
background-color: #3A87AD;
|
|
background-color: #3A87AD;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.opened {
|
|
&.opened {
|
|
|
background-color: #468847;
|
|
background-color: #468847;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.closed {
|
|
&.closed {
|
|
|
background-color: #B94A48;
|
|
background-color: #B94A48;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.merged {
|
|
&.merged {
|
|
|
background-color: #2A2;
|
|
background-color: #2A2;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
img.avatar {
|
|
img.avatar {
|
|
|
float:left;
|
|
float:left;
|
|
|
margin-right:15px;
|
|
margin-right:15px;
|
|
|
width:40px;
|
|
width:40px;
|
|
|
-webkit-border-radius: 4px;
|
|
border:2px solid #ddd;
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
|
|
&.s16 {
|
|
&.s16 {
|
|
|
width:16px;
|
|
width:16px;
|
|
|
}
|
|
}
|
|
|
&.s24 {
|
|
&.s24 {
|
|
|
width:24px;
|
|
width:24px;
|
|
|
}
|
|
}
|
|
|
&.s32 {
|
|
&.s32 {
|
|
|
width:32px;
|
|
width:32px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
img.lil_av {
|
|
img.lil_av {
|
|
|
padding-left: 4px;
|
|
padding-left: 4px;
|
|
|
padding-right:3px;
|
|
padding-right:3px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
form {
|
|
|
@extend .form-horizontal;
|
|
@extend .form-horizontal;
|
|
|
|
|
|
|
|
.actions {
|
|
.actions {
|
|
|
@extend .form-actions;
|
|
@extend .form-actions;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
|
.clearfix {
|
|
|
@extend .control-group;
|
|
@extend .control-group;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.input {
|
|
.input {
|
|
|
@extend .controls;
|
|
@extend .controls;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
label {
|
|
|
@extend .control-label;
|
|
@extend .control-label;
|
|
|
}
|
|
}
|
|
|
.xlarge {
|
|
.xlarge {
|
|
|
@extend .input-xlarge;
|
|
@extend .input-xlarge;
|
|
|
}
|
|
}
|
|
|
.xxlarge {
|
|
.xxlarge {
|
|
|
@extend .input-xxlarge;
|
|
@extend .input-xxlarge;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
| ... | @@ -375,25 +373,25 @@ form { |
... | @@ -375,25 +373,25 @@ form { |
|
|
* List li block element #1
|
|
* List li block element #1
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
.wll {
|
|
.wll {
|
|
|
background-color: #FFF;
|
|
background-color: #FFF;
|
|
|
padding: 10px 5px;
|
|
padding: 10px 5px;
|
|
|
min-height: 20px;
|
|
min-height: 20px;
|
|
|
border-bottom: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
|
&.smoke {
|
|
&.smoke {
|
|
|
background-color:#f5f5f5;
|
|
background-color:#f5f5f5;
|
|
|
}
|
|
}
|
|
|
&:hover {
|
|
&:hover {
|
|
|
background:$hover;
|
|
background:$hover;
|
|
|
}
|
|
}
|
|
|
&:last-child { border:none }
|
|
&:last-child { border:none }
|
|
|
p { padding-top:5px; margin:0; color:$style_color;}
|
|
p { padding-top:5px; margin:0; color:$style_color;}
|
|
|
.author { color: #999; }
|
|
.author { color: #999; }
|
|
|
p {
|
|
p {
|
|
|
color:#222;
|
|
color:#222;
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
|
img {
|
|
img {
|
|
|
position:relative;
|
|
position:relative;
|
|
|
top:3px;
|
|
top:3px;
|
|
|
}
|
|
}
|
| ... | @@ -405,7 +403,7 @@ form { |
... | @@ -405,7 +403,7 @@ form { |
|
|
* Block element #2
|
|
* Block element #2
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
.entry {
|
|
.entry {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
padding: 7px 15px;
|
|
padding: 7px 15px;
|
|
|
margin-bottom: 18px;
|
|
margin-bottom: 18px;
|
| ... | @@ -427,10 +425,10 @@ form { |
... | @@ -427,10 +425,10 @@ form { |
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
p {
|
|
|
color:$style_color;
|
|
color:$style_color;
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
|
img {
|
|
img {
|
|
|
position:relative;
|
|
position:relative;
|
|
|
top:3px;
|
|
top:3px;
|
|
|
}
|
|
}
|
| ... | @@ -442,18 +440,18 @@ form { |
... | @@ -442,18 +440,18 @@ form { |
|
|
* Big UI Block for show page content
|
|
* Big UI Block for show page content
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
.ui-box {
|
|
.ui-box {
|
|
|
background:#F9F9F9;
|
|
background:#F9F9F9;
|
|
|
margin-bottom: 25px;
|
|
margin-bottom: 25px;
|
|
|
@include round-borders-all(4px);
|
|
@include round-borders-all(4px);
|
|
|
border-color: #CCC;
|
|
border-color: #CCC;
|
|
|
@include solid_shade;
|
|
@include solid_shade;
|
|
|
|
|
|
|
|
ul {
|
|
ul {
|
|
|
margin:0;
|
|
margin:0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h5, .title {
|
|
h5, .title {
|
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
|
@include round-borders-top(4px);
|
|
@include round-borders-top(4px);
|
|
|
border-bottom: 1px solid #bbb;
|
|
border-bottom: 1px solid #bbb;
|
| ... | @@ -463,30 +461,30 @@ form { |
... | @@ -463,30 +461,30 @@ form { |
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
|
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
|
|
|
|
|
|
&.small {
|
|
&.small {
|
|
|
line-height: 28px;
|
|
line-height: 28px;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
line-height:28px;
|
|
line-height:28px;
|
|
|
text-shadow: 0 1px 1px white;
|
|
text-shadow: 0 1px 1px white;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
form {
|
|
|
padding:9px 0;
|
|
padding:9px 0;
|
|
|
margin:0px;
|
|
margin:0px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.nav-pills {
|
|
.nav-pills {
|
|
|
li {
|
|
li {
|
|
|
padding:3px 0;
|
|
padding:3px 0;
|
|
|
&.active a { background-color:$style_color; }
|
|
&.active a { background-color:$style_color; }
|
|
|
a {
|
|
a {
|
|
|
border-radius:7px;
|
|
border-radius:7px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
.bottom {
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
|
|
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
| ... | @@ -496,13 +494,13 @@ form { |
... | @@ -496,13 +494,13 @@ form { |
|
|
border-top: 1px solid #bbb;
|
|
border-top: 1px solid #bbb;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.padded {
|
|
&.padded {
|
|
|
h5, .title {
|
|
h5, .title {
|
|
|
margin: -20px;
|
|
margin: -20px;
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
|
padding: 5px 20px;
|
|
padding: 5px 20px;
|
|
|
}
|
|
}
|
|
|
.middle_title {
|
|
.middle_title {
|
|
|
background:#f5f5f5;
|
|
background:#f5f5f5;
|
|
|
margin:20px -20px;
|
|
margin:20px -20px;
|
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
| ... | @@ -512,7 +510,7 @@ form { |
... | @@ -512,7 +510,7 @@ form { |
|
|
color:#777;
|
|
color:#777;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.row_title {
|
|
.row_title {
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
color:#444;
|
|
color:#444;
|
|
|
&:hover {
|
|
&:hover {
|
| ... | @@ -523,12 +521,12 @@ form { |
... | @@ -523,12 +521,12 @@ form { |
|
|
|
|
|
|
|
li, .wll {
|
|
li, .wll {
|
|
|
padding:10px;
|
|
padding:10px;
|
|
|
&:first-child {
|
|
&:first-child {
|
|
|
@include round-borders-top(4px);
|
|
@include round-borders-top(4px);
|
|
|
border-top:none;
|
|
border-top:none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
&:last-child {
|
|
|
@include round-borders-bottom(4px);
|
|
@include round-borders-bottom(4px);
|
|
|
border:none;
|
|
border:none;
|
|
|
}
|
|
}
|
| ... | @@ -537,10 +535,10 @@ form { |
... | @@ -537,10 +535,10 @@ form { |
|
|
}
|
|
}
|
|
|
|
|
|
|
|
table.admin-table {
|
|
table.admin-table {
|
|
|
@extend .table-bordered;
|
|
@extend .table-bordered;
|
|
|
@extend .zebra-striped;
|
|
@extend .zebra-striped;
|
|
|
@include solid_shade;
|
|
@include solid_shade;
|
|
|
th {
|
|
th {
|
|
|
border-color: #CCC;
|
|
border-color: #CCC;
|
|
|
border-bottom: 1px solid #bbb;
|
|
border-bottom: 1px solid #bbb;
|
|
|
background:#eee;
|
|
background:#eee;
|
| ... | @@ -551,7 +549,7 @@ table.admin-table { |
... | @@ -551,7 +549,7 @@ table.admin-table { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.field_with_errors {
|
|
.field_with_errors {
|
|
|
display:inline;
|
|
display:inline;
|
|
|
}
|
|
}
|
|
|
|
|
|
| ... | @@ -563,13 +561,13 @@ ul.breadcrumb { |
... | @@ -563,13 +561,13 @@ ul.breadcrumb { |
|
|
text-shadow: 0 1px 0 white
|
|
text-shadow: 0 1px 0 white
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
a {
|
|
|
color:#474D57;
|
|
color:#474D57;
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
font-size:14px;
|
|
font-size:14px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.arrow {
|
|
.arrow {
|
|
|
background: url("images.png") no-repeat -85px -77px;
|
|
background: url("images.png") no-repeat -85px -77px;
|
|
|
width: 19px;
|
|
width: 19px;
|
|
|
height: 16px;
|
|
height: 16px;
|
| ... | @@ -581,18 +579,18 @@ ul.breadcrumb { |
... | @@ -581,18 +579,18 @@ ul.breadcrumb { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.nothing_here_message {
|
|
.nothing_here_message {
|
|
|
text-align:center;
|
|
text-align:center;
|
|
|
padding:20px;
|
|
padding:20px;
|
|
|
color:#777;
|
|
color:#777;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* UI box element
|
|
* UI box element
|
|
|
* contains top, middle, bottom blocks
|
|
* contains top, middle, bottom blocks
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
.main_box {
|
|
.main_box {
|
|
|
@extend .borders;
|
|
@extend .borders;
|
|
|
@extend .prepend-top-20;
|
|
@extend .prepend-top-20;
|
|
|
@extend .append-bottom-20;
|
|
@extend .append-bottom-20;
|
| ... | @@ -608,9 +606,9 @@ ul.breadcrumb { |
... | @@ -608,9 +606,9 @@ ul.breadcrumb { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.top_box_content,
|
|
.top_box_content,
|
|
|
.middle_box_content,
|
|
.middle_box_content,
|
|
|
.bottom_box_content {
|
|
.bottom_box_content {
|
|
|
padding:15px;
|
|
padding:15px;
|
|
|
|
|
|
|
|
pre {
|
|
pre {
|
| ... | @@ -621,7 +619,7 @@ ul.breadcrumb { |
... | @@ -621,7 +619,7 @@ ul.breadcrumb { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.middle_box_content {
|
|
.middle_box_content {
|
|
|
border-radius:0;
|
|
border-radius:0;
|
|
|
border:none;
|
|
border:none;
|
|
|
font-size:12px;
|
|
font-size:12px;
|
| ... | @@ -630,20 +628,20 @@ ul.breadcrumb { |
... | @@ -630,20 +628,20 @@ ul.breadcrumb { |
|
|
border-top:1px solid #eee;
|
|
border-top:1px solid #eee;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bottom_box_content {
|
|
.bottom_box_content {
|
|
|
border-top:1px solid #eee;
|
|
border-top:1px solid #eee;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
input[type=text] {
|
|
|
&.large_text {
|
|
&.large_text {
|
|
|
padding:6px;
|
|
padding:6px;
|
|
|
font-size:16px;
|
|
font-size:16px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
p {
|
|
|
&.slead {
|
|
&.slead {
|
|
|
color:#456;
|
|
color:#456;
|
|
|
font-size:16px;
|
|
font-size:16px;
|
|
|
margin-bottom: 12px;
|
|
margin-bottom: 12px;
|
| ... | @@ -652,7 +650,7 @@ p { |
... | @@ -652,7 +650,7 @@ p { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h3.page_title {
|
|
h3.page_title {
|
|
|
color:#456;
|
|
color:#456;
|
|
|
font-size:20px;
|
|
font-size:20px;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
| ... | @@ -660,15 +658,15 @@ h3.page_title { |
... | @@ -660,15 +658,15 @@ h3.page_title { |
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* File content holder
|
|
* File content holder
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
.file_holder {
|
|
.file_holder {
|
|
|
border:1px solid #CCC;
|
|
border:1px solid #CCC;
|
|
|
margin-bottom:1em;
|
|
margin-bottom:1em;
|
|
|
@include solid_shade;
|
|
@include solid_shade;
|
|
|
|
|
|
|
|
.file_title {
|
|
.file_title {
|
|
|
border-bottom: 1px solid #bbb;
|
|
border-bottom: 1px solid #bbb;
|
|
|
background:#eee;
|
|
background:#eee;
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
| ... | @@ -683,16 +681,16 @@ h3.page_title { |
... | @@ -683,16 +681,16 @@ h3.page_title { |
|
|
padding: 9px 10px;
|
|
padding: 9px 10px;
|
|
|
height:18px;
|
|
height:18px;
|
|
|
|
|
|
|
|
.options {
|
|
.options {
|
|
|
float:right;
|
|
float:right;
|
|
|
margin-top: -5px;
|
|
margin-top: -5px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.file_name {
|
|
.file_name {
|
|
|
color:$style_color;
|
|
color:$style_color;
|
|
|
font-size:14px;
|
|
font-size:14px;
|
|
|
text-shadow: 0 1px 1px #fff;
|
|
text-shadow: 0 1px 1px #fff;
|
|
|
small {
|
|
small {
|
|
|
color:#999;
|
|
color:#999;
|
|
|
font-size:13px;
|
|
font-size:13px;
|
|
|
}
|
|
}
|
| ... | @@ -702,21 +700,21 @@ h3.page_title { |
... | @@ -702,21 +700,21 @@ h3.page_title { |
|
|
background:#fff;
|
|
background:#fff;
|
|
|
font-size: 11px;
|
|
font-size: 11px;
|
|
|
|
|
|
|
|
&.wiki {
|
|
&.wiki {
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
code {
|
|
code {
|
|
|
padding:0 4px;
|
|
padding:0 4px;
|
|
|
}
|
|
}
|
|
|
padding:20px;
|
|
padding:20px;
|
|
|
h1, h2 {
|
|
h1, h2 {
|
|
|
line-height: 46px;
|
|
line-height: 46px;
|
|
|
}
|
|
}
|
|
|
h3, h4 {
|
|
h3, h4 {
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.image_file {
|
|
&.image_file {
|
|
|
background:#eee;
|
|
background:#eee;
|
|
|
text-align:center;
|
|
text-align:center;
|
|
|
img {
|
|
img {
|
| ... | @@ -725,27 +723,27 @@ h3.page_title { |
... | @@ -725,27 +723,27 @@ h3.page_title { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.blob_file {
|
|
&.blob_file {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Blame file
|
|
* Blame file
|
|
|
*/
|
|
*/
|
|
|
&.blame {
|
|
&.blame {
|
|
|
tr {
|
|
tr {
|
|
|
border-bottom: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
|
}
|
|
}
|
|
|
td {
|
|
td {
|
|
|
padding:5px;
|
|
padding:5px;
|
|
|
}
|
|
}
|
|
|
.author,
|
|
.author,
|
|
|
.blame_commit {
|
|
.blame_commit {
|
|
|
background:#f5f5f5;
|
|
background:#f5f5f5;
|
|
|
vertical-align:top;
|
|
vertical-align:top;
|
|
|
}
|
|
}
|
|
|
.lines {
|
|
.lines {
|
|
|
pre {
|
|
pre {
|
|
|
padding:0;
|
|
padding:0;
|
|
|
margin:0;
|
|
margin:0;
|
|
|
background:none;
|
|
background:none;
|
| ... | @@ -754,27 +752,27 @@ h3.page_title { |
... | @@ -754,27 +752,27 @@ h3.page_title { |
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.logs {
|
|
&.logs {
|
|
|
background:#eee;
|
|
background:#eee;
|
|
|
max-height: 700px;
|
|
max-height: 700px;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
ol {
|
|
ol {
|
|
|
margin-left:40px;
|
|
margin-left:40px;
|
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
|
border-left: 1px solid #CCC;
|
|
border-left: 1px solid #CCC;
|
|
|
margin-bottom:0;
|
|
margin-bottom:0;
|
|
|
background: white;
|
|
background: white;
|
|
|
li {
|
|
li {
|
|
|
color:#888;
|
|
color:#888;
|
|
|
p {
|
|
p {
|
|
|
margin:0;
|
|
margin:0;
|
|
|
color:#333;
|
|
color:#333;
|
|
|
line-height:24px;
|
|
line-height:24px;
|
|
|
padding-left: 10px;
|
|
padding-left: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
|
background:$hover;
|
|
background:$hover;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
| ... | @@ -784,7 +782,7 @@ h3.page_title { |
... | @@ -784,7 +782,7 @@ h3.page_title { |
|
|
/**
|
|
/**
|
|
|
* Code file
|
|
* Code file
|
|
|
*/
|
|
*/
|
|
|
&.code {
|
|
&.code {
|
|
|
padding:0;
|
|
padding:0;
|
|
|
td.code {
|
|
td.code {
|
|
|
width: 100%;
|
|
width: 100%;
|
| ... | |
... | |
| ... | | ... | |