|
@@ -0,0 +1,164 @@
|
|
|
+/**
|
|
|
+ * Licensed to the Apache Software Foundation (ASF) under one
|
|
|
+ * or more contributor license agreements. See the NOTICE file
|
|
|
+ * distributed with this work for additional information
|
|
|
+ * regarding copyright ownership. The ASF licenses this file
|
|
|
+ * to you under the Apache License, Version 2.0 (the
|
|
|
+ * "License"); you may not use this file except in compliance
|
|
|
+ * with the License. You may obtain a copy of the License at
|
|
|
+ *
|
|
|
+ * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
+ *
|
|
|
+ * Unless required by applicable law or agreed to in writing, software
|
|
|
+ * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
+ * See the License for the specific language governing permissions and
|
|
|
+ * limitations under the License.
|
|
|
+ */
|
|
|
+
|
|
|
+
|
|
|
+.btn-area {
|
|
|
+ .btn{
|
|
|
+ display: inline-block;
|
|
|
+ padding: 4px 14px;
|
|
|
+ margin-bottom: 0;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ color: #333333;
|
|
|
+ text-align: center;
|
|
|
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
|
+ vertical-align: middle;
|
|
|
+ cursor: pointer;
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
|
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ border: 1px solid #bbbbbb;
|
|
|
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
|
+ border-bottom-color: #a2a2a2;
|
|
|
+ -webkit-border-radius: 4px;
|
|
|
+ -moz-border-radius: 4px;
|
|
|
+ border-radius: 4px;
|
|
|
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
|
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
+ }
|
|
|
+ .btn:hover {
|
|
|
+ color: #333333;
|
|
|
+ text-decoration: none;
|
|
|
+ background-color: #e6e6e6;
|
|
|
+ background-position: 0 -15px;
|
|
|
+ -webkit-transition: background-position 0.1s linear;
|
|
|
+ -moz-transition: background-position 0.1s linear;
|
|
|
+ -o-transition: background-position 0.1s linear;
|
|
|
+ transition: background-position 0.1s linear;
|
|
|
+ }
|
|
|
+ .btn.active, .btn:active {
|
|
|
+ background-color: #e6e6e6;
|
|
|
+ background-color: #d9d9d9 \9;
|
|
|
+ background-image: none;
|
|
|
+ outline: 0;
|
|
|
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
+ }
|
|
|
+ .btn-success {
|
|
|
+ color: #ffffff;
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
+ background-color: #5bb75b;
|
|
|
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
|
|
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
|
|
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
|
|
|
+ background-image: linear-gradient(to bottom, #62c462, #51a351);
|
|
|
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ border-color: #51a351 #51a351 #387038;
|
|
|
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
|
|
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
|
+ }
|
|
|
+ .btn.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #51a351;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.modal-header {
|
|
|
+ padding: 9px 15px;
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+}
|
|
|
+.modal-title {
|
|
|
+ line-height: 30px;
|
|
|
+ font-size: 24px;
|
|
|
+ font-family: inherit;
|
|
|
+ font-weight: bold;
|
|
|
+ color: inherit;
|
|
|
+ text-rendering: optimizelegibility;
|
|
|
+}
|
|
|
+.modal-body{
|
|
|
+ padding: 15px;
|
|
|
+}
|
|
|
+.modal-footer {
|
|
|
+ margin-top: 0px;
|
|
|
+ padding: 14px 15px 15px;
|
|
|
+ margin-bottom: 0;
|
|
|
+ text-align: right;
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ border-top: 1px solid #ddd;
|
|
|
+ -webkit-border-radius: 0 0 6px 6px;
|
|
|
+ -moz-border-radius: 0 0 6px 6px;
|
|
|
+ border-radius: 0 0 6px 6px;
|
|
|
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
+ box-shadow: inset 0 1px 0 #ffffff;
|
|
|
+
|
|
|
+ .btn-area();
|
|
|
+
|
|
|
+}
|
|
|
+.slider-app-title {
|
|
|
+ font-style: italic;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.api-error {
|
|
|
+ max-height: 403px;
|
|
|
+ word-wrap: break-word;
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.dropdown-submenu {
|
|
|
+ position:relative;
|
|
|
+}
|
|
|
+.dropdown-submenu>.dropdown-menu {
|
|
|
+ top:0;
|
|
|
+ left:-100%;
|
|
|
+ margin-top:-6px;
|
|
|
+ margin-left:-1px;
|
|
|
+ -webkit-border-radius:6px 0 6px 6px;
|
|
|
+ -moz-border-radius:6px 0 6px 6px;
|
|
|
+ border-radius:6px 0 6px 6px;
|
|
|
+}
|
|
|
+.dropdown-submenu:hover>.dropdown-menu {
|
|
|
+ display:block;
|
|
|
+}
|
|
|
+.dropdown-submenu>a:before {
|
|
|
+ display:block;
|
|
|
+ content:" ";
|
|
|
+ float:left;
|
|
|
+ width:0;
|
|
|
+ height:0;
|
|
|
+ border-color:transparent;
|
|
|
+ border-style:solid;
|
|
|
+ border-width:5px 5px 5px 0px;
|
|
|
+ border-right-color:#cccccc;
|
|
|
+ margin-top:5px;
|
|
|
+ margin-left:-10px;
|
|
|
+}
|
|
|
+.dropdown-submenu:hover>a:after {
|
|
|
+ border-left-color:#ffffff;
|
|
|
+}
|