Skip to content

Commit

Permalink
Merge pull request #801 from harsha89/master
Browse files Browse the repository at this point in the history
design api page style fixes
  • Loading branch information
harsha89 committed Jun 30, 2015
2 parents 6097fbd + 00fe9e1 commit 33b2527
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
}
#resource_url_pattern_refix {
font-weight: bold;
float: left;
font-size: 11px;
margin-left: 12px;
}
.multiselect-container{
top:35px;
Expand Down Expand Up @@ -153,7 +155,7 @@ label {
background-color: #1965b2;
}
.chk-lbe{width: 100px; float: left;}
.margin-left-chk{margin-left: 79px;}
.margin-left-chk{margin-left: 335px;}
#add_resource{float: left; margin-left: 15px;}
.resource_url_pattern{height: 35px; border: 1px solid #cccccc; }

Expand Down Expand Up @@ -279,3 +281,11 @@ button.btn-api-del {
background:url('../imgs/icons/ico-users.png') 0.8em 1em no-repeat;
}

.context-area {
display: table;
width: 100px;
height: 35px;
background: #b6bcbd;
padding-top: 11px;
}

Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<a href="#wsdlUpload" role="button" class="btn pull-right" data-toggle="modal" ><i class="icon-download-alt" ></i> {{t "Import"}} </a>
<legend>{{t "API Definition "}}</legend>
<div class="control-group api_wsdl">
<label class="control-label" for="wsdl">{{t "WSDL"}}:</label>
<label class="control-label custom-form-label col-lg-2" for="wsdl">{{t "WSDL"}}:</label>
<div class="controls">
<div class="input-append">
<input type="text" class="input-xlarge validInput" id="wsdl" name="wsdl" value="{{apiMetaData.wsdl}}" />
Expand All @@ -287,7 +287,7 @@
<a href="#wsdlUpload" role="button" class="btn pull-right" data-toggle="modal" ><i class="icon-download-alt" ></i> {{t "Import"}} </a>
<legend>{{t "API Definition "}}</legend>
<div class="control-group api_wsdl">
<label class="control-label" for="wsdl">{{t "WSDL"}}:</label>
<label class="control-label custom-form-label col-lg-2" for="wsdl">{{t "WSDL"}}:</label>
<div class="controls">
<div class="input-append">
<input type="text" class="input-xlarge validInput" id="wsdl" name="wsdl" value="{{api.wsdl}}" />
Expand All @@ -305,13 +305,13 @@
<legend>API Definition</legend>
<div class="resource_create">
<div class="control-group">
<label class="control-label" for="inputPassword">URL Pattern</label>
<label class="control-label custom-form-label col-lg-2" for="inputPassword">URL Pattern</label>
<div class="controls">
<div class="input-prepend">
{{#if api}}
<span class="add-on" id="resource_url_pattern_refix">{{api.context}}</span>
{{else}}
<span class="add-on" id="resource_url_pattern_refix">/{context}/{version}/</span>
<span class="context-area add-on" id="resource_url_pattern_refix">/{context}/{version}/</span>
{{/if}}
<input style="width:500px" id="resource_url_pattern" type="text" placeholder="Url Pattern Ex: path/to/resource" class="resource_url_pattern"/>
</div>
Expand All @@ -331,13 +331,13 @@
<legend>API Definition</legend>
<div class="resource_create">
<div class="control-group">
<label class="control-label" for="inputPassword">URL Pattern</label>
<label class="control-label custom-form-label col-lg-2" for="inputPassword">URL Pattern</label>
<div class="controls">
<div class="input-prepend">
{{#if api}}
<span class="add-on" id="resource_url_pattern_refix">{{api.context}}</span>
{{else}}
<span class="add-on" id="resource_url_pattern_refix">/{context}/{version}/</span>
<span class="context-area add-on" id="resource_url_pattern_refix">/{context}/{version}/</span>
{{/if}}
<input style="width:500px" id="resource_url_pattern" type="text" placeholder="Url Pattern Ex: path/to/resource" class="resource_url_pattern"/>
</div>
Expand Down

0 comments on commit 33b2527

Please sign in to comment.