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