Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Сырых Максим и валидация формы #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions README.md

This file was deleted.

33 changes: 0 additions & 33 deletions currency.html

This file was deleted.

14 changes: 0 additions & 14 deletions currency.js

This file was deleted.

Binary file removed images/acync.gif
Binary file not shown.
Binary file removed images/casperjs.png
Binary file not shown.
Binary file removed images/demoTime.jpg
Binary file not shown.
Binary file removed images/demo_time.jpg
Binary file not shown.
Binary file removed images/karma.png
Binary file not shown.
Binary file removed images/main.jpg
Binary file not shown.
Binary file removed images/protractor-logo.png
Binary file not shown.
Binary file removed images/protractor_components.png
Binary file not shown.
Binary file removed images/takeAPhoto.jpg
Binary file not shown.
Binary file removed images/take_a_photo.jpg
Binary file not shown.
17 changes: 0 additions & 17 deletions images/yandex_lang_ru.svg

This file was deleted.

41 changes: 41 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
@import url(http://fonts.googleapis.com/css?family=Roboto:100);

body
{
background: #34495e;
color: white;
font-family: 'Roboto';
}

.form_flat
{
background: #9b59b6;
margin: 25px auto;
width: 50%;
padding: 2em;
position: relative;
font-family: 'Roboto';
}

form input[type=text]
{
font-family: 'Roboto';
width: 100%;
height: 40px;
margin-bottom: 10px;
padding-left: 15px;
background: #fff;
outline: none;
margin: 0;
}

.auth_ok
{
border: 3px solid #2ecc71;
color: black;
}

.auth_error
{
border: 3px solid #e74c3c;
}
Loading