Skip to content

Commit

Permalink
Merge pull request #2031 from sg00dwin/misc-dev
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed May 6, 2015
2 parents a44dbf5 + fb90e48 commit 3161acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/app/styles/_core.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ html, body {
background-color: rgba(204, 204, 204, 0.15);
border-radius: @border-radius-sm;
box-shadow: @osc-object-box-shadow;
cursor: pointer;
margin-bottom: 20px;
margin-top: 10px;
padding: 5px 0 5px 10px;
Expand Down
3 changes: 2 additions & 1 deletion pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -10476,6 +10476,7 @@ body {
background-color: rgba(204, 204, 204, 0.15);
border-radius: 3px;
box-shadow: 0 0 0 1px #e0e0e0;
cursor: pointer;
margin-bottom: 20px;
margin-top: 10px;
padding: 5px 0 5px 10px;
Expand Down Expand Up @@ -62274,7 +62275,7 @@ body,html{height:100%}
.project-overview-page .tile .builds .build{border-radius:5px;padding:5px;position:relative;margin:10px 0;text-align:left}
.project-overview-page .tile .builds .build:first-child{margin-top:0}
.project-overview-page .tile .builds .build:after{background-color:#e0e0e0;bottom:-5px;content:"";display:block;height:1px;left:0;right:0;position:absolute}
.project-overview-page .tile h2.service{background-color:rgba(204,204,204,.15);border-radius:3px;box-shadow:0 0 0 1px #e0e0e0;margin-bottom:20px;margin-top:10px;padding:5px 0 5px 10px;position:relative}
.project-overview-page .tile h2.service{background-color:rgba(204,204,204,.15);border-radius:3px;box-shadow:0 0 0 1px #e0e0e0;cursor:pointer;margin-bottom:20px;margin-top:10px;padding:5px 0 5px 10px;position:relative}
.project-overview-page .tile h2.service:after{display:block;content:'';height:20px;position:absolute;background-color:#e0e0e0;width:1px;left:50.25%;bottom:-20px}
.create-from-image .template-name,.create-from-template .template-name{text-align:right}
.create-from-image .template-name span.fa,.create-from-template .template-name span.fa{font-size:40px}
Expand Down

0 comments on commit 3161acb

Please sign in to comment.