mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-26 14:30:27 +01:00
Update content of files
This commit is contained in:
parent
64e6d9dbd1
commit
3d33dc874b
2 changed files with 29 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue