forked from LiveCarta/PayPal-PHP-SDK
Cosmetic Changes to Sample UI
- Few more Patch Fixes on UI
This commit is contained in:
@@ -115,8 +115,13 @@ if (PHP_SAPI == 'cli') {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.img-div {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
margin-left: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
top: 80px;
|
top: 80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -177,8 +182,8 @@ if (PHP_SAPI == 'cli') {
|
|||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3 pull-left">
|
<div class="col-md-3 pull-left img-div">
|
||||||
<img src="https://www.paypalobjects.com/webstatic/developer/logo2_paypal_developer_2x.png" class="logo" width="300"/>
|
<img src="https://www.paypalobjects.com/webstatic/developer/logo2_paypal_developer_2x.png" class="logo img-responsive"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 pull-right">
|
<div class="col-md-9 pull-right">
|
||||||
<h2>// REST API Samples</h2>
|
<h2>// REST API Samples</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user