diff --git a/static/sass/_variables.sass b/static/sass/_variables.sass index e9101b7..0fb48d1 100644 --- a/static/sass/_variables.sass +++ b/static/sass/_variables.sass @@ -6,5 +6,7 @@ $baseColor1: #A31F34 $baseColor2: #8A8B8C $baseColor3: #C2C0BF -$lightBlue: #4D90FE +$lightGray: #F1F1F1 + +$lightBlue: #67A0FD $blue: #3177EB diff --git a/static/sass/index.sass b/static/sass/index.sass index 7355036..75ecc54 100644 --- a/static/sass/index.sass +++ b/static/sass/index.sass @@ -70,6 +70,8 @@ div#search-field font-style: italic form#search-bar + min-width: 510px + input[type="text"], button @extend .t3 @include vendor(box-sizing, border-box) @@ -113,7 +115,8 @@ div#search-field background-color: white border: 1px solid $baseColor3 padding-top: 0px - overflow: auto + overflow-x: auto + height: 400px >div @include vendor(box-sizing, border-box) @@ -145,7 +148,7 @@ div#search-field div @extend .t3 - background-color: #F1F1F1 + background-color: $lightGray border: none font-size: 96% padding: 3% @@ -156,6 +159,7 @@ div#search-field background-color: $baseColor2 color: white + cursor: pointer width: 90% input[type="checkbox"] @@ -168,10 +172,49 @@ div#search-field color: white width: 90% + button#add-group + background-color: $lightBlue + border: none + color: white + font-weight: bold + height: 40px + margin-bottom: 10% + width: 40px + + &:hover + @extend .t3 + + background-color: $blue + cursor: pointer + #search-groups - background-color: blue + margin-top: 2% + max-height: 93% + overflow-y: scroll width: 75% + .search-group + background-color: $lightGray + padding: 1% + margin-bottom: 1% + + >div + margin-bottom: 0.7% + + div + display: inline-block + width: 20% + + input[type=text] + padding: 2px + width: 60% + + input[type=checkbox] + margin-left: 2% + + span + font-size: 80% + &.partly-visible margin-top: 0% padding-bottom: 3% diff --git a/templates/index.html b/templates/index.html index 9992f24..c2f3c68 100644 --- a/templates/index.html +++ b/templates/index.html @@ -73,23 +73,45 @@ -
-
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
-
Hello, world.
+
+
+
Authors
+ + Regex? +
+
+
Language
+ + Regex? +
+
+
Hello, world. 2
+
Hello, world. 3
+
Hello, world. 4
+
Hello, world. 5
+
Hello, world. 6
+
Hello, world. 7
+
Hello, world. 8
+
Hello, world. 9
+
Hello, world. 10
+
Hello, world. 11
+
Hello, world. 12
+
Hello, world. 13
+
Hello, world. 14
+
Hello, world. 15
+
Hello, world. 16
+
Hello, world. 17
+
Hello, world. 18
+
Hello, world. 19
+
Hello, world. 20
+
Hello, world. 21
+
Hello, world. 22