소스 검색

Right align tags inside the box

Oz N Tiram 8 년 전
부모
커밋
ba4711fa7b
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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 {