minor changes in the appearance

This commit is contained in:
Milan
2021-03-13 18:05:39 +01:00
parent cb05147f48
commit d02e0dff9d
12 changed files with 68 additions and 72 deletions

View File

@@ -17,7 +17,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/open-sans-v15-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
src: url('../fonts/open-sans-v15-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
src: local('Open Sans Regular'), local('OpenSans-Regular'),
url('../fonts/open-sans-v15-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/open-sans-v15-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
@@ -57,8 +57,8 @@ body {
body #content {
color: #000;
text-align: left;
min-width: 500px;
max-width: 1200px;
min-width: 480px;
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
@@ -103,6 +103,7 @@ body,
#content textarea {
padding: 6px;
border: 1px solid #ccc;
box-sizing:border-box;
}
@media handheld {
@@ -324,18 +325,12 @@ table {
border: 0;
padding: 2em;
color: #000;
background: #eee;
}
.error.head {
position: relative;
top: 3em;
}
#content h1,
#content h2 {
margin: 1em;
font-weight: 100;
padding:0;
}
#jobs th {
@@ -355,6 +350,10 @@ table {
color: green;
}
#content ul.error{
padding:0;
}
#content div.ok,
#content div.warn,
#content div.error {
@@ -572,7 +571,6 @@ table.tablesorter tr {
border: none;
border-bottom: solid 1px #9e9e9e;
cursor: pointer;
margin-left: 0.5rem;
}
#content select,
@@ -596,6 +594,10 @@ input[type='checkbox'] {
min-width: 32px;
}
#content img{
border-radius: 0.3rem;
}
#content button.selectImage,
#content button.selectImage img {
width: 32px;