mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add basic search bar
This commit is contained in:
BIN
core/static/core/img/na.gif
Normal file
BIN
core/static/core/img/na.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@ -26,7 +26,11 @@ header a {
|
||||
header a:hover {
|
||||
color: #2D3;
|
||||
}
|
||||
|
||||
header form {
|
||||
display: inline-block;
|
||||
padding: 1em;
|
||||
width: 150px;
|
||||
}
|
||||
#popupheader {
|
||||
width: 88%;
|
||||
margin: 0px auto;
|
||||
@ -185,6 +189,24 @@ tbody>tr:hover {
|
||||
#user_profile .promo_pict {
|
||||
height: 45px;
|
||||
}
|
||||
.mini_profile_link {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
.mini_profile_link span {
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.mini_profile_link em {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.mini_profile_link img {
|
||||
max-width: 40px;
|
||||
max-height: 60px;
|
||||
margin: 2px auto;
|
||||
display: block;
|
||||
}
|
||||
/*---------------------------------PAGE--------------------------------*/
|
||||
.page_content {
|
||||
display: block;
|
||||
|
Reference in New Issue
Block a user