mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-15 22:51:54 +02:00
New 0.4 version
This commit is contained in:
41
modules/users/client/css/users.css
Normal file
41
modules/users/client/css/users.css
Normal file
@@ -0,0 +1,41 @@
|
||||
@media (min-width: 992px) {
|
||||
.nav-users {
|
||||
position: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
.social-account-container {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.btn-remove-account {
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.btn-file {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.btn-file input[type=file] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
font-size: 100px;
|
||||
text-align: right;
|
||||
filter: alpha(opacity=0);
|
||||
opacity: 0;
|
||||
background: white;
|
||||
cursor: inherit;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.user-profile-picture {
|
||||
min-height: 150px;
|
||||
max-height: 150px;
|
||||
}
|
||||
Reference in New Issue
Block a user