|
|
@@ -144,6 +144,12 @@ a.none:hover {
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
+.text-link {
|
|
|
+ color: #5e696e;
|
|
|
+ cursor: pointer;
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
.form-control {
|
|
|
border-color: #e1e1e1;
|
|
|
}
|
|
|
@@ -152,6 +158,12 @@ a.none:hover {
|
|
|
border-color: #3399CC;
|
|
|
}
|
|
|
|
|
|
+.form-group-sm .form-control-feedback {
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+
|
|
|
.btn-default {
|
|
|
border-color: #dcdcdc;
|
|
|
}
|
|
|
@@ -194,7 +206,7 @@ a.none:hover {
|
|
|
border-color: #eee;
|
|
|
webkit-box-shadow: none;
|
|
|
box-shadow: none;
|
|
|
- margin-top: -1px;
|
|
|
+ margin-top: -2px;
|
|
|
min-width: 100%;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
@@ -1963,4 +1975,22 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
opacity: 0;
|
|
|
+}
|
|
|
+/*search*/
|
|
|
+.search-advance {
|
|
|
+ position: absolute;
|
|
|
+ right: 35px;
|
|
|
+ top: 5px;
|
|
|
+ line-height: 20px;
|
|
|
+ visibility: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.search-advance.active,input[type="search"]:focus + .search-advance{
|
|
|
+ visibility: visible;
|
|
|
+}
|
|
|
+
|
|
|
+.has-feedback input[type="search"] {
|
|
|
+ padding-right: 80px;
|
|
|
}
|