| ... | @@ -333,15 +333,6 @@ body.login-page{background-color: #f1f1f1; padding-top: 10%} |
... | @@ -333,15 +333,6 @@ body.login-page{background-color: #f1f1f1; padding-top: 10%} |
|
|
}
|
|
}
|
|
|
/* eo InfoBlock */
|
|
/* eo InfoBlock */
|
|
|
|
|
|
|
|
/* General */
|
|
|
|
|
#container{background-color: white; overflow: hidden; }
|
|
|
|
|
body.collapsed #container{
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top:51px;
|
|
|
|
|
width: 980px;
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Header */
|
|
/* Header */
|
|
|
header{
|
|
header{
|
|
|
background: #474D57 url('bg-header.png') repeat-x bottom;
|
|
background: #474D57 url('bg-header.png') repeat-x bottom;
|
| ... | @@ -600,139 +591,12 @@ html, body { height: 100%; } |
... | @@ -600,139 +591,12 @@ html, body { height: 100%; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body.dashboard-page h2.icon span{ background-position: 9px -69px; }
|
|
|
|
|
body.dashboard-page header{margin-bottom: 0}
|
|
|
|
|
body.dashboard-page .news-feed{margin-left: 290px; min-height: 600px; margin-top: 20px; margin-right:2px;}
|
|
|
|
|
body.dashboard-page .dashboard-content{ position: relative; float: left; width: 100%; height: 100%; }
|
|
|
|
|
body.dashboard-page .news-feed h2{float: left;}
|
|
|
|
|
body.dashboard-page aside{ min-height: 820px; position: relative; top: 0; bottom: 0; right: 0; width: 260px; float: left; border-right: 1px solid #ccc }
|
|
|
|
|
body.dashboard-page aside h4{margin: 0; border-bottom: 1px solid #ccc; padding: 20px 20px 20px 0px; font-size: 11px; font-weight: bold; text-transform: uppercase;}
|
|
|
|
|
body.dashboard-page aside h4 a.button-small{float: right; text-transform: none; border-radius: 4px; margin-right: 2%; margin-top: -4px; display: block;}
|
|
|
|
|
body.dashboard-page aside .project-list {list-style: none; margin: 0; padding: 0;}
|
|
|
|
|
body.dashboard-page aside .project-list li a {background: white; color: #{$blue_link}; display: block; border-bottom: 1px solid #eee; padding: 14px 6% 14px 0px;}
|
|
|
|
|
//body.dashboard-page aside .project-list li a:hover {background: #f1f1f1}
|
|
|
|
|
//body.dashboard-page aside .project-list li a:hover span.arrow{background-color: #E3E5EA;}
|
|
|
|
|
body.dashboard-page aside .project-list li a span.project-name{font-size: 14px; display: block; margin-bottom: 8px}
|
|
|
|
|
body.dashboard-page aside .project-list li a span.time{color: #666; font-weight: normal; font-size: 11px}
|
|
|
|
|
body.dashboard-page aside .project-list li a span.arrow{float: right; background: #E3E5EA; padding: 10px; border-radius: 5px; margin-top: 2px; text-shadow: none; color: #999}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates {margin-bottom: 20px; display: block; width: 100%;}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates .data{ padding: 0}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates a.project-update {padding: 10px; overflow: hidden; display: block;}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates a.project-update:last-child{border-bottom: 0}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates a.project-update img{float: left; margin-right: 10px;}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates a.project-update span.update-title, .dashboard-page .news-feed .project-updates li a span.update-author{display: block;}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates a.project-update span.update-title{margin-bottom: 10px}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates a.project-update span.update-author{color: #999; font-weight: normal; font-style: italic;}
|
|
|
|
|
body.dashboard-page .news-feed .project-updates a.project-update span.update-author strong{font-weight: bold; font-style: normal;}
|
|
|
|
|
/* eo Dashboard Page */
|
|
|
|
|
|
|
|
|
|
.grey-button.right{margin-top: 20px}
|
|
.grey-button.right{margin-top: 20px}
|
|
|
|
|
|
|
|
/* Project Page */
|
|
/* Project Page */
|
|
|
|
|
|
|
|
body.project-page h2.icon .project-name, body.project-page h2.icon d{border: 1px solid #eee; padding: 5px 30px 5px 10px; border-radius: 5px; position: relative;}
|
|
|
|
|
body.project-page h2.icon .project-name i.arrow{float: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
top: 13px;
|
|
|
|
|
display: block;
|
|
|
|
|
background: url('images.png') no-repeat -97px -29px;
|
|
|
|
|
width: 4px;
|
|
|
|
|
height: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.project-page h2.icon span{ background-position: -78px -68px; }
|
|
|
|
|
body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; padding-bottom: 10px;}
|
|
|
|
|
body.project-page .page-title{margin-bottom: 0}
|
|
|
|
|
body.project-page .project-sidebar {width: 110px; left: 0; top: 0; height: 100%; bottom: 0; position: absolute; float: left; display: inline-block; background: #FFF; padding: 20px 0 20px 0; margin: 0; border-right: 1px solid #ddd; }
|
|
|
|
|
|
|
|
|
|
body.projects-page input.text.git-url { font-size: 12px; border-radius: 5px; color: #666; box-shadow: 0 1px 2px rgba(0,0,0,.2) inset; padding: 8px 0 8px 30px; margin-bottom: 20px; background: white url('images.png') no-repeat 8px -40px; width: 136px}
|
|
|
|
|
body.projects-page input.text.git-url {margin:10px 0 0 }
|
|
|
|
|
.git_url_wrapper { margin-right:50px }
|
|
|
|
|
|
|
|
|
|
.projects_selector:hover > .project-box{ -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, .1); -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, .1); box-shadow:0px 0px 10px rgba(0, 0, 0, .1); }
|
|
|
|
|
|
|
|
|
|
body.project-page .project-sidebar aside{width: 109px}
|
|
|
|
|
body.project-page .project-sidebar aside a{
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
//background: #FFF;
|
|
|
|
|
padding: 15px 10px;
|
|
|
|
|
//border: 1px solid #ccc;
|
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
|
//border-radius:5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
//body.project-page .project-sidebar aside a:hover{background-color: #FFFFFF;}
|
|
|
|
|
body.project-page .project-sidebar aside a span.number{float: right; border-radius: 5px; text-shadow: none; background: rgba(0,0,0,.12); text-align: center; padding: 5px 8px; position: absolute; top: 10px; right: 10px}
|
|
|
|
|
body.project-page .project-sidebar aside a.current {
|
|
|
|
|
color: white;
|
|
|
|
|
background: #79C3E0;
|
|
|
|
|
border: 1px solid #2FA0BB;
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-webkit-border-top-right-radius: 0;
|
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
|
-moz-border-radius-topright: 0px;
|
|
|
|
|
-moz-border-radius-bottomright: 0px;
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
}
|
|
|
|
|
body.project-page .project-content{ padding: 20px; display: block; margin-left: 110px; min-height: 600px}
|
|
|
|
|
body.project-page .project-content h2{ margin-top: 6px}
|
|
|
|
|
body.project-page .project-content .button.right{margin-left: 20px}
|
|
|
|
|
body.project-page table .commit a{color: #{$blue_link}}
|
|
|
|
|
body.project-page table th, body.project-page table td{ border-bottom: 1px solid #DEE2E3;}
|
|
|
|
|
body.project-page .fixed{position: fixed; }
|
|
|
|
|
|
|
|
|
|
/* New project Page */
|
|
|
|
|
.new-project-page .container table{background: white}
|
|
|
|
|
/* eo New Project Page */
|
|
/* eo New Project Page */
|
|
|
|
|
|
|
|
/* Commit Page */
|
|
|
|
|
body.project-page.commits-page .commit-info{float: right;}
|
|
|
|
|
body.project-page.commits-page .commit-info data{
|
|
|
|
|
padding: 4px 10px;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
}
|
|
|
|
|
body.project-page.commits-page .commit-info data.commit-button{
|
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 26, color-stop(0.192, #fff), to(#f4f4f4));
|
|
|
|
|
background-image: -webkit-linear-gradient(#fff 19.2%, #f4f4f4);
|
|
|
|
|
background-image: -moz-linear-gradient(#fff 19.2%, #f4f4f4);
|
|
|
|
|
background-image: -o-linear-gradient(#fff 19.2%, #f4f4f4);
|
|
|
|
|
box-shadow: 0 -1px 0 white inset;
|
|
|
|
|
display: block;
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.project-page.commits-page .commit-button i{
|
|
|
|
|
background: url('images.png') no-repeat -138px -27px;
|
|
|
|
|
width: 6px;
|
|
|
|
|
height: 9px;
|
|
|
|
|
float: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 6px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
}
|
|
|
|
|
body.project-page.commits-page .commits-date {display: block; width: 100%; margin-bottom: 20px}
|
|
|
|
|
body.project-page.commits-page .commits-date .data {padding: 0}
|
|
|
|
|
body.project-page.commits-page a.commit{padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
|
|
|
|
|
body.project-page.commits-page .commits-date a.commit {padding: 10px; border-bottom: none; overflow: hidden; display: block;}
|
|
|
|
|
body.project-page.commits-page .commits-date a.commit:last-child{border-bottom: 0}
|
|
|
|
|
body.project-page.commits-page .commits-date a.commit img{float: left; margin-right: 10px;}
|
|
|
|
|
body.project-page.commits-page .commits-date a.commit span.commit-title{display: block;}
|
|
|
|
|
body.project-page.commits-page .commits-date a.commit span.commit-title{margin-bottom: 10px}
|
|
|
|
|
body.project-page.commits-page .commits-date a.commit span.commit-author{color: #999; font-weight: normal; font-style: italic;}
|
|
|
|
|
body.project-page.commits-page .commits-date a.commit span.commit-author strong{font-weight: bold; font-style: normal;}
|
|
|
|
|
|
|
|
|
|
/* eo Commit Page */
|
|
|
|
|
|
|
|
|
|
/* eo Project Page */
|
|
/* eo Project Page */
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |