|
@@ -227,7 +227,7 @@ background: #F6F6F6;
|
|
|
color: @colorWaring;
|
|
|
}
|
|
|
.moduleBox {
|
|
|
- padding: 0 0 0 80px;
|
|
|
+ padding: 0 0 0 90px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.moduleBoxName {
|
|
@@ -238,7 +238,7 @@ background: #F6F6F6;
|
|
|
display: inline-block;
|
|
|
border: 1px solid @colorWaring;
|
|
|
line-height: 18px;
|
|
|
- top: 3px;
|
|
|
+ top: 5px;
|
|
|
padding: 0 7px;
|
|
|
border-radius: 9px;
|
|
|
}
|
|
@@ -343,6 +343,7 @@ background: #F6F6F6;
|
|
|
padding: 0 0 0 160px;
|
|
|
// background: rgba(60,172,228,.17);
|
|
|
// filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4);
|
|
|
+background: #FFF7F2;
|
|
|
margin-top: 5px;
|
|
|
max-height: 81px;
|
|
|
overflow-y: hidden;
|
|
@@ -352,7 +353,7 @@ background: #F6F6F6;
|
|
|
width: 160px;
|
|
|
}
|
|
|
.casewriting .moduleTitle {
|
|
|
- color: #3b9ed0;
|
|
|
+ color: @colorWaring;
|
|
|
}
|
|
|
.casewriting {
|
|
|
position: relative;
|
|
@@ -527,7 +528,8 @@ background: #F6F6F6;
|
|
|
img {
|
|
|
width: 5px;
|
|
|
height: 9px;
|
|
|
- vertical-align: inherit;
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -624,10 +626,11 @@ background: #F6F6F6;
|
|
|
.recipe {
|
|
|
.title {
|
|
|
width: 124px;
|
|
|
- margin-top: 0;
|
|
|
+ margin-top: 9px;
|
|
|
}
|
|
|
.content {
|
|
|
margin-left: 146px;
|
|
|
+ padding-top: 9px;
|
|
|
}
|
|
|
}
|
|
|
|