Skip to content

Commit 2b511cb

Browse files
committed
Merge pull request #81 from ccnmtl/onomy
Onomy.org Taxonomy Import
2 parents 70fb4e0 + e4dece4 commit 2b511cb

File tree

15 files changed

+608
-104
lines changed

15 files changed

+608
-104
lines changed

media/css/mediathread.css

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4017,6 +4017,14 @@ div#asset-view-details {
40174017
height: 100%;
40184018
}
40194019

4020+
form#edit-global-annotation-form {
4021+
overflow-y: auto;
4022+
overflow-x: hidden;
4023+
margin-right: -10px;
4024+
padding-right: 20px;
4025+
padding-bottom: 10px;
4026+
}
4027+
40204028
form#edit-annotation-form {
40214029
overflow-y: auto;
40224030
overflow-x: hidden;
@@ -4518,7 +4526,7 @@ div#taxonomy input[type="text"] {
45184526
display: inline-block;
45194527
height: 20px;
45204528
padding: 4px 6px;
4521-
margin: 5px 0 5px 5px;
4529+
margin: 5px 0 15px 5px;
45224530
font-size: 14px;
45234531
line-height: 20px;
45244532
color: #555555;
@@ -4537,6 +4545,10 @@ div#taxonomy input[type="text"].name {
45374545
width: 60%;
45384546
}
45394547

4548+
div#taxonomy input[name='onomy_url'] {
4549+
width: 87%;
4550+
}
4551+
45404552
div#taxonomy a.icon-link {
45414553
float: right;
45424554
margin: .5em 0;
@@ -4636,6 +4648,24 @@ div#taxonomy .ui-tabs-vertical .ui-tabs-panel {
46364648
width: 65%;
46374649
}
46384650

4651+
div#taxonomy .btn-primary.onomy {
4652+
font-size: .65em;
4653+
float: right;
4654+
margin-right: 5px;
4655+
}
4656+
4657+
div#taxonomy .btn-primary.onomy img {
4658+
vertical-align: middle;
4659+
}
4660+
4661+
div#taxonomy .vocabulary-import {
4662+
margin: 0 -1px .4em 0;
4663+
outline: 0;
4664+
padding: 10px 20px;
4665+
background-color: #ededed;
4666+
border-radius: 5px;
4667+
}
4668+
46394669
div#taxonomy div.vocabulary-display a.create-vocabulary-open {
46404670
width: 94%;
46414671
height: 24px;
@@ -4651,6 +4681,8 @@ div#taxonomy div.term-container a.edit-term-close,
46514681
div#taxonomy div.term-container a.edit-term-submit,
46524682
div#taxonomy div.vocabulary-edit a.edit-vocabulary-close,
46534683
div#taxonomy div.vocabulary-edit a.edit-vocabulary-submit,
4684+
div#taxonomy div.vocabulary-import a.import-vocabulary-close,
4685+
div#taxonomy div.vocabulary-import a.import-vocabulary-submit,
46544686
div#taxonomy div.vocabulary-create a.create-vocabulary-close,
46554687
div#taxonomy div.vocabulary-create a.create-vocabulary-submit {
46564688
float: right;
@@ -4662,6 +4694,7 @@ div#taxonomy div.vocabulary-create a.create-vocabulary-submit {
46624694

46634695
div#taxonomy div.term-container a.edit-term-close,
46644696
div#taxonomy div.vocabulary-edit a.edit-vocabulary-close,
4697+
div#taxonomy div.vocabulary-import a.import-vocabulary-close,
46654698
div#taxonomy div.vocabulary-create a.create-vocabulary-close {
46664699
margin: 0 5px 0 5px;
46674700
}
@@ -4687,6 +4720,24 @@ div#taxonomy div.terms a.create-term-submit {
46874720
padding: 4px;
46884721
}
46894722

4723+
div#taxonomy div.terms a.refresh-button-submit {
4724+
padding: 5px 0 5px 5px;
4725+
float: right;
4726+
}
4727+
4728+
div#taxonomy div.onomy a.onomy-terms-submit img {
4729+
padding: 0;
4730+
}
4731+
4732+
div#taxonomy div.onomy a.refresh-button-submit img {
4733+
padding: 0;
4734+
}
4735+
4736+
div#taxonomy div.onomy a.onomy-terms-submit {
4737+
margin: 0 0 0 5px;
4738+
padding: 4px;
4739+
}
4740+
46904741
div#taxonomy div.terms a.create-term-submit img {
46914742
padding: 0;
46924743
}
@@ -4703,7 +4754,6 @@ div#taxonomy div.term-container {
47034754
border-radius: 4px;
47044755
-moz-border-radius: 4px;
47054756
-webkit-border-radius: 4px;
4706-
width: 73%;
47074757
margin: 5px 0 5px 5px;
47084758
}
47094759

media/img/icons/refreshIcon.gif

630 Bytes
Loading

media/img/onomy_logo.png

1.24 KB
Loading

media/js/app/assetmgr/assetpanel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ AssetPanelHandler.prototype.resize = function () {
245245
jQuery(self.el).find('.ui-tabs-panel').css('height', (visible - 10) + "px");
246246

247247
jQuery(self.el).find('form#edit-annotation-form').css('height', (visible - 56) + "px");
248+
jQuery(self.el).find('form#edit-global-annotation-form').css('height', (visible - 66) + "px");
248249

249250
visible -= jQuery("div#asset-global-annotation").outerHeight();
250251
jQuery(self.el).find('div#annotations-organized').css('height', (visible - 5) + "px");

0 commit comments

Comments
 (0)