git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@59 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-02-01 17:02:23 +00:00
parent fc7970ec57
commit 7737c750eb
8 changed files with 142 additions and 37 deletions
+15 -6
View File
@@ -236,10 +236,9 @@ label.error {
.thmbImg
{
border: 2px solid #cdcdcd!important;
border-radius: 15px;
width: 76px;
height: 76px;
border-right: 2px solid #cdcdcd!important;
width: 80px;
height: 100%;
}
.emptyItemList
@@ -256,8 +255,18 @@ label.error {
display: block;
}
.imageborder {
.imageborder {
border: 2px solid #3b5998!important;
border-radius: 15px;
border-radius: 7px;
width: 100%;
}
.imageborder-b {
border: 2px solid #cdcdcd!important;
}
.imageborder-a,
.imageborder-c,
.imageborder-d {
border: 2px solid #3b5998!important;
}