Merge pull request #592 from foliengriller/master

Some minor CSS improvements
This commit is contained in:
Michael Kaufmann
2018-11-23 11:18:45 +01:00
committed by GitHub
7 changed files with 24 additions and 51 deletions

View File

@@ -60,7 +60,7 @@ td a {
.bradius {
border-radius: 5px 5px 5px 5px;
box-shadow: rgba(0, 0, 0, 0.34902) 0px 1px 3px 0px;
box-shadow: rgba(0, 0, 0, 0.34902) 0 1px 3px 0;
}
/* FOOTER */
@@ -78,10 +78,7 @@ footer a,footer a:active,footer a:visited {
.install {
background-color:#fff;
margin: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
margin: 20px auto 12px;
width: 800px;
}
@@ -191,7 +188,7 @@ p.submit {
margin: 10px 0 10px 0 !important;
text-align:left!important;
overflow:hidden;
box-shadow: 0px 0px 0px black;
box-shadow: 0 0 0 black;
}
.errortitle {
@@ -214,7 +211,7 @@ p.submit {
margin: 10px 0 10px 0 !important;
text-align:left!important;
overflow:hidden;
box-shadow: 0px 0px 0px black;
box-shadow: 0 0 0 black;
}
.ui-dialog {
padding: 10px !important;
@@ -239,7 +236,7 @@ p.submit {
margin: 10px 0 10px 0 !important;
text-align:left!important;
overflow:hidden;
box-shadow: 0px 0px 0px black;
box-shadow: 0 0 0 black;
}
.successtitle {
@@ -261,7 +258,7 @@ p.submit {
margin: 10px 0 10px 0 !important;
text-align:left!important;
overflow:hidden;
box-shadow: 0px 0px 0px black;
box-shadow: 0 0 0 black;
}
.neutraltitle {
@@ -292,10 +289,7 @@ a:hover {
* main container
*/
.main {
margin-left:240px;
margin-right:10px;
margin-top:105px;
margin-bottom:0;
margin: 105px 10px 0 240px;
background-color:#fff;
padding: 30px 30px 30px 30px;
min-height:400px;
@@ -317,14 +311,14 @@ table {
border-spacing:0;
border:1px solid #d1d5d8;
border-collapse:separate;
box-shadow:0px 0px 0px black !important;
box-shadow:0 0 0 black !important;
}
table thead th, table th {
border-top: 1px solid #d1d5d8;
border-bottom: 1px solid #d1d5d8;
height: 25px !important;
padding: 5px 0px 5px 8px;
padding: 5px 0 5px 8px;
background-color: #e9edf0;
font-weight: bold;
}
@@ -390,10 +384,7 @@ table tbody tr:last-child td {
}
td {
padding-top:5px;
padding-left:10px;
padding-right: 10px;
padding-bottom:5px;
padding: 5px 10px;
min-height: 20px;
}
@@ -447,7 +438,6 @@ input[type="button"],input[type="submit"],input[type="reset"] {
min-width: 80px;
height: 26px;
background-image: none;
border-width: 0px;
}
.loginsec input[type="button"], .loginsec input[type="submit"], .loginsec input[type="reset"] {
margin: 0 1px;

View File

@@ -16,8 +16,8 @@ nav .active {
.menuelement {
border: none;
color: #424a51;
margin: 15px 0px 25px 10px;
padding: 0px;
margin: 15px 0 25px 10px;
padding: 0;
}
.menuelement h4 {
background: none;

View File

@@ -83,18 +83,14 @@ nav div:last-child {
-moz-border-radius-bottomleft:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;
margin-top:4px;
margin-right:0;
margin-bottom:8px;
margin-left:12px;
margin: 4px 0 8px 12px;
padding:4px 0 0 8px;
border:1px solid #666;
background-color:#fff;
}
.menuelement ul li {
margin:0;
margin-left:20px;
margin: 0 0 0 20px;
}
.menuelement h4 {
@@ -198,10 +194,7 @@ select {
}
.dboarditem {
margin-top: 4px;
margin-right: 0;
margin-bottom: 18px;
margin-left: 12px;
margin: 4px 0 18px 12px;
border: 1px solid #666;
-webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px;

View File

@@ -232,10 +232,7 @@ footer img {
.login, .errorbox {
background-color: #fff;
margin: 9%;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
margin: 9% auto 12px;
width: 500px;
box-shadow: rgba(0, 0, 0, 0.34902) 0 1px 3px 0;
}
@@ -555,7 +552,7 @@ table tfoot tr td {
height: 25px;
border-top: 1px solid #d1d5d8;
background-color: #f2f8fa;
padding-right: 0px;
padding-right: 0;
}
table td {
@@ -658,7 +655,6 @@ input[type="button"], input[type="submit"], input[type="reset"], input[type="fil
min-width: 80px;
height: 28px;
background-image: none;
border-width: 0;
}
.loginsec input[type="button"], .loginsec input[type="submit"],
@@ -701,7 +697,7 @@ input[class="nobutton"], input[type="reset"] {
input[type="file"] {
background-color: #FFFFFF;
padding-left: 0px;
padding-left: 0;
}
input[class="nobutton"]:hover, input[type="reset"]:hover {
@@ -853,10 +849,7 @@ select[multiple="multiple"] {
.preconfig {
text-align: left;
margin-top: 20px;
margin-bottom: 5px;
margin-right: 15px;
margin-left: 15px;
margin: 20px 15px 5px;
}
.preconfigitem {
@@ -1198,7 +1191,7 @@ table thead th.tablesorter-headerDesc {
/* PROGRESS */
.bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="0"] {
width: 0%;
width: 0;
}
.bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="1"] {

View File

@@ -2,7 +2,7 @@
/* input elements */
input {
padding: 4px 4px 0px 24px;
padding: 4px 4px 0 24px;
}
input[type="submit"],input[class="nobutton"],input[type="reset"] {

View File

@@ -12,7 +12,7 @@
font: 12px/18px 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
color: #444;
text-align: center;
background: none repeat scroll 0% 0% rgba(240, 242, 244, 0.85);
background: none repeat scroll 0 0 rgba(240, 242, 244, 0.85);
border-bottom: 1px solid #DDD;
box-sizing: border-box;
-webkit-font-smoothing: subpixel-antialiased;

View File

@@ -12,11 +12,8 @@
padding: 0;
}
article {
margin-top:20%;
margin-left:auto;
margin-right:auto;
margin-bottom:12px;
margin: 20% auto 12px;
width:500px;
min-height: 70px;
padding: 1em;