Update content of files

This commit is contained in:
GitHub Action 2023-03-28 19:22:04 +00:00
parent 64e6d9dbd1
commit 3d33dc874b
2 changed files with 29 additions and 6 deletions

View file

@ -15,7 +15,7 @@
<link href="/css/font-roboto.css?1" rel="stylesheet" type="text/css">
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
<link href="/css/bootstrap-extra.css?2" rel="stylesheet">
<link href="/css/auction.css?56" rel="stylesheet">
<link href="/css/auction.css?57" rel="stylesheet">
</head>
<body class="emoji_image no-transition">
@ -41,7 +41,7 @@
<script src="/js/auction.js?57"></script>
<script src="/js/tgsticker.js?30"></script>
<script>ajInit({"version":467,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script>ajInit({"version":468,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script id="aj_script">Aj._useScrollHack=true;
Main.init();
</script>

View file

@ -269,6 +269,19 @@ i.icon {
margin: 2px 19px 13px;
float: right;
}
.tm-main-form-label-badge {
display: inline-block;
font-size: 11px;
line-height: 16px;
font-weight: bold;
padding: 3px 7px;
margin: 0 10px;
vertical-align: top;
border-radius: 5px;
white-space: nowrap;
color: #5aec8c;
background-color: rgba(90, 236, 140, .1);
}
.tm-main-form-group {
margin-bottom: 20px;
}
@ -286,7 +299,7 @@ i.icon {
left: -5000px;
}
.tm-form-radio-label {
display: block;
display: flex;
font-size: 15px;
line-height: 20px;
padding: 14px 19px;
@ -319,9 +332,6 @@ i.icon {
box-shadow: inset 0 0 0 2px var(--field-bg-color);
border-color: var(--accent-color);
}
.tm-form-radio-label {
display: flex;
}
.tm-form-radio-label .tm-radio-label {
flex-grow: 1;
}
@ -340,6 +350,12 @@ i.icon {
.tm-form-radio-label .tm-value {
width: 70px;
}
.tm-form-radio-label .tm-value.icon-ton:before {
width: 15px;
height: 19px;
margin-left: -1px;
margin-right: 4px;
}
.tm-form-radio-label .tm-radio-desc {
font-weight: normal;
text-align: right;
@ -3257,6 +3273,13 @@ a.tm-table-action-link:hover {
.tm-main-form-group {
margin-bottom: 28px;
}
.tm-main-form-label-badge {
font-size: 13px;
line-height: 17px;
padding: 4px 8px;
margin: -1px 10px;
border-radius: 6px;
}
.tm-search-loading,
.tm-search-clear {
padding: 16px;