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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
/* input elements */ /* input elements */
input { input {
padding: 4px 4px 0px 24px; padding: 4px 4px 0 24px;
} }
input[type="submit"],input[class="nobutton"],input[type="reset"] { 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; font: 12px/18px 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
color: #444; color: #444;
text-align: center; 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; border-bottom: 1px solid #DDD;
box-sizing: border-box; box-sizing: border-box;
-webkit-font-smoothing: subpixel-antialiased; -webkit-font-smoothing: subpixel-antialiased;

View File

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