small cleanup

This commit is contained in:
tinect
2019-10-23 22:09:10 +02:00
parent cd6594df01
commit 74e8dad131
8 changed files with 30 additions and 30 deletions

View File

@@ -81,7 +81,7 @@
transform: rotate(359deg);
}
}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
.footable-sortable {
-webkit-user-select: none;
-moz-user-select: none;
@@ -104,11 +104,11 @@ body {
max-width: 550px;
z-index: 2000;
}
.input-group-sm .btn { margin-top: 0px !important }
.input-group-sm .btn { margin-top: 0 !important }
legend {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none
-ms-user-select: none;
-o-user-select: none;
user-select: none;
font-size: 12pt;
@@ -172,4 +172,9 @@ nav .glyphicon {
.progress-bar {
font-size: 12px;
line-height: 14px;
}
.footer {
margin-top: 100px;
margin-bottom: 20px;
color: #959595;
}