Przeglądaj źródła

Right align tags inside the box

Oz N Tiram 8 lat temu
rodzic
commit
ba4711fa7b
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      pwman/ui/templates/static/css/style.css

+ 4 - 2
pwman/ui/templates/static/css/style.css

@@ -361,8 +361,10 @@ img {
 
 .tags {
 
- height: 10%;
-
+  height: 10%;
+  position: absolute;
+	top: 80%;
+  left: 60%;
 }
 
 .password-box strong {