replaced redundant -*-border-radius box-shadows and others with corresponding mixins
This commit is contained in:
parent
84de1b71d1
commit
b825582eb1
26 changed files with 240 additions and 268 deletions
|
@ -10,7 +10,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .content {
|
.container .content {
|
||||||
margin:0 0;
|
margin: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .sidebar {
|
.container .sidebar {
|
||||||
|
@ -32,7 +32,7 @@ body {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding:10px 0;
|
padding: 10px 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ table a code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
margin:20px auto;
|
margin: 20px auto;
|
||||||
background: url(ajax_loader.gif) no-repeat center center;
|
background: url(ajax_loader.gif) no-repeat center center;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -78,10 +78,10 @@ table a code {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: white;
|
background: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-bottom:1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color:#666;
|
color: #666;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -102,7 +102,7 @@ span.update-author {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
span.update-author {
|
span.update-author {
|
||||||
color:#999;
|
color: #999;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -122,7 +122,7 @@ span.update-author {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.user-mention {
|
.user-mention {
|
||||||
color:#2FA0BB;
|
color: #2FA0BB;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -136,9 +136,9 @@ span.update-author {
|
||||||
&.label-tag {
|
&.label-tag {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
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;
|
||||||
|
@ -149,9 +149,9 @@ span.update-author {
|
||||||
&.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;
|
||||||
|
@ -213,7 +213,7 @@ ul.breadcrumb {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:#474D57;
|
color: #474D57;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
@ -264,7 +264,7 @@ input.git_clone_url {
|
||||||
|
|
||||||
/** bordered list **/
|
/** bordered list **/
|
||||||
ul.bordered-list {
|
ul.bordered-list {
|
||||||
margin:5px 0px;
|
margin: 5px 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
li {
|
li {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
|
@ -310,7 +310,7 @@ p.time {
|
||||||
|
|
||||||
|
|
||||||
.styled_image {
|
.styled_image {
|
||||||
border:2px solid #ddd;
|
border: 2px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -337,22 +337,22 @@ p.time {
|
||||||
|
|
||||||
.leftbar {
|
.leftbar {
|
||||||
h5, .title {
|
h5, .title {
|
||||||
padding:5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding:2px 10px;
|
padding: 2px 10px;
|
||||||
color:#666;
|
color: #666;
|
||||||
border-bottom:1px solid #f1f1f1;
|
border-bottom: 1px solid #f1f1f1;
|
||||||
}
|
}
|
||||||
a:last-child h4 { border: none; }
|
a:last-child h4 { border: none; }
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
h4 {
|
h4 {
|
||||||
color:#111;
|
color: #111;
|
||||||
background: $hover;
|
background: $hover;
|
||||||
border-color:#CCC;
|
border-color: #CCC;
|
||||||
.ico.project {
|
.ico.project {
|
||||||
background-position:-209px -21px;
|
background-position:-209px -21px;
|
||||||
}
|
}
|
||||||
|
@ -420,12 +420,12 @@ p.time {
|
||||||
|
|
||||||
|
|
||||||
.highlight_word {
|
.highlight_word {
|
||||||
background:#EEDC94;
|
background: #EEDC94;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status_info {
|
.status_info {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding:5px 15px;
|
padding: 5px 15px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -450,7 +450,7 @@ p.time {
|
||||||
background: #E3E5EA;
|
background: #E3E5EA;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border-radius: 5px;
|
@include border-radius(5px);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
color: #999;
|
color: #999;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
@ -504,7 +504,7 @@ li.note {
|
||||||
|
|
||||||
.team_member_show {
|
.team_member_show {
|
||||||
td:first-child {
|
td:first-child {
|
||||||
color:#aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -554,12 +554,12 @@ li.note {
|
||||||
|
|
||||||
/* CHZN reset few styles */
|
/* CHZN reset few styles */
|
||||||
.chzn-container-single .chzn-single {
|
.chzn-container-single .chzn-single {
|
||||||
background:#FFF;
|
background: #FFF;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.chzn-container-active .chzn-single {
|
.chzn-container-active .chzn-single {
|
||||||
background:#fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -572,15 +572,15 @@ li.note {
|
||||||
.issue {
|
.issue {
|
||||||
&.today{
|
&.today{
|
||||||
background: #EFE;
|
background: #EFE;
|
||||||
border-color:#CEC;
|
border-color: #CEC;
|
||||||
}
|
}
|
||||||
&.closed {
|
&.closed {
|
||||||
background: #F5f5f5;
|
background: #F5f5f5;
|
||||||
border-color:#E5E5E5;
|
border-color: #E5E5E5;
|
||||||
}
|
}
|
||||||
&.merged {
|
&.merged {
|
||||||
background: #F5f5f5;
|
background: #F5f5f5;
|
||||||
border-color:#E5E5E5;
|
border-color: #E5E5E5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -612,7 +612,7 @@ li.note {
|
||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
img {
|
img {
|
||||||
border:1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background: $hover;
|
background: $hover;
|
||||||
@include border-radius(5px);
|
@include border-radius(5px);
|
||||||
}
|
}
|
||||||
|
@ -627,7 +627,7 @@ li.note {
|
||||||
|
|
||||||
.gitlab-promo {
|
.gitlab-promo {
|
||||||
a {
|
a {
|
||||||
color:#aaa;
|
color: #aaa;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,16 +41,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.middle_box_content {
|
.middle_box_content {
|
||||||
border-radius: 0;
|
@include border-radius(0);
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color:#f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border: none;
|
border: none;
|
||||||
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,14 +59,14 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
.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;
|
||||||
|
|
||||||
&.white {
|
&.white {
|
||||||
background:#fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
@ -87,16 +87,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
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;
|
@include border-radius(7px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -116,20 +116,20 @@
|
||||||
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;
|
||||||
border-top:1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
border-bottom:1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color:#777;
|
color: #777;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.row_title {
|
.row_title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color:#444;
|
color: #444;
|
||||||
&:hover {
|
&:hover {
|
||||||
color:#444;
|
color: #444;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,42 +1,42 @@
|
||||||
.btn {
|
.btn {
|
||||||
@include bg-gradient(#f7f7f7, #d5d5d5);
|
@include bg-gradient(#f7f7f7, #d5d5d5);
|
||||||
border-color:#aaa;
|
border-color: #aaa;
|
||||||
&:hover {
|
&:hover {
|
||||||
@include bg-gray-gradient;
|
@include bg-gray-gradient;
|
||||||
border-color:#bbb;
|
border-color: #bbb;
|
||||||
color:#333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.primary {
|
&.primary {
|
||||||
background:#2a79A3;
|
background: #2a79A3;
|
||||||
@include bg-gradient(#47A7b7, #2585b5);
|
@include bg-gradient(#47A7b7, #2585b5);
|
||||||
border-color: #2A79A3;
|
border-color: #2A79A3;
|
||||||
color:#fff;
|
color: #fff;
|
||||||
text-shadow: 0 1px 1px #268;
|
text-shadow: 0 1px 1px #268;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $blue_link;
|
background: $blue_link;
|
||||||
color:#fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
background:#29B;
|
background: #29B;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.btn-info {
|
&.btn-info {
|
||||||
background:#5aB9C3;
|
background: #5aB9C3;
|
||||||
border-color: $blue_link;
|
border-color: $blue_link;
|
||||||
color:#fff;
|
color: #fff;
|
||||||
text-shadow: 0 1px 1px #268;
|
text-shadow: 0 1px 1px #268;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $blue_link;
|
background: $blue_link;
|
||||||
color:#fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
background:#29B;
|
background: #29B;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,8 +49,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
background:#2b2;
|
background: #2b2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
border-color: #BD362F;
|
border-color: #BD362F;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
background: #EE4E49;
|
background: #EE4E49;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -87,13 +87,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
border-color:#aaa;
|
border-color: #aaa;
|
||||||
background-color:#ccc;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.very_small {
|
&.very_small {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding:2px 6px;
|
padding: 2px 6px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
@ -105,6 +105,6 @@
|
||||||
|
|
||||||
&.padded {
|
&.padded {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
padding:4px 10px 4px;
|
padding: 4px 10px 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,22 +32,22 @@
|
||||||
.light { color: #888 }
|
.light { color: #888 }
|
||||||
|
|
||||||
/** PILLS & TABS**/
|
/** PILLS & TABS**/
|
||||||
.nav-pills a:hover { background-color:#888; }
|
.nav-pills a:hover { background-color: #888; }
|
||||||
.nav-pills .active a { background-color: $style_color; }
|
.nav-pills .active a { background-color: $style_color; }
|
||||||
.nav-tabs > li > a, .nav-pills > li > a { color: $style_color; }
|
.nav-tabs > li > a, .nav-pills > li > a { color: $style_color; }
|
||||||
.nav.nav-tabs {
|
.nav.nav-tabs {
|
||||||
li {
|
li {
|
||||||
> a {
|
> a {
|
||||||
padding:8px 20px;
|
padding: 8px 20px;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
border-color: #EEE;
|
border-color: #EEE;
|
||||||
color:#888;
|
color: #888;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
.badge {
|
.badge {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color:#888;
|
color: #888;
|
||||||
text-shadow:0 1px 1px #fff;
|
text-shadow: 0 1px 1px #fff;
|
||||||
}
|
}
|
||||||
i[class^="icon-"] {
|
i[class^="icon-"] {
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
> a {
|
> a {
|
||||||
border-color: #CCC;
|
border-color: #CCC;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
color:#333;
|
color: #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
.alert-message.error { @extend .alert-error; }
|
.alert-message.error { @extend .alert-error; }
|
||||||
|
|
||||||
/** AVATARS **/
|
/** AVATARS **/
|
||||||
img.avatar { float: left; margin-right: 12px; width: 40px; border:1px solid #ddd; padding: 1px; }
|
img.avatar { float: left; margin-right: 12px; width: 40px; border: 1px solid #ddd; padding: 1px; }
|
||||||
img.avatar.s16 { width: 16px; height: 16px; margin-right: 6px; }
|
img.avatar.s16 { width: 16px; height: 16px; margin-right: 6px; }
|
||||||
img.avatar.s24 { width: 24px; height: 24px; margin-right: 8px; }
|
img.avatar.s24 { width: 24px; height: 24px; margin-right: 8px; }
|
||||||
img.avatar.s32 { width: 32px; height: 32px; margin-right: 10px; }
|
img.avatar.s32 { width: 32px; height: 32px; margin-right: 10px; }
|
||||||
|
@ -77,8 +77,8 @@ img.lil_av { padding-left: 4px; padding-right: 3px; }
|
||||||
img.small { width: 80px; }
|
img.small { width: 80px; }
|
||||||
|
|
||||||
/** HELPERS **/
|
/** HELPERS **/
|
||||||
.nothing_here_message { text-align: center; padding: 20px; color:#777; }
|
.nothing_here_message { text-align: center; padding: 20px; color: #777; }
|
||||||
p.slead { color:#456; font-size: 16px; margin-bottom: 12px; font-weight: 200; line-height: 24px; }
|
p.slead { color: #456; font-size: 16px; margin-bottom: 12px; font-weight: 200; line-height: 24px; }
|
||||||
|
|
||||||
/** FORMS **/
|
/** FORMS **/
|
||||||
input[type='search'].search-text-input {
|
input[type='search'].search-text-input {
|
||||||
|
@ -87,7 +87,7 @@ input[type='search'].search-text-input {
|
||||||
background-position: 10px;
|
background-position: 10px;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
@include border-radius(4px);
|
@include border-radius(4px);
|
||||||
border:1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset legend { font-size: 17px; }
|
fieldset legend { font-size: 17px; }
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
.file_holder {
|
.file_holder {
|
||||||
border:1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
@include solid_shade;
|
@include solid_shade;
|
||||||
|
|
||||||
|
@ -28,19 +28,19 @@
|
||||||
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.file_content {
|
.file_content {
|
||||||
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 {
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.image_file {
|
&.image_file {
|
||||||
background:#eee;
|
background: #eee;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
img {
|
img {
|
||||||
padding: 100px;
|
padding: 100px;
|
||||||
|
@ -83,12 +83,12 @@
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
background:#fff;
|
background: #fff;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.author,
|
.author,
|
||||||
.blame_commit {
|
.blame_commit {
|
||||||
background:#f5f5f5;
|
background: #f5f5f5;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.lines {
|
.lines {
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.logs {
|
&.logs {
|
||||||
background:#eee;
|
background: #eee;
|
||||||
max-height: 700px;
|
max-height: 700px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
@ -113,10 +113,10 @@
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,10 +12,10 @@ ul {
|
||||||
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 { background-color:#f5f5f5; }
|
&.smoke { background-color: #f5f5f5; }
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $hover;
|
background: $hover;
|
||||||
border-bottom:1px solid #ADF;
|
border-bottom: 1px solid #ADF;
|
||||||
}
|
}
|
||||||
&:last-child { border:none }
|
&:last-child { border:none }
|
||||||
.author { color: #999; }
|
.author { color: #999; }
|
||||||
|
@ -23,7 +23,7 @@ ul {
|
||||||
p {
|
p {
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color:#222;
|
color: #222;
|
||||||
img {
|
img {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
|
|
@ -2,7 +2,7 @@ table {
|
||||||
@extend .table;
|
@extend .table;
|
||||||
@extend .table-striped;
|
@extend .table-striped;
|
||||||
@include solid_shade;
|
@include solid_shade;
|
||||||
border:1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&.low {
|
&.low {
|
||||||
|
@ -31,7 +31,7 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
border-color:#f1f1f1;
|
border-color: #f1f1f1;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
|
||||||
.s16 {
|
.s16 {
|
||||||
|
@ -40,11 +40,11 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-left:1px solid #bbb;
|
border-left: 1px solid #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-right:1px solid #bbb;
|
border-right: 1px solid #bbb;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ h3, h4, h5, h6 { line-height: 36px; }
|
||||||
h5 { font-size: 14px; }
|
h5 { font-size: 14px; }
|
||||||
|
|
||||||
h3.page_title {
|
h3.page_title {
|
||||||
color:#456;
|
color: #456;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
@ -25,7 +25,7 @@ pre {
|
||||||
|
|
||||||
&.dark {
|
&.dark {
|
||||||
background: #333;
|
background: #333;
|
||||||
color:#f5f5f5;
|
color: #f5f5f5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,8 +63,8 @@ a {
|
||||||
|
|
||||||
&.supp_diff_link {
|
&.supp_diff_link {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding:20px 0;
|
padding: 20px 0;
|
||||||
background:#f1f1f1;
|
background: #f1f1f1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,29 +28,29 @@
|
||||||
.kn{font-weight: bold;} /* Keyword.Namespace */
|
.kn{font-weight: bold;} /* Keyword.Namespace */
|
||||||
.kp{font-weight: bold;} /* Keyword.Pseudo */
|
.kp{font-weight: bold;} /* Keyword.Pseudo */
|
||||||
.kr{font-weight: bold;} /* Keyword.Reserved */
|
.kr{font-weight: bold;} /* Keyword.Reserved */
|
||||||
.kt{color:#458;font-weight: bold;} /* Keyword.Type */
|
.kt{color: #458;font-weight: bold;} /* Keyword.Type */
|
||||||
.m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
.m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
||||||
.p { color: #eee; }
|
.p { color: #eee; }
|
||||||
.s { color: #0AD; background-color: transparent } /* Literal.String */
|
.s { color: #0AD; background-color: transparent } /* Literal.String */
|
||||||
.na{color:#008080;} /* Name.Attribute */
|
.na{color: #008080;} /* Name.Attribute */
|
||||||
.nb{color:#0086B3;} /* Name.Builtin */
|
.nb{color: #0086B3;} /* Name.Builtin */
|
||||||
.nc{color:#ccc;font-weight: bold;} /* Name.Class */
|
.nc{color: #ccc;font-weight: bold;} /* Name.Class */
|
||||||
.no{color: turquoise;} /* Name.Constant */
|
.no{color: turquoise;} /* Name.Constant */
|
||||||
.ni{color:#800080;}
|
.ni{color: #800080;}
|
||||||
.ne{color:#900;font-weight: bold;} /* Name.Exception */
|
.ne{color: #900;font-weight: bold;} /* Name.Exception */
|
||||||
.nf{color:#ccc;font-weight: bold;} /* Name.Function */
|
.nf{color: #ccc;font-weight: bold;} /* Name.Function */
|
||||||
.nn{color:#79C3E0;font-weight: bold;} /* Name.Namespace */
|
.nn{color: #79C3E0;font-weight: bold;} /* Name.Namespace */
|
||||||
.nt{color:#fc5;} /* Name.Tag */
|
.nt{color: #fc5;} /* Name.Tag */
|
||||||
.nv{color:#FA4;} /* Name.Variable */
|
.nv{color: #FA4;} /* Name.Variable */
|
||||||
.py { color: #336699; font-weight: bold } /* Name.Property */
|
.py { color: #336699; font-weight: bold } /* Name.Property */
|
||||||
.ow { color: #008800 } /* Operator.Word */
|
.ow { color: #008800 } /* Operator.Word */
|
||||||
.w { color: #bbbbbb } /* Text.Whitespace */
|
.w { color: #bbbbbb } /* Text.Whitespace */
|
||||||
.mf { color: #7AC; font-weight: bold } /* Literal.Number.Float */
|
.mf { color: #7AC; font-weight: bold } /* Literal.Number.Float */
|
||||||
.mh { color: #7AC; font-weight: bold } /* Literal.Number.Hex */
|
.mh { color: #7AC; font-weight: bold } /* Literal.Number.Hex */
|
||||||
.mi {color:#099;} /* Literal.Number.Integer */
|
.mi {color: #099;} /* Literal.Number.Integer */
|
||||||
.mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
.mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
||||||
.sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */
|
.sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */
|
||||||
.sc{color:#d14;} /* Literal.String.Char */
|
.sc{color: #d14;} /* Literal.String.Char */
|
||||||
.sd { color: #dd2200; background-color: transparent; } /* Literal.String.Doc */
|
.sd { color: #dd2200; background-color: transparent; } /* Literal.String.Doc */
|
||||||
.s2{color: orange;} /* Literal.String.Double */
|
.s2{color: orange;} /* Literal.String.Double */
|
||||||
.se{color: orange;} /* Literal.String.Escape */
|
.se{color: orange;} /* Literal.String.Escape */
|
||||||
|
|
|
@ -27,37 +27,37 @@
|
||||||
.kn{font-weight: bold;} /* Keyword.Namespace */
|
.kn{font-weight: bold;} /* Keyword.Namespace */
|
||||||
.kp{font-weight: bold;} /* Keyword.Pseudo */
|
.kp{font-weight: bold;} /* Keyword.Pseudo */
|
||||||
.kr{font-weight: bold;} /* Keyword.Reserved */
|
.kr{font-weight: bold;} /* Keyword.Reserved */
|
||||||
.kt{color:#458;font-weight: bold;} /* Keyword.Type */
|
.kt{color: #458;font-weight: bold;} /* Keyword.Type */
|
||||||
.m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
.m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
||||||
.s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
|
.s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
|
||||||
.na{color:#008080;} /* Name.Attribute */
|
.na{color: #008080;} /* Name.Attribute */
|
||||||
.nb{color:#0086B3;} /* Name.Builtin */
|
.nb{color: #0086B3;} /* Name.Builtin */
|
||||||
.nc{color:#458;font-weight: bold;} /* Name.Class */
|
.nc{color: #458;font-weight: bold;} /* Name.Class */
|
||||||
.no{color:#008080;} /* Name.Constant */
|
.no{color: #008080;} /* Name.Constant */
|
||||||
.ni{color:#800080;}
|
.ni{color: #800080;}
|
||||||
.ne{color:#900;font-weight: bold;} /* Name.Exception */
|
.ne{color: #900;font-weight: bold;} /* Name.Exception */
|
||||||
.nf{color:#900;font-weight: bold;} /* Name.Function */
|
.nf{color: #900;font-weight: bold;} /* Name.Function */
|
||||||
.nn{color:#005;font-weight: bold;} /* Name.Namespace */
|
.nn{color: #005;font-weight: bold;} /* Name.Namespace */
|
||||||
.nt{color:#000080;} /* Name.Tag */
|
.nt{color: #000080;} /* Name.Tag */
|
||||||
.nv{color:#008080;} /* Name.Variable */
|
.nv{color: #008080;} /* Name.Variable */
|
||||||
.py { color: #336699; font-weight: bold } /* Name.Property */
|
.py { color: #336699; font-weight: bold } /* Name.Property */
|
||||||
.ow { color: #008800 } /* Operator.Word */
|
.ow { color: #008800 } /* Operator.Word */
|
||||||
.w { color: #bbbbbb } /* Text.Whitespace */
|
.w { color: #bbbbbb } /* Text.Whitespace */
|
||||||
.mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
|
.mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
|
||||||
.mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
|
.mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
|
||||||
.mi {color:#099;} /* Literal.Number.Integer */
|
.mi {color: #099;} /* Literal.Number.Integer */
|
||||||
.mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
.mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
||||||
.sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
|
.sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
|
||||||
.sc{color:#d14;} /* Literal.String.Char */
|
.sc{color: #d14;} /* Literal.String.Char */
|
||||||
.sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
|
.sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
|
||||||
.s2{color:#d14;} /* Literal.String.Double */
|
.s2{color: #d14;} /* Literal.String.Double */
|
||||||
.se{color:#d14;} /* Literal.String.Escape */
|
.se{color: #d14;} /* Literal.String.Escape */
|
||||||
.sh{color:#d14;} /* Literal.String.Heredoc */
|
.sh{color: #d14;} /* Literal.String.Heredoc */
|
||||||
.si{color:#d14;} /* Literal.String.Interpol */
|
.si{color: #d14;} /* Literal.String.Interpol */
|
||||||
.sx{color:#d14;} /* Literal.String.Other */
|
.sx{color: #d14;} /* Literal.String.Other */
|
||||||
.sr{color:#d14;} /* Literal.String.Regex */
|
.sr{color: #d14;} /* Literal.String.Regex */
|
||||||
.s1{color:#d14;} /* Literal.String.Single */
|
.s1{color: #d14;} /* Literal.String.Single */
|
||||||
.ss{color:#d14;} /* Literal.String.Symbol */
|
.ss{color: #d14;} /* Literal.String.Symbol */
|
||||||
.bp { color: #003388 } /* Name.Builtin.Pseudo */
|
.bp { color: #003388 } /* Name.Builtin.Pseudo */
|
||||||
.vc { color: #336699 } /* Name.Variable.Class */
|
.vc { color: #336699 } /* Name.Variable.Class */
|
||||||
.vg { color: #dd7700 } /* Name.Variable.Global */
|
.vg { color: #dd7700 } /* Name.Variable.Global */
|
||||||
|
@ -65,7 +65,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow {
|
.shadow {
|
||||||
-webkit-box-shadow:0 5px 15px #000;
|
@include box-shadow(0 5px 15px #000);
|
||||||
-moz-box-shadow:0 5px 15px #000;
|
|
||||||
box-shadow:0 5px 15px #000;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,37 +10,36 @@
|
||||||
box-shadow: 0 0 0 3px #f1f1f1;
|
box-shadow: 0 0 0 3px #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@mixin box-shadow($shadow) {
|
||||||
|
-webkit-box-shadow: $radius;
|
||||||
|
-moz-box-shadow: $radius;
|
||||||
|
-ms-box-shadow: $radius;
|
||||||
|
-o-box-shadow: $radius;
|
||||||
|
box-shadow: $radius;
|
||||||
|
}
|
||||||
|
|
||||||
@mixin border-radius($radius) {
|
@mixin border-radius($radius) {
|
||||||
-moz-border-radius: $radius;
|
|
||||||
-webkit-border-radius: $radius;
|
-webkit-border-radius: $radius;
|
||||||
|
-moz-border-radius: $radius;
|
||||||
|
-ms-border-radius: $radius;
|
||||||
|
-o-border-radius: $radius;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin round-borders-bottom($radius) {
|
@mixin round-borders-bottom($radius) {
|
||||||
border-top: 1px solid #eaeaea;
|
border-top: 1px solid #eaeaea;
|
||||||
-webkit-border-bottom-left-radius: $radius;
|
@include border-radius(0 0 $radius $radius);
|
||||||
-webkit-border-bottom-right-radius: $radius;
|
|
||||||
-moz-border-radius-bottomright: $radius;
|
|
||||||
-moz-border-radius-bottomleft: $radius;
|
|
||||||
border-bottom-right-radius: $radius;
|
|
||||||
border-bottom-left-radius: $radius;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin round-borders-top($radius) {
|
@mixin round-borders-top($radius) {
|
||||||
border-top: 1px solid #eaeaea;
|
border-top: 1px solid #eaeaea;
|
||||||
-moz-border-radius-topright: $radius;
|
@include border-radius($radius $radius 0 0);
|
||||||
-moz-border-radius-topleft: $radius;
|
|
||||||
border-top-right-radius: $radius;
|
|
||||||
border-top-left-radius: $radius;
|
|
||||||
-webkit-border-top-left-radius: $radius;
|
|
||||||
-webkit-border-top-right-radius: $radius;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin round-borders-all($radius) {
|
@mixin round-borders-all($radius) {
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
-moz-border-radius: $radius;
|
@include border-radius($radius);
|
||||||
-webkit-border-radius: $radius;
|
|
||||||
border-radius: $radius;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin bg-gradient($from, $to) {
|
@mixin bg-gradient($from, $to) {
|
||||||
|
@ -51,7 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin bg-light-gray-gradient {
|
@mixin bg-light-gray-gradient {
|
||||||
background:#f1f1f1;
|
background: #f1f1f1;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #f5f5f5), to(#e1e1e1));
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #f5f5f5), to(#e1e1e1));
|
||||||
background-image: -webkit-linear-gradient(#f5f5f5 6.6%, #e1e1e1);
|
background-image: -webkit-linear-gradient(#f5f5f5 6.6%, #e1e1e1);
|
||||||
background-image: -moz-linear-gradient(#f5f5f5 6.6%, #e1e1e1);
|
background-image: -moz-linear-gradient(#f5f5f5 6.6%, #e1e1e1);
|
||||||
|
@ -59,7 +58,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin bg-gray-gradient {
|
@mixin bg-gray-gradient {
|
||||||
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));
|
||||||
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);
|
||||||
|
@ -67,7 +66,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin bg-dark-gray-gradient {
|
@mixin bg-dark-gray-gradient {
|
||||||
background:#eee;
|
background: #eee;
|
||||||
background-image: -webkit-linear-gradient(#e9e9e9, #d7d7d7);
|
background-image: -webkit-linear-gradient(#e9e9e9, #d7d7d7);
|
||||||
background-image: -moz-linear-gradient(#e9e9e9, #d7d7d7);
|
background-image: -moz-linear-gradient(#e9e9e9, #d7d7d7);
|
||||||
background-image: -o-linear-gradient(#e9e9e9, #d7d7d7);
|
background-image: -o-linear-gradient(#e9e9e9, #d7d7d7);
|
||||||
|
|
|
@ -33,17 +33,15 @@
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
.chzn-search {
|
.chzn-search {
|
||||||
input:focus {
|
input:focus {
|
||||||
-webkit-box-shadow: none;
|
@include box-shadow(none);
|
||||||
-moz-box-shadow: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chzn-drop {
|
.chzn-drop {
|
||||||
margin:7px 0;
|
margin: 7px 0;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
border-radius: 0;
|
@include border-radius(0);
|
||||||
|
|
||||||
.chzn-results {
|
.chzn-results {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
@ -55,7 +53,7 @@
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
.active-result {
|
.active-result {
|
||||||
border-radius: 0;
|
@include border-radius(0);
|
||||||
|
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
background: $hover;
|
background: $hover;
|
||||||
|
|
|
@ -51,8 +51,8 @@
|
||||||
.committer a {
|
.committer a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-shadow:0 1px 1px #fff;
|
text-shadow: 0 1px 1px #fff;
|
||||||
color:#777;
|
color: #777;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
@ -70,15 +70,16 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
.diff_file {
|
.diff_file {
|
||||||
border:1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
.diff_file_header {
|
.diff_file_header {
|
||||||
@extend .clearfix;
|
@extend .clearfix;
|
||||||
padding: 5px 5px 5px 10px;
|
padding: 5px 5px 5px 10px;
|
||||||
color: #555;
|
color: #555;
|
||||||
border-bottom:1px solid #CCC;
|
border-bottom: 1px solid #CCC;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
// TODO Replace with linear-gradient mixin
|
||||||
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);
|
||||||
|
@ -106,18 +107,18 @@
|
||||||
.diff_file_content {
|
.diff_file_content {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
background:#fff;
|
background: #fff;
|
||||||
color:#333;
|
color: #333;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: $monospace;
|
font-family: $monospace;
|
||||||
.old{
|
.old{
|
||||||
span.idiff{
|
span.idiff{
|
||||||
background-color:#FAA;
|
background-color: #FAA;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.new{
|
.new{
|
||||||
span.idiff{
|
span.idiff{
|
||||||
background-color:#AFA;
|
background-color: #AFA;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -128,7 +129,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.diff_file_content_image {
|
.diff_file_content_image {
|
||||||
background:#eee;
|
background: #eee;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.image {
|
.image {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -179,8 +180,8 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
background:#EEE;
|
background: #EEE;
|
||||||
color:#666;
|
color: #666;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -194,7 +195,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color:#666;
|
color: #666;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
@ -213,8 +214,8 @@
|
||||||
background: #FDD;
|
background: #FDD;
|
||||||
}
|
}
|
||||||
&.matched {
|
&.matched {
|
||||||
color:#ccc;
|
color: #ccc;
|
||||||
background:#fafafa;
|
background: #fafafa;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -246,7 +247,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background:#FCEEC1;
|
background: #FCEEC1;
|
||||||
color: $style_color;
|
color: $style_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -295,10 +296,10 @@
|
||||||
|
|
||||||
.label_commit {
|
.label_commit {
|
||||||
@include round-borders-all(4px);
|
@include round-borders-all(4px);
|
||||||
padding:2px 4px;
|
padding: 2px 4px;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background: #474D57;
|
background: #474D57;
|
||||||
color:#fff;
|
color: #fff;
|
||||||
font-family: $monospace;
|
font-family: $monospace;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.file-editor {
|
.file-editor {
|
||||||
#editor{
|
#editor{
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
@include border-radius(0);
|
||||||
height: 500px;
|
height: 500px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -4,24 +4,24 @@
|
||||||
*/
|
*/
|
||||||
.event_label {
|
.event_label {
|
||||||
&.pushed {
|
&.pushed {
|
||||||
padding:0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.opened {
|
&.opened {
|
||||||
padding:0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.closed {
|
&.closed {
|
||||||
padding:0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.merged {
|
&.merged {
|
||||||
padding:0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.left,
|
&.left,
|
||||||
&.joined {
|
&.joined {
|
||||||
padding:0 2px;
|
padding: 0 2px;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,21 +32,21 @@
|
||||||
*/
|
*/
|
||||||
.event-item {
|
.event-item {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
border-bottom:1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
.event-title {
|
.event-title {
|
||||||
color:#333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
.author_name {
|
.author_name {
|
||||||
color:#333;
|
color: #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.event-body {
|
.event-body {
|
||||||
p {
|
p {
|
||||||
color:#555;
|
color: #555;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
.event-info {
|
.event-info {
|
||||||
color:#666;
|
color: #666;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
|
@ -98,12 +98,12 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
.event_lp {
|
.event_lp {
|
||||||
color:#777;
|
color: #777;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
border-left: 5px solid #5AB9C3;
|
border-left: 5px solid #5AB9C3;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background:#f9f9f9;
|
background: #f9f9f9;
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
padding:0 10px;
|
padding: 0 10px;
|
||||||
border-bottom: 1px solid #bbb;
|
border-bottom: 1px solid #bbb;
|
||||||
@include bg-gray-gradient;
|
@include bg-gray-gradient;
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,7 +92,7 @@ header {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@include border-radius(3px);
|
@include border-radius(3px);
|
||||||
border:1px solid #c6c6c6;
|
border: 1px solid #c6c6c6;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
&:focus {
|
&:focus {
|
||||||
@extend .span3;
|
@extend .span3;
|
||||||
|
@ -132,7 +132,7 @@ header {
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
float: right;
|
float: right;
|
||||||
border-radius: 5px;
|
@include border-radius(5px);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
|
||||||
|
@ -149,7 +149,7 @@ header {
|
||||||
display: block; } }
|
display: block; } }
|
||||||
|
|
||||||
.account-links {
|
.account-links {
|
||||||
border-radius: 5px;
|
@include border-radius(5px);
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
||||||
position: relative;
|
position: relative;
|
||||||
&:before {
|
&:before {
|
||||||
|
@ -184,7 +184,7 @@ header {
|
||||||
border-bottom: 1px solid #666;
|
border-bottom: 1px solid #666;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
&:hover {
|
&:hover {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
background: #333;
|
background: #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -197,20 +197,13 @@ header {
|
||||||
|
|
||||||
.account-links a {
|
.account-links a {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
-webkit-border-top-left-radius: 5px;
|
@include border-radius(5px 5px 0 0);
|
||||||
-webkit-border-top-right-radius: 5px;
|
}
|
||||||
-moz-border-radius-topleft: 5px;
|
|
||||||
-moz-border-radius-topright: 5px;
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-top-right-radius: 5px; }
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
-webkit-border-bottom-right-radius: 5px;
|
@include border-radius(0 0 5px 5px);
|
||||||
-webkit-border-bottom-left-radius: 5px;
|
border-bottom: 0;
|
||||||
-moz-border-radius-bottomright: 5px;
|
}
|
||||||
-moz-border-radius-bottomleft: 5px;
|
}
|
||||||
border-bottom-right-radius: 5px;
|
|
||||||
border-bottom-left-radius: 5px;
|
|
||||||
border-bottom: 0; } }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -248,13 +241,13 @@ header {
|
||||||
a {
|
a {
|
||||||
h1 {
|
h1 {
|
||||||
background: url('logo_white.png') no-repeat 0px 2px;
|
background: url('logo_white.png') no-repeat 0px 2px;
|
||||||
color:#fff;
|
color: #fff;
|
||||||
text-shadow: 0 1px 1px #111;
|
text-shadow: 0 1px 1px #111;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.project_name {
|
.project_name {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
text-shadow: 0 1px 1px #111;
|
text-shadow: 0 1px 1px #111;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
.issues_table {
|
.issues_table {
|
||||||
.issue {
|
.issue {
|
||||||
padding:7px 10px;
|
padding: 7px 10px;
|
||||||
|
|
||||||
.issue_check {
|
.issue_check {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -141,6 +141,6 @@ input.check_all_issues {
|
||||||
.ui-datepicker-header {
|
.ui-datepicker-header {
|
||||||
@include solid_shade;
|
@include solid_shade;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border:1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
/* Login Page */
|
/* Login Page */
|
||||||
body.login-page{
|
body.login-page{
|
||||||
padding-top: 10%;
|
padding-top: 10%;
|
||||||
background:#f1f1f1;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-box{
|
.login-box{
|
||||||
width: 304px;
|
width: 304px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 5px;
|
@include border-radius(5px);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: white;
|
background: white;
|
||||||
|
@ -18,25 +18,15 @@ body.login-page{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-box input.text{background-color: #f1f1f1; font-size: 16px; border-radius: 0; padding: 14px 10px; width: 280px}
|
.login-box input.text{background-color: #f1f1f1; font-size: 16px; @include border-radius(0); padding: 14px 10px; width: 280px}
|
||||||
|
|
||||||
.login-box input.text.top{
|
.login-box input.text.top{
|
||||||
-webkit-border-top-left-radius: 5px;
|
@include border-radius(5px 5px 0 0);
|
||||||
-webkit-border-top-right-radius: 5px;
|
|
||||||
-moz-border-radius-topleft: 5px;
|
|
||||||
-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{
|
.login-box input.text.bottom{
|
||||||
-webkit-border-bottom-right-radius: 5px;
|
@include border-radius(0 0 5px 5px);
|
||||||
-webkit-border-bottom-left-radius: 5px;
|
|
||||||
-moz-border-radius-bottomright: 5px;
|
|
||||||
-moz-border-radius-bottomleft: 5px;
|
|
||||||
border-bottom-right-radius: 5px;
|
|
||||||
border-bottom-left-radius: 5px;
|
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
background:#f1f1f1;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,6 @@
|
||||||
border: 1px solid #ADA;
|
border: 1px solid #ADA;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@include border-radius(5px);
|
@include border-radius(5px);
|
||||||
border-radius: 5px;
|
|
||||||
background: #CEB;
|
background: #CEB;
|
||||||
|
|
||||||
.accept_merge_request {
|
.accept_merge_request {
|
||||||
|
@ -47,7 +46,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
color:#444;
|
color: #444;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,14 +60,14 @@
|
||||||
li {
|
li {
|
||||||
a {
|
a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding:8px 20px;
|
padding: 8px 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li.merge_request {
|
li.merge_request {
|
||||||
padding:7px 10px;
|
padding: 7px 10px;
|
||||||
img.avatar {
|
img.avatar {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
@ -86,11 +85,11 @@ li.merge_request {
|
||||||
|
|
||||||
.label_branch {
|
.label_branch {
|
||||||
@include round-borders-all(4px);
|
@include round-borders-all(4px);
|
||||||
padding:2px 4px;
|
padding: 2px 4px;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background: #474D57;
|
background: #474D57;
|
||||||
color:#fff;
|
color: #fff;
|
||||||
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -103,7 +102,7 @@ li.merge_request {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
.avatar { position:relative }
|
.avatar { position:relative }
|
||||||
.row_title {
|
.row_title {
|
||||||
color:#444;
|
color: #444;
|
||||||
}
|
}
|
||||||
.commit-author-name,
|
.commit-author-name,
|
||||||
.dash,
|
.dash,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
ul.main_menu {
|
ul.main_menu {
|
||||||
border-radius: 4px;
|
@include border-radius(4px);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
|
@ -26,8 +26,7 @@ ul.main_menu {
|
||||||
color: #777;
|
color: #777;
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
border-top: 1px solid #CCC;
|
border-top: 1px solid #CCC;
|
||||||
border-radius: 8px;
|
@include border-radius(8px);
|
||||||
-moz-border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
.label {
|
.label {
|
||||||
background: $hover;
|
background: $hover;
|
||||||
|
@ -41,23 +40,18 @@ ul.main_menu {
|
||||||
width: 1%;
|
width: 1%;
|
||||||
border-right: 1px solid #DDD;
|
border-right: 1px solid #DDD;
|
||||||
border-left: 1px solid #EEE;
|
border-left: 1px solid #EEE;
|
||||||
border-bottom:2px solid #CFCFCF;
|
border-bottom: 2px solid #CFCFCF;
|
||||||
|
|
||||||
&:first-child{
|
&:first-child{
|
||||||
-webkit-border-top-left-radius: 4px;
|
@include border-radius(5px 0 0 5px);
|
||||||
-webkit-border-bottom-left-radius: 4px;
|
|
||||||
-moz-border-radius-topleft: 4px;
|
|
||||||
-moz-border-radius-bottomleft: 4px;
|
|
||||||
border-top-left-radius: 4px;
|
|
||||||
border-bottom-left-radius: 4px;
|
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color:#D5D5D5;
|
background-color: #D5D5D5;
|
||||||
border-right: 1px solid #BBB;
|
border-right: 1px solid #BBB;
|
||||||
border-left: 1px solid #BBB;
|
border-left: 1px solid #BBB;
|
||||||
border-radius: 0 0 1px 1px;
|
@include border-radius(0 0 1px 1px);
|
||||||
&:first-child{
|
&:first-child{
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
@ -83,8 +77,8 @@ ul.main_menu {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
color: $style_color;
|
color: $style_color;
|
||||||
text-shadow:0 1px 1px white;
|
text-shadow: 0 1px 1px white;
|
||||||
padding:0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
background:#f5f5f5;
|
background: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
|
@ -94,15 +94,15 @@ p.notify_controls span{
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.line_notes_row {
|
tr.line_notes_row {
|
||||||
border-bottom:1px solid #DDD;
|
border-bottom: 1px solid #DDD;
|
||||||
border-left: 7px solid #2A79A3;
|
border-left: 7px solid #2A79A3;
|
||||||
|
|
||||||
&.reply {
|
&.reply {
|
||||||
background:#eee;
|
background: #eee;
|
||||||
border-left: 7px solid #2A79A3;
|
border-left: 7px solid #2A79A3;
|
||||||
border-top:1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
td {
|
td {
|
||||||
padding:7px 10px;
|
padding: 7px 10px;
|
||||||
}
|
}
|
||||||
a.line_note_reply_link {
|
a.line_note_reply_link {
|
||||||
@include round-borders-all(4px);
|
@include round-borders-all(4px);
|
||||||
|
@ -125,11 +125,11 @@ tr.line_notes_row {
|
||||||
.line_notes_row, .per_line_form { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
.line_notes_row, .per_line_form { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
||||||
|
|
||||||
.per_line_form {
|
.per_line_form {
|
||||||
background:#f5f5f5;
|
background: #f5f5f5;
|
||||||
border-top:1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
form { margin: 0; }
|
form { margin: 0; }
|
||||||
td {
|
td {
|
||||||
border-bottom:1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
.note_actions {
|
.note_actions {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
img {
|
img {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background:#fff;
|
background: #fff;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
.project_name {
|
.project_name {
|
||||||
color:#4fa2bd;
|
color: #4fa2bd;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
span, strong {
|
span, strong {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color:#666;
|
color: #666;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -63,10 +63,10 @@
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
color:#888;
|
color: #888;
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
padding:6px 10px;
|
padding: 6px 10px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
td {
|
td {
|
||||||
background: $hover;
|
background: $hover;
|
||||||
border-top:1px solid #ADF;
|
border-top: 1px solid #ADF;
|
||||||
border-bottom:1px solid #ADF;
|
border-bottom: 1px solid #ADF;
|
||||||
}
|
}
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
background:#fafafa;
|
background: #fafafa;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
.tree-btn-group {
|
.tree-btn-group {
|
||||||
.btn {
|
.btn {
|
||||||
margin-right:-3px;
|
margin-right:-3px;
|
||||||
padding:2px 10px;
|
padding: 2px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
a {
|
a {
|
||||||
h1 {
|
h1 {
|
||||||
background: url('logo_white.png') no-repeat 0px 2px;
|
background: url('logo_white.png') no-repeat 0px 2px;
|
||||||
color:#eee;
|
color: #eee;
|
||||||
text-shadow: 0 1px 1px #111;
|
text-shadow: 0 1px 1px #111;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
.project_name {
|
.project_name {
|
||||||
color:#eee;
|
color: #eee;
|
||||||
text-shadow: 0 1px 1px #111;
|
text-shadow: 0 1px 1px #111;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue