mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Tighten up gold server seconds box layout.
This commit is contained in:
committed by
Neil Williams
parent
a9da42be3e
commit
91930028be
@@ -6359,7 +6359,7 @@ body:not(.gold) .allminus-link {
|
||||
background-color: #EFF7FF;
|
||||
border: 1px solid #5F99CF;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
padding: 6px;
|
||||
|
||||
p {
|
||||
padding: 5px 0;
|
||||
@@ -6368,11 +6368,21 @@ body:not(.gold) .allminus-link {
|
||||
|
||||
.server-seconds-public {
|
||||
&.bottom {
|
||||
margin-top: 10px;
|
||||
border-top-style: dashed;
|
||||
border-top-color: #ccc;
|
||||
margin-top: 6px;
|
||||
padding-top: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
* {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
input[type=radio] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
margin: 0 5px;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user