2015-09-10 15:01:30 +02:00

45 lines
603 B
CSS

body {
padding-top: 70px;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.avatar {
margin-bottom: 5px;
margin-right: 5px;
border-radius: 2px;
}
table tr td a {
display: block;
height: 100%;
width: 100%;
}
table tr td {
padding-left: 0;
padding-right: 0;
}
/* table links */
a,
a:hover,
a:focus {
text-decoration: none !important;
}
.pager-active {
color: darkcyan;
}
.pager-inactive {
color: transparent;
}