Files
meanTorrent/public/modules/users/css/users.css

14 lines
211 B
CSS
Raw Normal View History

2014-03-26 01:30:58 +02:00
@media (min-width: 992px) {
.nav-users {
position: fixed;
}
2014-04-16 02:00:23 +03:00
}
.remove-account-container {
display: inline-block;
position: relative;
}
.btn-remove-account {
top: 10px;
right: 10px;
position: absolute;
2014-11-04 19:22:46 +02:00
}