Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/styles.css')
-rw-r--r--html/styles.css39
1 files changed, 38 insertions, 1 deletions
diff --git a/html/styles.css b/html/styles.css
index a7917bf..85704d0 100644
--- a/html/styles.css
+++ b/html/styles.css
@@ -116,13 +116,18 @@
}
.itemLetter {
- background-color: white;
display: inline-block;
margin-right: 13px;
margin-bottom: 10px;
z-index: 0;
}
+.itemLetter-selected {
+ border: thin solid;
+ border-width: 4px;
+ border-color: blue;
+}
+
.spinner {
margin-left: 80px;
margin-top: 80px;
@@ -399,4 +404,36 @@
height: 60px;
left: 1010px;
top: 480px;
+}
+
+.filterBox {
+ padding-left: 5px;
+}
+
+.filterButton {
+ position: absolute;
+ width: 50px;
+ height: 50px;
+ left: 80px;
+ top: 13px;
+}
+
+.filterLetter {
+ position: absolute;
+ left: 5px;
+ top: 90px;
+}
+
+.filter-popup {
+ width: 1055px;
+ height: 600px;
+ color: black;
+}
+
+.trashButton {
+ position: absolute;
+ width: 60px;
+ height: 60px;
+ left: 980px;
+ top: 540px;
} \ No newline at end of file