Added autoprefixer + csslint

This commit is contained in:
RainLoop Team 2014-08-28 19:27:30 +04:00
parent 5009546a91
commit 39255ae061
30 changed files with 218 additions and 1038 deletions

View file

@ -43,19 +43,12 @@
.close {
color: #fff;
.opacity(100);
opacity: 1;
}
.btn {
margin-top: 4px;
}
/*
.button-new-message {
margin-left: 8px;
}
.button-delete {
margin-left: 8px;
}*/
}
.b-list-toolbar {
@ -63,7 +56,7 @@
height: 45px;
text-align: right;
width: @contacts-popup-left-width;
.box-shadow(inset 0 -1px 0 #ccc);
box-shadow: inset 0 -1px 0 #ccc;
.e-search {
margin-top: 7px;
@ -78,7 +71,7 @@
height: 105px;
width: @contacts-popup-left-width;
background-color: #eee;
.box-shadow(inset 0 1px 0 #ccc);
box-shadow: inset 0 1px 0 #ccc;
.footer-pager {
padding: 8px 10px 0 0;
@ -105,7 +98,7 @@
font-size: 14px;
line-height: 13px;
background-color: #fff;
.box-shadow(inset 0 -1px 0 #ccc);
box-shadow: inset 0 -1px 0 #ccc;
}
.listEmptyList, .listEmptyListLoading, .listEmptySearchList {
@ -146,7 +139,7 @@
display: block;
height: 1px;
background-color: #999;
.opacity(20);
opacity: 0.2;
}
.wrapper {
@ -248,7 +241,7 @@
left: @contacts-popup-left-width;
height: 31px;
text-align: center;
.box-shadow(inset 0 -1px 0 #ccc);
box-shadow: inset 0 -1px 0 #ccc;
.button-save-contact {
&.no-disabled.dirty {
@ -274,7 +267,6 @@
background-color: #fff;
border-left: 1px solid #ddd;
.content {
-webkit-overflow-scrolling: touch;
}
@ -286,15 +278,15 @@
.inputosaurus-container {
border-width: 1px;
border-color: transparent;
.box-shadow(none);
box-shadow: none;
&:hover {
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-color: #ccc;
}
&.inputosaurus-focused {
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-color: #999;
}
}
@ -354,18 +346,18 @@
}
.contactValueInput, .contactValueInputLarge, .contactValueTextArea {
.box-shadow(none);
box-shadow: none;
border-color: #fff;
font-size: 18px;
width: 300px;
&:hover {
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-color: #ccc;
}
&:focus {
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-color: #999;
}