Few changes to make things proper
This commit is contained in:
parent
a99346d385
commit
d821a1a8be
@ -25,21 +25,33 @@
|
||||
}
|
||||
|
||||
#user-list {
|
||||
li {
|
||||
border-bottom:1px solid #f2f2f2;
|
||||
list-style-type: none;
|
||||
}
|
||||
.user-wrapper {
|
||||
|
||||
}
|
||||
.user-wrapper:nth-child(even) {
|
||||
background: #f6f6f6;
|
||||
}
|
||||
}
|
||||
|
||||
.users-list-container {
|
||||
margin-left: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
width: 25%;
|
||||
border-radius:25px;
|
||||
border: 2px solid grey;
|
||||
|
||||
li {
|
||||
padding:10px;
|
||||
border-bottom:1px solid #f2f2f2;
|
||||
|
||||
/*
|
||||
* Added by Danny
|
||||
*/
|
||||
padding-left:50px;
|
||||
list-style-type: none;
|
||||
h3 {
|
||||
background:#f7f7f7;
|
||||
font-size: 1em;
|
||||
line-height: 2em;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
padding: 5px 10px;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.user-wrapper:nth-child(even) {
|
||||
background: #f6f6f6;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user