4,554
edits
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 122: | Line 122: | ||
position: relative; /* Add position relative */ | position: relative; /* Add position relative */ | ||
z-index: 1; /* Ensure it's above the wrapper */ | z-index: 1; /* Ensure it's above the wrapper */ | ||
padding: | padding: 8px; | ||
transition: transform 0.001s ease, border 0.001s ease; | transition: transform 0.001s ease, border 0.001s ease; | ||
} | } | ||
Line 131: | Line 131: | ||
border: 1px solid; | border: 1px solid; | ||
background-color: white; | background-color: white; | ||
padding: | padding: 8px; | ||
} | } | ||
Line 224: | Line 224: | ||
float: right; | float: right; | ||
cursor: pointer; | cursor: pointer; | ||
padding: 5px 10px; | |||
font-size: 12pt; | font-size: 12pt; | ||
line-height: 23.5px; | line-height: 23.5px; |