diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss
index 7b4598c..c074adc 100644
--- a/assets/stylesheets/template/modules/announcement.scss
+++ b/assets/stylesheets/template/modules/announcement.scss
@@ -244,8 +244,10 @@
.w-annc__list{
@media(min-width:$screen-xs){
display: grid;
- grid-template: auto auto/repeat(12, 1fr);
- grid-gap: 0 10px;
+ grid-template-areas:
+ "g1 g2 g3"
+ "g1 g4 g5";
+ grid-template-columns: 35% 32% 32%;
}
li{
&:hover{
@@ -262,7 +264,7 @@
flex: 0 0 50%;
}
&:nth-child(1){
- grid-area: 1 / 1 / 3 / 5;
+ grid-area: g1;
-ms-grid-row: 1;
-ms-grid-column: 1;
-ms-grid-row-span: 3;
@@ -277,28 +279,28 @@
}
}
&:nth-child(2){
- grid-area: 1 / 5 / 2 / 9;
+ grid-area: g2;
-ms-grid-row: 1;
-ms-grid-column: 9;
-ms-grid-row-span: 1;
-ms-grid-column-span: 7;
}
&:nth-child(3){
- grid-area: 1 / 9 / 2 / 13;
+ grid-area: g3;
-ms-grid-row: 1;
-ms-grid-column: 17;
-ms-grid-row-span: 1;
-ms-grid-column-span: 7;
}
&:nth-child(4){
- grid-area: 2 / 5 / 3 / 9;
+ grid-area: g4;
-ms-grid-row: 3;
-ms-grid-column: 9;
-ms-grid-row-span: 1;
-ms-grid-column-span: 7;
}
&:nth-child(5){
- grid-area: 2 / 9 / 3 / 13;
+ grid-area: g5;
-ms-grid-row: 3;
-ms-grid-column: 17;
-ms-grid-row-span: 1;
diff --git a/modules/archive/_archive_widget3.html.erb b/modules/archive/_archive_widget3.html.erb
index 1978557..45ffc79 100644
--- a/modules/archive/_archive_widget3.html.erb
+++ b/modules/archive/_archive_widget3.html.erb
@@ -9,7 +9,7 @@
{{archive-title}}
-
+
-
- {{link_to_edit}}
+ {{link_to_edit}}
\ No newline at end of file
diff --git a/modules/archive/archive_index9.html.erb b/modules/archive/archive_index9.html.erb
index 4dacf0e..02056ec 100644
--- a/modules/archive/archive_index9.html.erb
+++ b/modules/archive/archive_index9.html.erb
@@ -19,7 +19,7 @@
{{file-name}}
- {{file-type}}
+ {{file-type}}
|
diff --git a/modules/archive/info.json b/modules/archive/info.json
index 860e236..b052589 100644
--- a/modules/archive/info.json
+++ b/modules/archive/info.json
@@ -99,8 +99,24 @@
{
"filename": "archive_index13",
"name": {
- "zh_tw": "13. 頁籤式 ( 模組標題, 類別標題, 標題, 檔案名稱, 下載連結, 描述 )",
- "en": "13. Tab list (widget-title, category, title, filename, download link, description)"
+ "zh_tw": "13. 頁籤式 ( 模組標題, 類別標題, 標題, 下載連結, 描述 )",
+ "en": "13. Tab list (widget-title, category, title, download link, description)"
+ },
+ "thumbnail": "ar-tab1.png"
+ },
+ {
+ "filename": "archive_index14",
+ "name": {
+ "zh_tw": "14. 手風琴式列表 - 有下拉 - 針對各筆資料 ( 模組標題, 標題, 檔案名稱, 下載連結 )",
+ "en": "14. Accordion list - with drop down - For every data (widget-title, title, filename, download link)"
+ },
+ "thumbnail": "ar2.png"
+ },
+ {
+ "filename": "archive_index15",
+ "name": {
+ "zh_tw": "15. 頁籤式 ( 模組標題, 類別標題, 標題, 完整檔案名稱, 下載連結, 描述 )",
+ "en": "15. Tab list (widget-title, category, title, full filename, download link, description)"
},
"thumbnail": "ar-tab1.png"
}
diff --git a/modules/ask/_ask_widget_form.html.erb b/modules/ask/_ask_widget_form.html.erb
index 539e507..55f4880 100644
--- a/modules/ask/_ask_widget_form.html.erb
+++ b/modules/ask/_ask_widget_form.html.erb
@@ -41,6 +41,9 @@
.ask-question .form-horizontal input[type="text"],.ask-question .form-horizontal select{
width: 97%;
}
+ .ask-question .form-horizontal input[type="text"].hasDatepicker{
+ width: auto;
+ }
.ask-question .form-horizontal .form-actions{
position: relative;
padding: 1em 0 0 0;
diff --git a/modules/web_resource/_web_res_widget2.html.erb b/modules/web_resource/_web_res_widget2.html.erb
index 590cba5..5299a37 100644
--- a/modules/web_resource/_web_res_widget2.html.erb
+++ b/modules/web_resource/_web_res_widget2.html.erb
@@ -1,4 +1,4 @@
-