X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..c3955dfd70abab4db001b0d0ad3298747e168be8:/edumed/static/css/base.scss diff --git a/edumed/static/css/base.scss b/edumed/static/css/base.scss index b059890..4b3a53d 100644 --- a/edumed/static/css/base.scss +++ b/edumed/static/css/base.scss @@ -109,10 +109,9 @@ header.main { } #search { float: right; - padding: 0 10*$px; background-color: white; /* Extend padded background .*/ - padding: 0 10*$px; + padding: 2px 10*$px 0; margin-right: -10*$px; } } @@ -151,3 +150,46 @@ footer.main { } } } + + +#search { + font-size: .8em; + + input, button { + font-family: Dosis; + font-size: .9em; + vertical-align:bottom; + border: 1px solid #c9ccce; + padding: 0; + margin: 0; + line-height: .9em; + } + input { + border-right-width: 0; + height: 16px; + width: 16em; + padding-left: 1.3em; + } + button { + height: 18px; + width: 1.8em; + span { + position:relative; + top: -1px; + } + } + + input::-webkit-input-placeholder { + text-transform: uppercase; + } + input:-moz-placeholder { + text-transform: uppercase; + } + input::-moz-placeholder { + text-transform: uppercase; + } + input::-ms-placeholder { + text-transform: uppercase; + } + +} \ No newline at end of file