Skip to content
This repository was archived by the owner on Apr 5, 2018. It is now read-only.

Commit 891c295

Browse files
committed
tabs now fill entire width
1 parent 64daa13 commit 891c295

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

app/styles/ds-style-fix.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.nav > li > a {
2323
display: block;
24-
padding:15px 0;
24+
padding:10px 0;
2525
}
2626

2727
span.nav-menu-usericon { display: none; }
@@ -186,7 +186,6 @@ ul.nav-tabs {
186186
background-color: #ffffff;
187187
li {
188188
border-right: solid 1px #cfd1d7;
189-
min-width: 150px;
190189
padding: 0 0;
191190
text-align: center;
192191
line-height: 1;

app/templates/containerdetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h3 class="pull-right">
163163
</div>
164164
<div class="row" ng-show="containerObj">
165165
<div class="ds-tabs" ng-class="editMode ? 'col-md-12' : 'col-md-9'">
166-
<uib-tabset >
166+
<uib-tabset justified="true">
167167
<uib-tab active="activeTabs[0]">
168168
<uib-tab-heading>Info</uib-tab-heading>
169169
<ul class="list-unstyled container-info">

app/templates/versionsgrid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
ng-click="clickSortColumn('valid')">
5555
</span>
5656
</th>
57-
<th uib-tooltip="A version is verified if it has been verified to work by a person/group." tooltip-append-to-body="true">
57+
<th uib-tooltip="A version is verified if it has been verified to work by a person/group" tooltip-append-to-body="true">
5858
<span>Verified</span>
5959
</th>
6060
<th uib-tooltip="View more information about the given version" tooltip-append-to-body="true">
@@ -76,7 +76,7 @@
7676
<div class="git-ref">
7777
<input class="radio-button-reference" ng-if="editMode && versionTag.name !== 'latest'" type="radio" name="defaultVersion"
7878
ng-model="$parent.containerObj.defaultVersion" ng-value="versionTag.reference" ng-click="updateDefaultVersion(versionTag.reference)"
79-
uib-tooltip="Set as default branch."/>
79+
uib-tooltip="Set as default branch"/>
8080
{{versionTag.reference ? versionTag.reference : 'n/a'}}
8181
</div>
8282
</td>

app/templates/workflowdetails.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,16 @@ <h3 class="pull-right">
142142
</div>
143143
<div class="row" ng-show="workflowObj">
144144
<div class="ds-tabs" ng-class="editMode ? 'col-md-12' : 'col-md-9'">
145-
<uib-tabset>
146-
<uib-tab active="activeTabs[0]" style="min-width: 144px !important;">
145+
<uib-tabset justified="true">
146+
<uib-tab active="activeTabs[0]">
147147
<uib-tab-heading>Info</uib-tab-heading>
148148
<ul class="list-unstyled container-info">
149149
<li>
150150
<strong uib-tooltip="Complete path of workflow, used as a unique identifier">Path</strong>:
151151
{{workflowObj.path}}
152152
</li>
153153
<li>
154-
<strong uib-tooltip="Git repository for the associated descriptors.">{{getRegistry(workflowObj.gitUrl)}}</strong>:
154+
<strong uib-tooltip="Git repository for the associated descriptors">{{getRegistry(workflowObj.gitUrl)}}</strong>:
155155
<a href="{{getRepoUrl(workflowObj.organization, workflowObj.repository, getRegistry(workflowObj.gitUrl))}}" target="_blank">
156156
{{getRepoUrl(workflowObj.organization, workflowObj.repository, getRegistry(workflowObj.gitUrl))}}
157157
</a>
@@ -229,12 +229,12 @@ <h3 class="pull-right">
229229
<li>
230230
<!-- when not in edit mode-->
231231
<div ng-show="!editMode">
232-
<Strong uib-tooltip="Type of descriptor language used.">Descriptor Type</Strong>:
232+
<Strong uib-tooltip="Type of descriptor language used">Descriptor Type</Strong>:
233233
{{workflowObj.descriptorType | lowercase}}
234234
</div>
235235
<!-- when in edit mode and Edit button for descriptor not clicked-->
236236
<div ng-show="editMode && showEditDescriptorType">
237-
<Strong uib-tooltip="Type of descriptor language used.">Descriptor Type</Strong>:
237+
<Strong uib-tooltip="Type of descriptor language used">Descriptor Type</Strong>:
238238
{{workflowObj.descriptorType | lowercase}}
239239
<button type="sbutton" id="editButton"
240240
class="btn btn-link push-right"
@@ -296,7 +296,7 @@ <h3 class="pull-right">
296296
<div disqus-comments class="comments" ng-if="!editMode"></div>
297297
</div>
298298
</uib-tab>
299-
<uib-tab active="activeTabs[1]" style="min-width: 144px !important;">
299+
<uib-tab active="activeTabs[1]">
300300
<uib-tab-heading>Labels</uib-tab-heading>
301301
<button type="sbutton"
302302
class="btn btn-link push-right"
@@ -348,15 +348,15 @@ <h3 class="pull-right">
348348
</div>
349349
</form>
350350
</uib-tab>
351-
<uib-tab active="activeTabs[2]" disable="!isWorkflowFull()" style="min-width: 145px !important;">
351+
<uib-tab active="activeTabs[2]" disable="!isWorkflowFull()">
352352
<uib-tab-heading>Versions</uib-tab-heading>
353353
<div workflow-versions-grid
354354
workflow-obj="workflowObj"
355355
edit-mode="editMode"
356356
set-error="setWorkflowDetailsError">
357357
</div>
358358
</uib-tab>
359-
<uib-tab active="activeTabs[3]" disable="!isWorkflowFull()" style="min-width: 145px !important;">
359+
<uib-tab active="activeTabs[3]" disable="!isWorkflowFull()">
360360
<uib-tab-heading ng-click="checkPage()">
361361
Files
362362
</uib-tab-heading>
@@ -367,14 +367,14 @@ <h3 class="pull-right">
367367
ng-if="workflowObj">
368368
</div>
369369
</uib-tab>
370-
<uib-tab active="activeTabs[4]" disable="!isWorkflowFull()" style="min-width: 145px !important;">
370+
<uib-tab active="activeTabs[4]" disable="!isWorkflowFull()">
371371
<uib-tab-heading ng-click="getTools()">Tools</uib-tab-heading>
372372
<div workflow-tools-grid
373373
ng-if="workflowObj"
374374
workflow-obj="workflowObj">
375375
</div>
376376
</uib-tab>
377-
<uib-tab active="activeTabs[5]" disable="!isWorkflowFull()" style="min-width: 145px !important;">
377+
<uib-tab active="activeTabs[5]" disable="!isWorkflowFull()">
378378
<uib-tab-heading ng-click="openDAG()">DAG</uib-tab-heading>
379379
<div workflow-dag-view
380380
ng-if="workflowObj"

app/templates/workflowversionsgrid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
ng-click="clickSortColumn('valid')">
4848
</span>
4949
</th>
50-
<th uib-tooltip="A version is verified if it has been verified to work by a person/group." tooltip-append-to-body="true">
50+
<th uib-tooltip="A version is verified if it has been verified to work by a person/group" tooltip-append-to-body="true">
5151
<span>Verified</span>
5252
</th>
5353
<th uib-tooltip="View more information about the given Git reference" tooltip-append-to-body="true">

0 commit comments

Comments
 (0)