mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-07 12:44:06 +02:00
104 lines
No EOL
1.2 KiB
CSS
104 lines
No EOL
1.2 KiB
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#header {
|
|
width: 100%;
|
|
min-height: 30px;
|
|
border-bottom: 3px solid black;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 30px;
|
|
float: left;
|
|
padding: 10px;
|
|
}
|
|
|
|
#top-menu {
|
|
float: right;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
#top-menu > li {
|
|
float: left;
|
|
}
|
|
|
|
#top-menu > li > a {
|
|
padding: 15px;
|
|
display: block;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.dataTable {
|
|
width: 100%;
|
|
margin: 15px;
|
|
}
|
|
|
|
.dataTable thead > tr > td, .dataTable tfoot > tr > td {
|
|
font-weight: bold;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.dataTable tbody > tr, thead > tr {
|
|
border-bottom: 1px solid #ececec;
|
|
}
|
|
|
|
.dataTable tbody > tr > td {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
table .actions a {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.dataTables_filter {
|
|
padding: 10px;
|
|
}
|
|
|
|
.dataTables_filter input[type=search] {
|
|
padding: 10px;
|
|
font-size: 15px;
|
|
width: 200px;
|
|
height: 20px;
|
|
}
|
|
|
|
form {
|
|
padding: 15px;
|
|
}
|
|
|
|
form .input {
|
|
padding: 10px;
|
|
}
|
|
|
|
form .input label {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
form .input input, form .input textarea {
|
|
width: 75%;
|
|
}
|
|
|
|
form .input select {
|
|
padding: 5px;
|
|
min-width: 100px;
|
|
}
|
|
|
|
#flashMessage {
|
|
padding: 20px;
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
hr {
|
|
width: 100%;
|
|
background-color: black;
|
|
color: black;
|
|
} |