Skip to content

Commit 065cf8b

Browse files
author
Alvin
committed
style changes - semantic ui
1 parent 062aafa commit 065cf8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/themes/semantic_ui.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ JSONEditor.defaults.themes.semantic_ui = JSONEditor.AbstractTheme.extend({
5656
getIndentedPanel: function() {
5757
var el = document.createElement('div');
5858
el.className = 'ui form ui basic segment';
59+
el.style.position = '';
5960
//el.style.paddingBottom = 0;
6061
return el;
6162
},
@@ -108,11 +109,11 @@ JSONEditor.defaults.themes.semantic_ui = JSONEditor.AbstractTheme.extend({
108109
},
109110
getTabHolder: function() {
110111
var el = document.createElement('div');
111-
el.className = 'ui tabbed-array grid';
112+
el.className = 'ui tabbed-array grid ui segment';
112113
//el.style.borderTop = "2px solid #ddd";
113114
//el.style.marginTop = "10px!important";
114115
el.style.clear = "both";
115-
el.innerHTML = "<div class='three wide column ui small vertical secondary pointing menu'></div><div class='rows thirteen wide stretched column'></div>";
116+
el.innerHTML = "<div class='three wide column ui small vertical tabular menu'></div><div style='padding:0' class='rows thirteen wide stretched column'></div>";
116117
return el;
117118
},
118119
getTab: function(text) {

0 commit comments

Comments
 (0)