2,664
edits
(Adding column spacing) |
No edit summary |
||
Line 1: | Line 1: | ||
.button-style { | |||
background-color: #7897BA; | |||
border:4px outset #B3D2F5; | |||
border-radius:.5rem; | |||
color: white !important; | |||
padding: .2rem 1.5rem; | |||
text-align: center; | |||
text-decoration: none; | |||
display: inline-block; | |||
color:#EEF2F6; | |||
font-weight:bold; | |||
font-family:Arial; | |||
cursor: pointer; | |||
padding: 1px 3px; | |||
position:absolute; | |||
font-size: 1.25rem; | |||
cursor: pointer; | |||
} | |||
.button-style a { | |||
color:white; | |||
text-decoration:none; | |||
} | |||
/* Set width of search box to 70%, so 'go' button stays inline. */ | /* Set width of search box to 70%, so 'go' button stays inline. */ | ||
#bodySearchInputHomePageSearchBox { | #bodySearchInputHomePageSearchBox { |
edits