|
|
@@ -0,0 +1,276 @@
|
|
|
+.fixed {
|
|
|
+ position: fixed;
|
|
|
+ top: 40px;
|
|
|
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
|
|
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
|
+}
|
|
|
+
|
|
|
+.sortable {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.file-row {
|
|
|
+ height: 37px;
|
|
|
+}
|
|
|
+
|
|
|
+.fileChooserModal {
|
|
|
+ padding: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.fileChooserModal .hueBreadcrumb {
|
|
|
+ margin: 0 0 18px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.fieldError {
|
|
|
+ border-color: #B94A48 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .form-inline {
|
|
|
+ position: relative;
|
|
|
+ right: 10px;
|
|
|
+ top: -10px;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .pagination {
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ border-top: 1px solid #e3e3e3;
|
|
|
+ bottom: 0;
|
|
|
+ -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
|
|
|
+ -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
|
|
|
+ box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
|
|
|
+ left: 0;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0px;
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 1001;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .pagination p {
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-left: 10px;
|
|
|
+ margin: 0 .5em;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .pagination select {
|
|
|
+ margin-top: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .pagination ul {
|
|
|
+ margin-top: 14px;
|
|
|
+ margin-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .pagination-input-form {
|
|
|
+ position: relative;
|
|
|
+ right: 1em;
|
|
|
+ top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .pagination-input {
|
|
|
+ text-align: center;
|
|
|
+ width: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.flush-right {
|
|
|
+ position: relative;
|
|
|
+ right: -3em;
|
|
|
+}
|
|
|
+
|
|
|
+.actionbar {
|
|
|
+ padding-top: 6px;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.shadow {
|
|
|
+ -webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.1);
|
|
|
+ -moz-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.1);
|
|
|
+ box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
|
|
|
+}
|
|
|
+
|
|
|
+.scrollable {
|
|
|
+ margin-bottom: 80px;
|
|
|
+}
|
|
|
+
|
|
|
+#jHueHdfsAutocomplete ul li {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#jHueHdfsAutocomplete ul li:hover, #jHueHdfsAutocomplete ul li.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background: #338BB8;
|
|
|
+}
|
|
|
+
|
|
|
+#jHueHdfsAutocomplete .popover-content {
|
|
|
+ max-height: 200px;
|
|
|
+ overflow-y: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.history {
|
|
|
+ padding: 0 10px 8px 0;
|
|
|
+ top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.history:hover {
|
|
|
+ border-bottom: 2px solid #338bb8;
|
|
|
+}
|
|
|
+
|
|
|
+.history a {
|
|
|
+ color: #737373;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.history.no-history:hover {
|
|
|
+ border-bottom: 2px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.history.no-history a {
|
|
|
+ color: #ccc;
|
|
|
+ cursor: default;
|
|
|
+}
|
|
|
+
|
|
|
+.history > .dropdown-menu {
|
|
|
+ left: inherit;
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.hoverMsg {
|
|
|
+ background: #000;
|
|
|
+ height: 100%;
|
|
|
+ left: 0;
|
|
|
+ opacity: .5;
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ top:0;
|
|
|
+ z-index: 10000;
|
|
|
+}
|
|
|
+
|
|
|
+.hoverText {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 5em;
|
|
|
+ position: relative;
|
|
|
+ text-align: center;
|
|
|
+ top: 45%;
|
|
|
+ font-weight: 700;
|
|
|
+ text-shadow: 1px 1px 1px rgba(0,0,0,.3);
|
|
|
+ -webkit-animation-name: bounceInDown;
|
|
|
+ animation-name: bounceInDown;
|
|
|
+ -webkit-animation-duration: 1s;
|
|
|
+ animation-duration: 1s;
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
+ animation-fill-mode: both;
|
|
|
+}
|
|
|
+
|
|
|
+#copyModal .modal-body, #moveModal .modal-body {
|
|
|
+ max-height: 300px;
|
|
|
+}
|
|
|
+
|
|
|
+#copyModal .modal-footer div, #moveModal .modal-footer div {
|
|
|
+ position: absolute;
|
|
|
+ left: 10px;
|
|
|
+ width: 400px;
|
|
|
+ text-align: left;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.row-animated {
|
|
|
+ -webkit-transition: background-color 200ms linear;
|
|
|
+ -moz-transition: background-color 200ms linear;
|
|
|
+ -o-transition: background-color 200ms linear;
|
|
|
+ -ms-transition: background-color 200ms linear;
|
|
|
+ transition: background-color 200ms linear;
|
|
|
+}
|
|
|
+
|
|
|
+.row-selected {
|
|
|
+ background-color: #e5e5e5;
|
|
|
+}
|
|
|
+
|
|
|
+.row-highlighted {
|
|
|
+ background-color: #d9edf7;
|
|
|
+}
|
|
|
+
|
|
|
+.row-deleted {
|
|
|
+ background-color: #f2dede;
|
|
|
+}
|
|
|
+
|
|
|
+.context-menu {
|
|
|
+ display: none;
|
|
|
+ position: absolute;
|
|
|
+ width: 250px;
|
|
|
+}
|
|
|
+
|
|
|
+.drag-hover {
|
|
|
+ background: #e5e5e5;
|
|
|
+ border-left: 3px solid #338bb8;
|
|
|
+ border-right: 3px solid #338bb8;
|
|
|
+}
|
|
|
+
|
|
|
+.qq-upload-button {
|
|
|
+ display: inline-block;
|
|
|
+ height: 29px;
|
|
|
+ min-height: 29px;
|
|
|
+ padding: 0 8px;
|
|
|
+ margin: 0;
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 29px;
|
|
|
+ color: #444;
|
|
|
+ text-align: center;
|
|
|
+ text-shadow: none;
|
|
|
+ vertical-align: middle;
|
|
|
+ cursor: pointer;
|
|
|
+ background-color: #f9f9f9;
|
|
|
+ background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
|
|
|
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f1f1));
|
|
|
+ background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
|
|
|
+ background-image: -o-linear-gradient(top, #fff, #f1f1f1);
|
|
|
+ background-image: linear-gradient(to bottom, #fff, #f1f1f1);
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
+ border-color: #f1f1f1 #f1f1f1 #cbcbcb;
|
|
|
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
+ border-color: rgba(0, 0, 0, 0.1);
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ border-radius: 2px;
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
|
+ -webkit-box-shadow: none;
|
|
|
+ -moz-box-shadow: none;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+
|
|
|
+.qq-upload-button-focus {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+.qq-upload-drop-area {
|
|
|
+ width: 99%;
|
|
|
+}
|
|
|
+
|
|
|
+.qq-upload-failed-text {
|
|
|
+ color: #b94a48;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .editable-breadcrumbs {
|
|
|
+ cursor: text;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser .editable-breadcrumbs:hover {
|
|
|
+ background-color: #F0F0F0;
|
|
|
+}
|
|
|
+
|
|
|
+.filebrowser #hueBreadcrumbText {
|
|
|
+ font-size: 1.25em;
|
|
|
+ margin-left: 25px;
|
|
|
+ margin-top: 6px;
|
|
|
+ padding-left: 14px;
|
|
|
+ border-radius: 2px;
|
|
|
+ border: 1px solid #EEE;
|
|
|
+ -webkit-box-shadow: none;
|
|
|
+ -moz-box-shadow: none;
|
|
|
+ box-shadow: none;
|
|
|
+ font-weight: bold;
|
|
|
+}
|