Skip to content
Snippets Groups Projects
Commit e0fe17ee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

cleaning & image resize

parent 21b31a67
No related branches found
No related tags found
No related merge requests found
app/assets/images/Gear-UI.PNG

1.3 KiB | W: 64px | H: 64px

app/assets/images/Gear-UI.PNG

1019 B | W: 26px | H: 26px

app/assets/images/Gear-UI.PNG
app/assets/images/Gear-UI.PNG
app/assets/images/Gear-UI.PNG
app/assets/images/Gear-UI.PNG
  • 2-up
  • Swipe
  • Onion skin
app/assets/images/Home-UI.PNG

891 B | W: 64px | H: 64px

app/assets/images/Home-UI.PNG

890 B | W: 26px | H: 26px

app/assets/images/Home-UI.PNG
app/assets/images/Home-UI.PNG
app/assets/images/Home-UI.PNG
app/assets/images/Home-UI.PNG
  • 2-up
  • Swipe
  • Onion skin
app/assets/images/blueprint_notice.png

4.42 KiB

app/assets/images/git.png

21.1 KiB

app/assets/images/home.png

271 B

Loading
Loading
@@ -561,14 +561,10 @@ h4.middle-panel {
margin:0px;
font-size: 12px;
 
border-radius: 0px;
-moz-border-radius: 0px;
margin-right:10px;
border-radius: 4px;
-moz-border-radius: 4px;
 
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
 
color: #666;
border: 1px solid #AAA;
Loading
Loading
@@ -595,16 +591,16 @@ h4.middle-panel {
 
.chzn-single {
background:white;
-moz-border-radius: 0;
border-radius: 0;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 
div {
background:white;
}
span {
font-weight: normal;
}
}
}
 
Loading
Loading
Loading
Loading
@@ -565,7 +565,7 @@ input.search-input{
background-color: #FFF;
padding: 5px;
padding-left: 26px;
margin-top: 4px;
margin-top: 2px;
margin-right: 10px;
}
/*input.search-input:focus{ background-color: white; width: 216px;}*/
Loading
Loading
@@ -637,18 +637,19 @@ body.project-page .project-sidebar aside{width: 109px}
body.project-page .project-sidebar aside a{
display: block;
position: relative;
background: #FFF;
//background: #FFF;
padding: 15px 10px;
border: 1px solid #ccc;
//border: 1px solid #ccc;
margin: 10px 20px 0 0;
border-radius:5px;
//border-radius:5px;
}
body.project-page .project-sidebar aside a:hover{background-color: #FFFFFF;}
//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;
}
body.project-page .project-content{ padding: 20px; display: block; margin-left: 130px; min-height: 600px}
body.project-page .project-content h2{ margin-top: 6px}
Loading
Loading
Loading
Loading
@@ -74,7 +74,9 @@ class Repository
end
 
def repo_exists?
repo rescue false
repo && !repo.branches.empty?
rescue
false
end
 
def tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment