Change style of user table
This commit is contained in:
parent
924f209311
commit
30417e1cde
8 changed files with 26 additions and 19 deletions
|
@ -35,6 +35,10 @@ img {
|
|||
// height: auto
|
||||
}
|
||||
|
||||
* {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
.full {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
|
|
@ -220,6 +220,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 799px) {
|
||||
.left-sidebar-header {
|
||||
display: none;
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
}
|
||||
|
||||
td.user-name {
|
||||
padding-left: 2em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue