Skip to content
Snippets Groups Projects
Commit c05fb54e authored by gmlenz's avatar gmlenz
Browse files

dHCP font in app.css

parent 233ac280
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ input[type="number"] { ...@@ -76,7 +76,7 @@ input[type="number"] {
textarea { textarea {
padding: 4px; padding: 4px;
font-family: Arial, Helvetica, sans-serif; font-family: "Eau Sans Black", Arial, Helvetica, sans-serif;
font-size: 13px; font-size: 13px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
} }
...@@ -92,6 +92,16 @@ select:focus { outline: none; } ...@@ -92,6 +92,16 @@ select:focus { outline: none; }
select { } select { }
/***********************************************/
/* Custom Fonts */
/***********************************************/
@font-face {
font-family: "Eau Sans Black";
src: url("../../resources/fonts/dHCP_font/eau_sans_black.otf");
}
/* xnat.css */ /* xnat.css */
/***********************************************/ /***********************************************/
/* XNAT styles */ /* XNAT styles */
...@@ -1233,6 +1243,10 @@ body.xnat .chosen-container { ...@@ -1233,6 +1243,10 @@ body.xnat .chosen-container {
width: 400px; width: 400px;
float: left; float: left;
margin-left: 20px; margin-left: 20px;
font-size: 14px;
vertical-align: middle;
background: rgba(27, 91, 105, 0.48);
font-family: "Eau Sans Black";
} }
/*@media screen and (min-width: 1000px) {*/ /*@media screen and (min-width: 1000px) {*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment