Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Egw dev #636

Open
wants to merge 3 commits into
base: egw-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,29 @@ input.ep-field{
.btn-sequenceUpload{
min-width:155px;
}
.sidebar-wrapper .nav i{
margin-left: 0;
}
.sub-menu li a{
text-indent: 10px;
color: #666;
}
.sub-sub-menu li a{
font-size: 13px;
text-indent: 35px;
color: #999;
}

.sidebar-wrapper { z-index: 1000; position: absolute; left: -350px; width: 350px; height: 100%; overflow-y: auto; -webkit-transition: left 0.5s ease, right 0.5s ease; -o-transition: left 0.5s ease, right 0.5s ease; transition: left 0.5s ease, right 0.5s ease; }
.sidebar-nav ul :not(collapsed) .arrow:before, .sidebar-nav li :not(collapsed) .arrow:before { font-family: "font-wso2"; content: '\e684'; display: inline-block; vertical-align: middle; float: right; font-size: 10px; }
.sidebar-nav ul .collapsed .arrow:before, .sidebar-nav li .collapsed .arrow:before {font-family: "font-wso2";content: '\e685';display: inline-block;vertical-align: middle;float: right;}
.sidebar-nav .sub-menu ul :not(collapsed) .arrow:before,
.sidebar-nav .sub-menu li :not(collapsed) .arrow:before{
font-size: 6px;
}
.nav-pills.pages > li:last-child{
margin-bottom: 30px;
}

.document-match-icon {
position:center;
Expand Down Expand Up @@ -203,129 +226,43 @@ input.ep-field{
text-transform: capitalize;
}






/* =============================================================================
* Wso2.telco styles
* ============================================================================= */


.footer-main {
padding: 10px 0;
width: 100%;
z-index: -1;
min-height: 68px;
color: #9f9f9f;
border-top: solid 1px #ccc;
}


.powered-by-logo {
background: transparent url(../images/poweredBy.png) no-repeat scroll 0px 0px;
display: block;
width: 100px;
height: 40px;
cursor: pointer;
padding-right: 10px;
/* Styles for sequence download button. */
.btn-sequenceDownload:hover {
color: white; !important;
background-color: #5b5b5b !important;
}


.help-links {
border-left: solid 1px #fff;
padding-left: 10px !important;
/* height: 90px; */
.btn-sequenceDownload {
border: none;
color: white;
background-color: #888888;
}

.help-links li {
list-style-type: none;
}

/*.first-link{ border: none;} */

.share-pane a.facebook{
background:transparent url(../images/facebook_16.png) no-repeat left top;
display: block;
width: 16px;
margin-right: 3px;
height: 16px;
margin-bottom:6px;
}
.share-pane a.linkedin{
background:transparent url(../images/linkedin_16.png) no-repeat left top;
display: block;
width: 16px;
margin-right: 3px;
height: 16px;
margin-bottom:6px;
}
.share-pane a.twitter{
background:transparent url(../images/twitter_16.png) no-repeat left top;
display: block;
width: 16px;
margin-right: 3px;
height: 16px;
margin-bottom:6px;
}


.copyright_logo {
background: transparent url("../images/logo-inverse.svg") no-repeat scroll left bottom;
.subs-block-unblock-link {
display: inline-block;
height: 17px;
margin-bottom: 6px;
vertical-align: middle;
width: 65px;
}

.custom_hr {
margin-top: 7px;
margin-bottom: 7px;
border: 0;
border-top: 1px solid #F47B20;
}

.footer p{ margin: 0px !important;}

body.sticky-footer {
padding-bottom: 140px;
padding-left: 10px;
}

.btn-home {
background: transparent url("../images/home-btn-back.png") no-repeat scroll left top;
border: medium none;
color: #f7941e;
font-size: 18px;
height: 53px;
text-align: center;
text-shadow: none;
width: 182px;
}

p.intro_text {
margin-bottom: 10px;
margin-top: 10px;
text-align: justify;
.subs-block-unblock {
display: flex;
}

.title-section h2 {
border: medium none;
color: #666666;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 36px;
font-weight: 200;
line-height: 30px;
margin: 0 0 10px;
padding: 0 0 10px;
}

.content_underline{border-color: #ffffff; border-width: thin;}


.page-content-wrapper, .page-content-wrapper[data-container-behaviour=static] {
margin-bottom: 2%;
}

.hm-btn-container{ padding-left:0px !important;}
@font-face {
font-family: 'Glyphicons Halflings';

src: url('../libs/bootstrap_3.3.5/fonts/glyphicons-halflings-regular.eot');
src: url('../libs/bootstrap_3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../libs/bootstrap_3.3.5/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../libs/bootstrap_3.3.5/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../libs/bootstrap_3.3.5/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../libs/bootstrap_3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------*/
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ var loadLC = function () {
var initialY = 10;
// Center the graph
inner.attr("transform", "translate(" + [initialX, initialY] + ") scale(" + initialScale + ")");
zoom.translate([initialX, initialY]).scale(initialScale);
zoom.translate([initialX, initialY]).scale(initialScale).event(svg);
} else {
if (json.message == "AuthenticateError") {
jagg.showLogin();
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,72 +1,7 @@
<% jagg.template("footer", function(inputs, outputs, jagg) {

var user = jagg.getUser();
%>

<% jagg.template("footer", function(inputs, outputs, jagg) { %>
<footer class="footer">
<div class="container-fluid">


<div class="row-fluid">

<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 help-and-links">

<div class="col-xs-6 col-sm-6 col-md-2 col-lg-2 col-lg-offset-2 col-md-offset-2 footer-left-most">
<ul class="help-links first-link">
<li><h5><a href="https://apigate.com/en/company/who-we-are" target="_blank">About Us</a></h5></li>
</ul>
</div>


<div class="col-xs-6 col-sm-6 col-md-2 col-lg-2">
<ul class="help-links">
<%if (!user) { %>
<li><h5><a class="disabled" href="https://apigate.com/en/privacy-policy" target="_blank">Privacy Policy</a></h5></li>
<li><h5><a class="disabled" href="<%=jagg.getAbsoluteUrl("/site/pages/branding.jag?pageId=terms-conditions")%>" target="_blank">Terms and Conditions</a></h5></li>

<% } else { %>
<li><h5><a href="https://apigate.com/en/privacy-policy" target="_blank">Privacy Policy</a></h5></li>
<li><h5><a href="<%=jagg.getAbsoluteUrl("/site/pages/branding.jag?pageId=terms-conditions")%>" target="_blank">Terms and Conditions</a></h5></li>
<% }%>
</ul>
</div>

<div class="col-xs-6 col-sm-6 col-md-2 col-lg-2">
<ul class="help-links">
<li><h5><a href="https://apigate.com/en/contact" target="_blank">Contact Us</a></h5></li>
<li><h5><a href="<%=jagg.getAbsoluteUrl("/site/pages/branding.jag?pageId=support")%>" target="_blank">Support</a></h5></li>
</ul>
</div>
<div class="col-xs-6 col-sm-6 col-md-2 col-lg-2">
<ul class="help-links">
<li><h5>Social Networking</h5></li>
<li>
<h5>
<table class="share-pane">
<td><a class="facebook" target="_blank" rel="external nofollow" href="https://www.facebook.com/TeamApigate" title="Share with your friends on Facebook"></a></td>
<td><a class="twitter" target="_blank" rel="external nofollow" href="https://twitter.com/TeamApigate" title="Twitter"></a></td>
<td><a class="linkedin" target="_blank" rel="external nofollow" href="https://www.linkedin.com/company/apigateplatformandservices"></a></td>
</tr>
</table>
</h5>
</li>

</ul>
</div>

<div style="clear:both"></div>
<hr class="custom_hr" />

<p style="text-align: center"> &copy; <script>document.write(new Date().getFullYear());</script> <a title="WSO2.Telco" href="https://apigate.com/" target="_blank"><span class="copyright_logo"></span></a></p>

<!-- <a class="powered-by-logo pull-right" href="http://wso2telco.com" target="_blank"></a> -->

</div>

</div>
<p>WSO2 API Manager | &copy; <script>document.write(new Date().getFullYear());</script> <a href="http://wso2.com/" target="_blank" title="<%=i18n.localize('WSO2 copyright')%>"><i class="icon fw fw-wso2" title="<%=i18n.localize('WSO2 copyright')%>"></i> Inc</a>.</p>
</div>
</footer>
<% }); %>



Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $(document).ready(function(){
$('#'+thisID).buttonLoader('stop');
$( "body" ).trigger( "api_saved" );
if(!$("#hiddenGoToManage").val()){
$("#apiSaved").attr("style", "display: block ; position: fixed; height: 50px; width: 90% ; top: 20px; left: 5%; padding: 0px; list-style-type: none; z-index:999999999; text-align: center; padding-top : 15px");
$('#apiSaved').show();
}
setTimeout("hideMsg()", 3000);
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@
$('#sandboxTps').val(null);
}
thisID=$(this).attr('id');
$("#apiSaved").attr("style", "display: block ; position: fixed; height: 50px; width: 90% ; top: 20px; left: 5%; padding: 0px; list-style-type: none; z-index:999999999; text-align: center; padding-top : 15px");
$('#apiSaved').show();
setTimeout("hideMsg()", 3000);
});

Expand Down
Loading