formatting: dos2unix on admin.css

In preparation for next commit. I was not able to find other non-vendorized
files that were in DOS format and legitimately needed to be converted.

No functional changes.
This commit is contained in:
muxator 2019-10-20 02:50:01 +02:00
parent fb4fdf8928
commit 24abd9ca07

View file

@ -1,287 +1,287 @@
html, body { html, body {
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
} }
body { body {
margin: 0; margin: 0;
color: #333; color: #333;
font: 14px helvetica, sans-serif; font: 14px helvetica, sans-serif;
background: #eee; background: #eee;
} }
div.menu { div.menu {
height: 100%; height: 100%;
padding: 15px; padding: 15px;
width: 220px; width: 220px;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
position: fixed; position: fixed;
} }
div.menu ul { div.menu ul {
padding: 0; padding: 0;
} }
div.menu li { div.menu li {
list-style: none; list-style: none;
margin-left: 3px; margin-left: 3px;
line-height: 3; line-height: 3;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
} }
div.menu li:last-child { div.menu li:last-child {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
div.innerwrapper { div.innerwrapper {
padding: 15px; padding: 15px;
padding-left: 265px; padding-left: 265px;
} }
div.innerwrapper-err { div.innerwrapper-err {
padding: 15px; padding: 15px;
padding-left: 265px; padding-left: 265px;
display: none; display: none;
} }
#wrapper { #wrapper {
background: none repeat scroll 0px 0px #FFFFFF; background: none repeat scroll 0px 0px #FFFFFF;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
margin: auto; margin: auto;
max-width: 1150px; max-width: 1150px;
min-height: 101%;/*always display a scrollbar*/ min-height: 101%;/*always display a scrollbar*/
} }
h1 { h1 {
font-size: 29px; font-size: 29px;
} }
h2 { h2 {
font-size: 24px; font-size: 24px;
} }
.separator { .separator {
margin: 10px 0; margin: 10px 0;
height: 1px; height: 1px;
background: #aaa; background: #aaa;
background: -webkit-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff); background: -webkit-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff);
background: -moz-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff); background: -moz-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff);
background: -ms-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff); background: -ms-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff);
background: -o-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff); background: -o-linear-gradient(left, #fff, #aaa 20%, #aaa 80%, #fff);
} }
form { form {
margin-bottom: 0; margin-bottom: 0;
} }
#inner { #inner {
width: 300px; width: 300px;
margin: 0 auto; margin: 0 auto;
} }
input { input {
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
} }
input[type="button"] { input[type="button"] {
padding: 4px 6px; padding: 4px 6px;
margin: 0; margin: 0;
} }
table input[type="button"] { table input[type="button"] {
float: right; float: right;
width: 100px; width: 100px;
} }
input[type="text"] { input[type="text"] {
border-radius: 3px; border-radius: 3px;
box-sizing: border-box; box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
padding: 10px; padding: 10px;
*padding: 0; *padding: 0;
/* IE7 hack */ /* IE7 hack */
width: 100%; width: 100%;
outline: none; outline: none;
border: 1px solid #ddd; border: 1px solid #ddd;
margin: 0 0 5px 0; margin: 0 0 5px 0;
max-width: 500px; max-width: 500px;
} }
.sort { .sort {
cursor: pointer; cursor: pointer;
} }
.sort:after { .sort:after {
content: '▲▼' content: '▲▼'
} }
.sort.up:after { .sort.up:after {
content:'▲' content:'▲'
} }
.sort.down:after { .sort.down:after {
content:'▼' content:'▼'
} }
table { table {
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 3px; border-radius: 3px;
border-spacing: 0; border-spacing: 0;
width: 100%; width: 100%;
margin: 20px 0; margin: 20px 0;
position:relative; /* Allows us to position the loading indicator relative to the table */ position:relative; /* Allows us to position the loading indicator relative to the table */
} }
table thead tr { table thead tr {
background: #eee; background: #eee;
} }
td, th { td, th {
padding: 5px; padding: 5px;
} }
.template { .template {
display: none; display: none;
} }
#installed-plugins td>div { #installed-plugins td>div {
position: relative;/* Allows us to position the loading indicator relative to this row */ position: relative;/* Allows us to position the loading indicator relative to this row */
display: inline-block; /*make this fill the whole cell*/ display: inline-block; /*make this fill the whole cell*/
width:100%; width:100%;
} }
.messages { .messages {
height: 5em; height: 5em;
} }
.messages * { .messages * {
display: none; display: none;
text-align: center; text-align: center;
} }
.messages .fetching { .messages .fetching {
display: block; display: block;
} }
.progress { .progress {
position: absolute; position: absolute;
top: 0; left: 0; bottom:0; right:0; top: 0; left: 0; bottom:0; right:0;
padding: auto; padding: auto;
background: rgb(255,255,255); background: rgb(255,255,255);
display: none; display: none;
} }
#search-progress.progress { #search-progress.progress {
padding-top: 20%; padding-top: 20%;
background: rgba(255,255,255,0.3); background: rgba(255,255,255,0.3);
} }
.progress * { .progress * {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
color: #666; color: #666;
} }
.settings { .settings {
outline: none; outline: none;
width: 100%; width: 100%;
min-height: 500px; min-height: 500px;
} }
#response { #response {
display: inline; display: inline;
} }
a:link, a:visited, a:hover, a:focus { a:link, a:visited, a:hover, a:focus {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
} }
a:focus, a:hover { a:focus, a:hover {
text-decoration: underline; text-decoration: underline;
} }
.installed-results a:link, .installed-results a:link,
.search-results a:link, .search-results a:link,
.installed-results a:visited, .installed-results a:visited,
.search-results a:visited, .search-results a:visited,
.installed-results a:hover, .installed-results a:hover,
.search-results a:hover, .search-results a:hover,
.installed-results a:focus, .installed-results a:focus,
.search-results a:focus { .search-results a:focus {
text-decoration: underline; text-decoration: underline;
} }
.installed-results a:focus, .installed-results a:focus,
.search-results a:focus, .search-results a:focus,
.installed-results a:hover, .installed-results a:hover,
.search-results a:hover { .search-results a:hover {
text-decoration: none; text-decoration: none;
} }
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
} }
@media (max-width: 720px) { @media (max-width: 720px) {
div.innerwrapper { div.innerwrapper {
padding: 0 15px 15px 15px; padding: 0 15px 15px 15px;
} }
div.menu { div.menu {
padding: 1px 15px 0 15px; padding: 1px 15px 0 15px;
position: static; position: static;
height: auto; height: auto;
border-right: none; border-right: none;
width: auto; width: auto;
} }
table { table {
border: none; border: none;
} }
table, thead, tbody, td, tr { table, thead, tbody, td, tr {
display: block; display: block;
} }
thead tr { thead tr {
display: none; display: none;
} }
tr { tr {
border: 1px solid #ccc; border: 1px solid #ccc;
margin-bottom: 5px; margin-bottom: 5px;
border-radius: 3px; border-radius: 3px;
} }
td { td {
border: none; border: none;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
position: relative; position: relative;
padding-left: 50%; padding-left: 50%;
white-space: normal; white-space: normal;
text-align: left; text-align: left;
} }
td.name { td.name {
word-wrap: break-word; word-wrap: break-word;
} }
td:before { td:before {
position: absolute; position: absolute;
top: 6px; top: 6px;
left: 6px; left: 6px;
text-align: left; text-align: left;
padding-right: 10px; padding-right: 10px;
white-space: nowrap; white-space: nowrap;
font-weight: bold; font-weight: bold;
content: attr(data-label); content: attr(data-label);
} }
td:last-child { td:last-child {
border-bottom: none; border-bottom: none;
} }
table input[type="button"] { table input[type="button"] {
float: none; float: none;
} }
} }