Skip to content

Instantly share code, notes, and snippets.

@danielzen
Created March 3, 2017 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielzen/9778733ad3b588566f501c176cbfd457 to your computer and use it in GitHub Desktop.
Save danielzen/9778733ad3b588566f501c176cbfd457 to your computer and use it in GitHub Desktop.
body {
padding: 30px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
h1{
color: #fff;
}
a {
color: #00B7FF;
cursor: pointer;
}
.logo {
position: absolute;
right: 0;
top: 0;
}
.logo img {
width: 128px;
}
.heading {
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
font-size: larger;
}
#warning {
color: red;
width: 75%;
font-family: Arial, Verdana, Helvetica, sans-serif !important;
}
#content {
margin-left: 2em;
margin-right: 2em;
margin-top: 3em;
}
.button-row {
margin-top: 20px;
}
#search {
margin-top: 2em;
}
#search form input {
width: 80%;
display: inline;
}
#search-results {
margin-top: 20px;
}
#warning {
color: red;
}
.ps-datepicker input {
display: inline-block;
width: 100%;
}
.ps-datepicker .datepicker {
padding-left: 5px;
padding-right: 5px;
}
.ps-datepicker .datepicker table thead .dow {
padding-top: 5px;
padding-bottom: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment