|
@@ -33,11 +33,13 @@ input:disabled {
|
|
|
box-sizing: border-box;
|
|
|
cursor: pointer;
|
|
|
margin-left: 10px;
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-bottom: 20px;
|
|
|
float: left;
|
|
|
top: 0px;
|
|
|
}
|
|
|
-
|
|
|
+.export {
|
|
|
+ margin-bottom: 20px !important;
|
|
|
+}
|
|
|
th[code]{
|
|
|
cursor: pointer;
|
|
|
&:after{
|
|
@@ -213,4 +215,13 @@ input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
|
/* Internet Explorer 10+ */
|
|
|
color: #aaa;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.filterItem{
|
|
|
+ margin-right: 30px !important;
|
|
|
+ input {
|
|
|
+ margin-right: 0 !important;
|
|
|
+ }
|
|
|
}
|