Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Buyout badge for fixed price #1232

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,6 @@ pip-log.txt

# Mac crap
.DS_Store

# NetBeans
/nbproject
44 changes: 44 additions & 0 deletions css/enhancedsteam.css
Original file line number Diff line number Diff line change
Expand Up @@ -2156,4 +2156,48 @@ input[type=checkbox].es_dlc_selection:checked + label {
line-height: 26px;
margin-top: 12px;
float: left;
}

.es_gamecard_quickbadge_block button {
width: 200px;
background-color: #5491cf;
display: inline-block;
border-radius: 5px;
border: 1px solid #27629d;
line-height: 32px;
height: 32px;
text-shadow: 1px 1px 2px #3c6dab;
color: #ffffff;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}

.es_gamecard_quickbadge_block > .es_gamecard_quickbadge_item {
max-width: 50%;
width: 50%;
display: inline-block;
}

.es_gamecard_quickbadge_block label {
padding: 2px 8px 2px 0;
}

.es_gamecard_quickbadge_block > table {
width: 100%;
}

.es_gamecard_quickbadge_block > table td:last-child {
text-align: right;
}

.es_gamecard_quickbadge_block hr {
margin: 6px 3px 6px 0;
height: 1px;
border: none;
border-top: 1px solid #000000;
background-color: #333333;
}
Loading