Files
web2.0-backend/members/static/css/members.css
T
2017-05-13 01:19:37 +03:00

137 lines
1.8 KiB
CSS

html, body {
font-size: 14px;
}
div {
padding: 0.5rem;
}
input {
padding: 0.5rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
#wrapper {
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
/* fixes for the sidebar layout */
#sidebar-wrapper {
background: #202020;
top: 0;
padding: 0;
}
.sidebar-nav {
width: initial;
left: 0;
width: 100%;
padding-top: 0.5rem;
height: 100%;
position: relative;
}
.sidebar-nav li ul {
padding-left: 0px;
}
.sidebar-nav li span {
user-select: none;
cursor: default;
}
#settings-button {
position: absolute;
bottom: 0;
}
#download-csv {
margin-left: 20px;
}
#header h1 {
margin-bottom: 5rem;
margin-top: 2rem;
text-align: center;
}
.table-button {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
.table-button-column {
text-align: right;
}
.pagination li {
padding: 0.5rem;
margin: 0.5rem;
}
#filter-collapser {
float: right;
margin-left: 1rem;
}
.filter-form {
}
.filter-row {
float: right;
display: table;
background-color: rgba(122, 164, 232, 0.5);
}
.filter-group {
display: inline-block;
float: left;
height: 100%;
}
.filter-field {
display: table;
clear: both;
width: 100%;
margin-left: 0;
margin-right: 0;
}
.filter-field h5 {
display: inline;
}
.filter-field input[type="datetime-local"] {
display: inline;
width: 50%;
float: right;
}
.filter-button {
margin: 0.5rem;
display: block;
width: 100%;
}
.filter-field #search-filter {
width: 100%;
}
.inline-title {
display: inline;
}
.logout-container {
bottom: 1rem;
position: absolute;
width: 100%;
}
.logout-container input {
width: 80%;
}