aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-08-30 01:16:41 +0300
committerGravatar Vitaly Takmazov2017-08-30 01:20:50 +0300
commit7c5469465b363505b9bdcf1cd0057d1c05f6b475 (patch)
tree2d107637b6a8fe0b7d794e5db9b1ebcec7a338c5 /juick-www/src/main/static/style.css
parentfe5ecea37a5974bd78712168b57e2c0b1d530f97 (diff)
www: move dialog form to js, using /post form when js unavailable
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r--juick-www/src/main/static/style.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index b42c303e..354c786f 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -163,12 +163,6 @@ body > header p {
background: #E5E5E0;
margin-bottom: 20px;
padding: 15px;
- display: none;
- position: absolute;
- top: 3em;
- right: 0;
- background-color: rgba(255,255,255,.6);
- backdrop-filter: blur(5px)
}
#newmessage textarea {
border: 1px solid #CCC;