mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-02 19:43:24 +08:00
merged stylesheet updates
This commit is contained in:
@@ -37,7 +37,14 @@
|
||||
<a href="#<%= resourceId %>" class="resourceName"><%= resourceName %></a>
|
||||
</li>
|
||||
<% } %>
|
||||
<li><a href="<%= documentation %>" target="_blank">Documentation</a></li>
|
||||
<li><a href="<%= documentation %>" target="_blank">
|
||||
<% if (resourceType) { %>
|
||||
<%= resourceType %> Resource
|
||||
<% } else { %>
|
||||
Documentation
|
||||
<% } %>
|
||||
|
||||
</a></li>
|
||||
</ul>
|
||||
<div class="pull-right">
|
||||
<button id="undo-btn" class="btn btn-warning"><i class="icon-exclamation-sign icon-white"></i> Undo <span class="action-label"></span></button>
|
||||
@@ -129,7 +136,7 @@
|
||||
<div id="property-list-empty" class="component-list-empty well">
|
||||
<h4>New collection</h4>
|
||||
<p>
|
||||
<i class="icon-white icon-arrow-left"></i>
|
||||
<i class="icon-arrow-left"></i>
|
||||
Build your collection with these properties.<br />
|
||||
<div class="placeholder">Drag one here to get started!</div>
|
||||
</p>
|
||||
@@ -205,7 +212,7 @@
|
||||
<h3 class="component-type-header">Resource Types</h3>
|
||||
<ul class="component-type-list">
|
||||
<% types.each(function(typeModel) { var type = typeModel.toJSON() %>
|
||||
<li class="component-type-item" data-cid="<%- typeModel.cid %>"><%- type.label %></li>
|
||||
<li class="component-type-item" data-cid="<%- typeModel.cid %>" title="<%= type.tooltip %>"><%- type.label %></li>
|
||||
<% }); %>
|
||||
</ul>
|
||||
</script>
|
||||
@@ -233,7 +240,7 @@
|
||||
<h3 class="component-type-header">Types</h3>
|
||||
<ul class="component-type-list">
|
||||
<% types.each(function(typeModel) { var type = typeModel.toJSON() %>
|
||||
<li class="component-type-item" data-cid="<%- typeModel.cid %>"><%- type.label %></li>
|
||||
<li class="component-type-item" data-cid="<%- typeModel.cid %>" title="<%= type.tooltip %>"><%- type.label %></li>
|
||||
<% }); %>
|
||||
</ul>
|
||||
</script>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
ace.define("ace/theme/vibrant_ink",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-vibrant-ink",b.cssText=".ace-vibrant-ink .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-vibrant-ink .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-vibrant-ink .ace_gutter { background: #e8e8e8; color: #333;}.ace-vibrant-ink .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-vibrant-ink .ace_scroller { background-color: #0F0F0F;}.ace-vibrant-ink .ace_text-layer { cursor: text; color: #FFFFFF;}.ace-vibrant-ink .ace_cursor { border-left: 2px solid #FFFFFF;}.ace-vibrant-ink .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FFFFFF;} .ace-vibrant-ink .ace_marker-layer .ace_selection { background: #6699CC;}.ace-vibrant-ink .ace_marker-layer .ace_step { background: rgb(198, 219, 174);}.ace-vibrant-ink .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404040;}.ace-vibrant-ink .ace_marker-layer .ace_active_line { background: #333333;}.ace-vibrant-ink .ace_marker-layer .ace_selected_word { border: 1px solid #6699CC;} .ace-vibrant-ink .ace_invisible { color: #404040;}.ace-vibrant-ink .ace_keyword { color:#FF6600;}.ace-vibrant-ink .ace_constant { color:#339999;}.ace-vibrant-ink .ace_constant.ace_numeric { color:#99CC99;}.ace-vibrant-ink .ace_invalid { color:#CCFF33;background-color:#000000;}.ace-vibrant-ink .ace_invalid.ace_deprecated { color:#CCFF33;background-color:#000000;}.ace-vibrant-ink .ace_fold { background-color: #FFCC00; border-color: #FFFFFF;}.ace-vibrant-ink .ace_support.ace_function { color:#FFCC00;}.ace-vibrant-ink .ace_string { color:#66FF00;}.ace-vibrant-ink .ace_string.ace_regexp { color:#44B4CC;}.ace-vibrant-ink .ace_comment { color:#9933CC;}.ace-vibrant-ink .ace_entity.ace_other.ace_attribute-name { font-style:italic;color:#99CC99;}.ace-vibrant-ink .ace_entity.ace_name.ace_function { color:#FFCC00;}.ace-vibrant-ink .ace_markup.ace_underline { text-decoration:underline;}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)});
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -707,7 +707,7 @@ p a{text-decoration:underline;}
|
||||
.ide-container .sidebar{position:absolute;top:0;bottom:0;width:210px;overflow-y:auto;}
|
||||
.ide-container .right-sidebar{position:absolute;top:0;bottom:0;width:210px;overflow-y:auto;width:250px;right:0;overflow-y:hidden;overflow-x:hidden;border:none;}
|
||||
.ide-container .component-type-sidebar .component-type-header:hover{background-image:none;}
|
||||
.ide-container .component-type-sidebar .component-type-list{margin:0;list-style:none;}.ide-container .component-type-sidebar .component-type-list li.component-type-item{width:auto;background:#fffff2;border:solid 1px #f0f0d3;background:#fffff7;}.ide-container .component-type-sidebar .component-type-list li.component-type-item:hover{background:#fffff2;border:solid 1px #f0f0d3;}
|
||||
.ide-container .component-type-sidebar .component-type-list{margin:0;list-style:none;}.ide-container .component-type-sidebar .component-type-list li.component-type-item{width:auto;border:solid 1px #6c6c58;background:#fffff7;}.ide-container .component-type-sidebar .component-type-list li.component-type-item:hover{background:#f0f0d3;}
|
||||
li.component-type-item{list-style:none;padding:10px;height:19px;width:180px;background:#ffffde;margin-bottom:4px;border-radius:3px;cursor:move;}
|
||||
.header-offset{padding-bottom:38px;}
|
||||
.component-list-empty{margin:60px;}
|
||||
@@ -722,9 +722,8 @@ li.component-type-item{list-style:none;padding:10px;height:19px;width:180px;back
|
||||
.split-panel{position:relative;width:50%;float:left;}
|
||||
#events-panel{margin-left:10px;}
|
||||
.component-list{position:absolute;top:66px;bottom:21px;left:21px;right:21px;margin:0;list-style:none;overflow-y:auto;padding-bottom:40px;}
|
||||
.placeholder{padding:10px;border:1px dashed #ffff5e;margin-bottom:4px;height:19px;}.placeholder.highlight{border-color:#fff;color:#fff;}
|
||||
li.component-item{list-style:none;margin-bottom:4px;background:#fffff2;border-radius:3px;border:solid 1px #f0f0d3;}li.component-item.unsaved{border:1px #d7d786 dashed;}
|
||||
li.component-item.active .header{background:#f0f0d3;-webkit-border-radius:3px 3px 0px 0px;-moz-border-radius:3px 3px 0px 0px;border-radius:3px 3px 0px 0px;}
|
||||
.placeholder{padding:10px;border:1px dashed #181813;margin-bottom:4px;height:19px;}.placeholder.highlight{border-color:#429e96;color:#429e96;}
|
||||
li.component-item{list-style:none;margin-bottom:4px;background:#fffff2;border-radius:3px;border:solid 1px #6c6c58;}li.component-item.active .header{background:#f0f0d3;-webkit-border-radius:3px 3px 0px 0px;-moz-border-radius:3px 3px 0px 0px;border-radius:3px 3px 0px 0px;}
|
||||
li.component-item .header{border-radius:inherit;padding:10px;min-height:19px;cursor:move;}li.component-item .header:hover{background:#f7f7e6;}
|
||||
li.component-item .header input{margin-bottom:0;}
|
||||
li.component-item .header .tags{margin-right:10px;}
|
||||
|
||||
Reference in New Issue
Block a user