Browse Source

[SCREEN] UPDATE some css style

sgw 1 year ago
parent
commit
9bbb55b71a
1 changed files with 15 additions and 0 deletions
  1. 15 0
      src/views/taskScreen.css

+ 15 - 0
src/views/taskScreen.css

@@ -527,6 +527,8 @@
     white-space: nowrap;
 	text-align: center;
     margin: 10px 0;
+    width: 50%;
+    float: left;
 }
 .view_more:hover{
     cursor: pointer;
@@ -840,6 +842,19 @@
     align-items: center;
     margin-bottom: 10px; 
 }
+.search_button {
+    border-radius: 4px;
+    border: 1px solid #05DDF7;
+    padding: 3px 13px;
+    box-sizing: border-box;
+    white-space: nowrap;
+    margin-bottom: 0px;
+    margin-left: 10px;
+    font-size: small;
+}
+.search_button:hover{
+    cursor: pointer;
+}
 .subject_list_item{
     background: #072347;
     width: 100%;