mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-20 12:39:19 -04:00
Move the password strength image out of css and into an images folder.
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
}
|
||||
|
||||
li.g-group {
|
||||
float: left;
|
||||
display: block;
|
||||
width: 200px;
|
||||
width: 100%;
|
||||
border: 1px solid gray;
|
||||
padding: 0;
|
||||
margin: 0 1em 1em 0;
|
||||
@@ -56,7 +55,7 @@ li.g-default-group h4, li.g-default-group .g-user {
|
||||
}
|
||||
|
||||
.g-password-strength0 {
|
||||
background: url(progressImg1.png) no-repeat 0 0;
|
||||
background: url(../images/progressImg1.png) no-repeat 0 0;
|
||||
width: 138px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Reference in New Issue
Block a user