Created
March 3, 2017 21:27
-
-
Save danielzen/9778733ad3b588566f501c176cbfd457 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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