WIP to style widgets, will continue later

This commit is contained in:
vrde 2015-06-02 13:44:50 +02:00
parent dc3d024f8d
commit 141d21155b
2 changed files with 5 additions and 4 deletions

View File

@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ascribe</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="build/css/main.css">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
<link rel="stylesheet" href="node_modules/react-datepicker/dist/react-datepicker.css">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
<link rel="stylesheet" href="build/css/main.css">
</head>
<body>
<div id="main" class="container clear-margins-and-paddings"></div>

View File

@ -162,7 +162,8 @@
text-transform: uppercase;
}
.input-text-ascribe {
.input-text-ascribe,
.datepicker__input {
border-bottom: 1px solid black;
border-top: 0;
border-left: 0;
@ -240,4 +241,4 @@
.col-bottom {
vertical-align: bottom;
}
}