mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Improved menubar style
This commit is contained in:
parent
8732c40b36
commit
4b194946d1
@ -12,15 +12,17 @@
|
||||
background-color: #fff3ff80;
|
||||
top: 0px;
|
||||
height: 100%;
|
||||
padding: 10px;
|
||||
padding-top: 50px;
|
||||
width: 70px;
|
||||
width: 50px;
|
||||
transition: width 1s;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
#friendsList:hover {
|
||||
width: 230px;
|
||||
background-color: #ffffff;
|
||||
font-size: 100%;
|
||||
padding: 10px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
#friendsList td {
|
||||
@ -29,7 +31,8 @@
|
||||
|
||||
#friendsList .account-image {
|
||||
margin: auto 10px auto auto;
|
||||
width: 40px;
|
||||
max-width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
visibility: visible
|
||||
}
|
Loading…
Reference in New Issue
Block a user