mailtrain/client/src/lib/page.css
Tomas Bures 602364caae Fluid layout
Reworked routing and breadcrumb mechanism. It allows resolved parameters in paths, which allows including names of entities in the breadcrumb.
Secondary navigation which is aware of permissions.
2017-08-11 18:16:44 +02:00

70 lines
No EOL
1 KiB
CSS

.mt-button-row > * {
margin-right: 15px;
}
.mt-button-row > *:last-child {
margin-right: 0px;
}
.mt-form-status {
padding-top: 5px;
padding-bottom: 5px;
}
.mt-action-links > * {
margin-right: 8px;
}
.mt-action-links > *:last-child {
margin-right: 0px;
}
.form-horizontal .control-label {
display: block;
}
.ace_editor {
border: 1px solid #ccc;
}
.mt-tableselect-dropdown {
margin-bottom: 15px;
}
.mt-tableselect-table.mt-tableselect-table-hidden {
visibility: hidden;
height: 0px;
}
.mt-tableselect-dropdown input[readonly] {
background-color: white;
}
h3.legend {
font-size: 21px;
margin-bottom: 20px;
}
.mt-secondary-nav {
margin-top: 5px;
margin-right: 5px;
text-align: right;
}
@media (max-width: 767px) {
.mt-secondary-nav {
margin: 0px;
background-color: #f5f5f5;
padding: 8px 5px;
border-radius: 4px;
}
}
.mt-secondary-nav > li {
display: inline-block;
float: none;
}
.mt-secondary-nav > li > a {
padding: 3px 10px;
}