Fixed CSS code formatting

This commit is contained in:
Andrey Okonetchnikov 2016-09-13 16:06:06 +02:00
parent a1aa51364b
commit 3deec4060f

View File

@ -3,8 +3,9 @@ html {
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
margin: 0; margin: 0;
font-family: Roboto,"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif; font-family: Roboto, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
} }
*, *:before, *:after { *, *:before, *:after {
box-sizing: inherit; box-sizing: inherit;
} }
@ -13,15 +14,15 @@ body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
height: 100%; height: 100%;
background-color: #f2f5f4; background-color: #f2f5f4;
color:#7c8382; color: #7c8382;
margin: 0; margin: 0;
} }
header { header {
background-color: #272e30; background-color: #272e30;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
height: 54px; height: 54px;
border-bottom:2px solid #3ab7a5; border-bottom: 2px solid #3ab7a5;
position: fixed; position: fixed;
width: 100%; width: 100%;
z-index: 999; z-index: 999;
@ -35,23 +36,24 @@ h1, h2, h3, h4, h5, h6, p {
margin: 0; margin: 0;
} }
h1{ h1 {
color: #3ab7a5; color: #3ab7a5;
border-bottom: 1px solid #3ab7a5; border-bottom: 1px solid #3ab7a5;
margin: 30px auto 25px; margin: 30px auto 25px;
padding-bottom: 15px; padding-bottom: 15px;
font-size: 25px; font-size: 25px;
} }
header input{ header input {
margin-bottom:0; margin-bottom: 0;
} }
button{
button {
border: 1px solid #3ab7a5; border: 1px solid #3ab7a5;
padding: 3px 20px; padding: 3px 20px;
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
background-color:#fff; background-color: #fff;
cursor: pointer; cursor: pointer;
} }
@ -120,7 +122,7 @@ button{
margin-top: 1px; margin-top: 1px;
z-index: 99999 !important; z-index: 99999 !important;
background: #fff; background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,.1); box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
border: 1px solid #f9f9f9; border: 1px solid #f9f9f9;
} }
& .rdtOpen .rdtPicker { & .rdtOpen .rdtPicker {
@ -217,10 +219,10 @@ button{
& .rdtNext span { & .rdtNext span {
display: block; display: block;
-webkit-touch-callout: none; /* iOS Safari */ -webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */ -webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */ -khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */ -moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */ -ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; user-select: none;
} }
@ -293,10 +295,10 @@ button{
display: block; display: block;
-webkit-touch-callout: none; /* iOS Safari */ -webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */ -webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */ -khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */ -moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */ -ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; user-select: none;
} }
& .rdtCounter .rdtBtn:hover { & .rdtCounter .rdtBtn:hover {