瀏覽代碼

improved assisted research ui

bach 4 年之前
父節點
當前提交
e499724e20

文件差異過大導致無法顯示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


文件差異過大導致無法顯示
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 12 - 6
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -581,19 +581,25 @@ header[role="banner"]{
 			grid-template-columns: auto auto;
 			grid-template-rows: auto auto;
 			row-gap: 0.2em;
+			justify-items: stretch;
       .form-item, input.button{
         display: inline-block;
 				margin: 0;
       }
 
-      #edit-search{
+			.form-item-search{
 				grid-row: 1 / 1;
 				grid-column: 1 / 1;
-        border:1px #BBB solid;
-        border-radius: 14px;
-        padding:0.3em;
-        color:#666;
-      }
+				position: relative;
+				#edit-search{
+					border:1px #BBB solid;
+					border-radius: 14px;
+					padding:0.3em;
+					color:#666;
+					width: 100%;
+					box-sizing: border-box;
+				}
+			}
 
 			fieldset#edit-filters{
 				grid-row: 2 / 2;

部分文件因文件數量過多而無法顯示