diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index 049ee983..9a44dd0a 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -1097,6 +1097,7 @@ header { .search .inputText.wdShort { width: 108px; } .search .inputText.cal { + text-align: center; width: 80px; } .search .selectBox { width: 93px; } @@ -2290,4 +2291,8 @@ div.layoutWrapper > main { } div.layoutWrapper > footer { grid-column: 1 / 3; -} \ No newline at end of file +} + +#sneatMenu { + height: 50rem; +}