143 lines
2.2 KiB
CSS
Executable File
143 lines
2.2 KiB
CSS
Executable File
/* Remove margins from selected elements */
|
|
.nomargin {
|
|
margin: 0 0;
|
|
}
|
|
|
|
/* Label to the right of switches */
|
|
.switch-label {
|
|
color: #0a0a0a;
|
|
font-weight: normal;
|
|
padding-left: 0.5rem;
|
|
vertical-align: 50%;
|
|
}
|
|
|
|
/* Space out buttons in the title bar */
|
|
div.top-bar-right ul.menu li {
|
|
padding-left: 0.25rem;
|
|
}
|
|
|
|
/* Centre text in title part of bar */
|
|
div.top-bar-title {
|
|
padding-top: 0.5rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* fix menu button pad */
|
|
#menubtn {
|
|
margin-right: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
/* fix padding for menu text with image */
|
|
li.image {
|
|
padding: 0 0 0 0.25rem;
|
|
}
|
|
|
|
.menu > li > a.nopadding {
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
/* title for off-canvas menu */
|
|
div.off-canvas > h5 {
|
|
padding: 0.5rem 0 0 1rem;
|
|
}
|
|
|
|
/* off-canvas menu user */
|
|
div.off-canvas .user {
|
|
margin-left: 1rem;
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.pagemenu {
|
|
list-style-type: none;
|
|
border-bottom: 1px solid #bbb;
|
|
border-top: 1px solid #BBB;
|
|
margin: 0.5rem 0;
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.pagemenu > li {
|
|
display: inline-block;
|
|
border-left: 1px dotted #ddd;
|
|
border-right: 1px dotted #ddd;
|
|
}
|
|
|
|
.pagemenu > li > a {
|
|
width: 2rem;
|
|
padding: 0.25rem 0.25rem;
|
|
display: inline-block;
|
|
}
|
|
|
|
.pagemenu > li.active > a {
|
|
background: #1779ba;
|
|
color: #fefefe !important;
|
|
}
|
|
|
|
.has-tip {
|
|
font-weight: normal;
|
|
}
|
|
|
|
div.time-duration-picker-content table {
|
|
margin: 0px;
|
|
}
|
|
|
|
div.time-duration-picker-content td {
|
|
padding: 0.2rem;
|
|
}
|
|
|
|
div.time-duration-picker-content td select {
|
|
margin: 0px;
|
|
}
|
|
|
|
.form-left {
|
|
padding-right: 0.25rem;
|
|
}
|
|
|
|
.form-right {
|
|
padding-left: 0.25rem;
|
|
}
|
|
|
|
.spacer {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
div.topspace {
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.top-bar, .top-bar ul {
|
|
background-color: #252888;
|
|
}
|
|
|
|
.menu .button, .menu a {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.menu.submenu.is-dropdown-submenu {
|
|
background-color: #e6e6e6;
|
|
}
|
|
|
|
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
|
|
content: none;
|
|
}
|
|
|
|
.dropdown.menu>li.is-dropdown-submenu-parent>a {
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.is-submenu-item.is-dropdown-submenu-item:hover {
|
|
background-color: #efefef;
|
|
}
|
|
|
|
div.top-bar-right .menu>li {
|
|
margin-left: 0.2rem;
|
|
}
|
|
|
|
div.top-bar-right .dropdown.menu>li>.button{
|
|
padding: 0.5rem 0.75rem;
|
|
}
|
|
|
|
.button.alert {
|
|
background-color: #9A3728;
|
|
} |