Skip to content

Commit

Permalink
Merge pull request #86 from md8n/minor_style_fixes
Browse files Browse the repository at this point in the history
Minor style fixes
  • Loading branch information
BarbourSmith authored Dec 9, 2024
2 parents 6bb2618 + 2e5bfee commit 8c66c11
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 528 deletions.
47 changes: 37 additions & 10 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,47 @@ label {
text-align: center;
}

dl {
display: grid;
grid-template-columns: max-content auto;
}

dt {
grid-column-start: 1;
}

dd {
grid-column-start: 2;
}

dt::after {
content: ": ";
}

button.center {
display: block;
margin: auto;
}

.filesize {
text-align: right;
text-align: right;
}

.report input[type="radio"] {
margin-left: 1rem;
margin-left: 1rem;
}

.form_control {
height: 34px !important;
}
.fixedbutton{

.fixedbutton {
width: 8em !important;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.input-min {
min-width: 8em;
}
Expand Down Expand Up @@ -60,8 +85,6 @@ label {
line-height: 0;
}

.noshowonlowrestab {}

.btn-svg {
padding: 4px 0px 0px 0px !important;
width: 34px !important;
Expand Down Expand Up @@ -159,6 +182,14 @@ label {
animation-delay: 500ms;
}

/* overwrite what's in bootstrap */
.panel-heading, .modal-body > .checkbox {
padding: 5px 15px;
}
.panel-body > table+table {
margin-top: 5px;
}

.panel-min-width {
min-width: 350px;
}
Expand Down Expand Up @@ -380,8 +411,7 @@ w25 {
}
}


@media (min-width: 800px) and (max-width: 1350px){
@media (min-width: 800px) and (max-width: 1350px) {
.fixedbutton {
width: 6em !important;
}
Expand Down Expand Up @@ -433,7 +463,6 @@ w25 {
text-decoration: none;
font-style: normal;
font-variant: small-caps slashed-zero;
;
text-transform: none;
}

Expand All @@ -442,5 +471,3 @@ w25 {
valign: middle;
text-align: center;
}

.button_txt {}
Loading

0 comments on commit 8c66c11

Please sign in to comment.