http://git-wip-us.apache.org/repos/asf/oodt/blob/50df1e1d/webapp/curator/src/main/webapp/css/style.css ---------------------------------------------------------------------- diff --git a/webapp/curator/src/main/webapp/css/style.css b/webapp/curator/src/main/webapp/css/style.css new file mode 100644 index 0000000..8163c43 --- /dev/null +++ b/webapp/curator/src/main/webapp/css/style.css @@ -0,0 +1,179 @@ +div.panel { + float: left; + background-color: #dddddd; + border-radius: 1em; + padding: 0.5em; +} + +div.content { + overflow: hidden; + clear: both; + height: 100%; +} + +div.upload { + border-radius: 1em; + background-color: #ffffff; + border: 0.2em dashed #0087f6; + padding: 0.5em; +} + +div.treeview { + border-radius: 1em; + background-color: #ffffff; + padding: 0.5em; +} + +.tree-buttons { + margin-top: 10px; +} + +div.intro { + margin-bottom: 50px; +} + +input[type="text"]:disabled { + background: #dddddd; +} + +.invalid_node { + color: red !important; +} + +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-top-color: #fff; + border-width: 5px 5px 0; +} + +.tooltip-inner { + color: #000; + background: #fff; + border: solid 1px #fff; +} + +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-top-color: #fff; + border-width: 5px 5px 0; +} + +.tooltip-inner { + color: #000; + background: #fff; + border: solid 1px #fff; +} + +.move_cell_icon { + width: 30px; +} + +ul#ingestable { + margin-top: 18px; +} + +#ingestable li { + margin-bottom: 8px; +} + +#ingestable .glyphicon.glyphicon-ok, +#ingestable .glyphicon.glyphicon-refresh, +#ingestable .glyphicon.glyphicon-exclamation-sign { + font-size: 1em; + margin-right: 3px; +} + +#ingestable .glyphicon.glyphicon-ok { + color: #62AA0F; +} + +#ingestable .glyphicon.glyphicon-exclamation-sign { + color: #FF1100; +} + +.glyphicon-spin { + -webkit-animation: spin 1000ms infinite linear; + animation: spin 1000ms infinite linear; +} + +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +#clear-metadata { + margin-left: 15px; +} + +.tt-query, + +/* UPDATE: newer versions use tt-input instead of tt-query */ + +.tt-hint { + /*width: 300px; + height: 30px; + padding: 8px 12px; + font-size: 24px; + line-height: 30px; + border: 2px solid #ccc; + border-radius: 8px; + outline: none;*/ +} + +.tt-query { + /* UPDATE: newer versions use tt-input instead of tt-query */ + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.tt-hint { + color: #999; +} + +.tt-menu { + /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */ + width: 400px; + margin-top: 12px; + padding: 8px 0; + background-color: #fff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 8px; + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); +} + +.tt-suggestion { + padding: 3px 20px; + font-size: 18px; + line-height: 24px; +} + +.tt-suggestion.tt-is-under-cursor { + /* UPDATE: newer versions use .tt-suggestion.tt-cursor */ + color: #fff; + background-color: #0097cf; +} + +.tt-suggestion p { + margin: 0; +}
http://git-wip-us.apache.org/repos/asf/oodt/blob/50df1e1d/webapp/curator/src/main/webapp/fonts/glyphicons-halflings-regular.eot ---------------------------------------------------------------------- diff --git a/webapp/curator/src/main/webapp/fonts/glyphicons-halflings-regular.eot b/webapp/curator/src/main/webapp/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000..b93a495 Binary files /dev/null and b/webapp/curator/src/main/webapp/fonts/glyphicons-halflings-regular.eot differ
