Commit 4de0c377 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174450 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 208edcd6
...@@ -308,8 +308,6 @@ md-card { ...@@ -308,8 +308,6 @@ md-card {
} }
.submit-review-btn, .cancel-review-btn { .submit-review-btn, .cancel-review-btn {
background: #fff;
color: mediumvioletred;
max-width: 190px; max-width: 190px;
height: 50px; height: 50px;
font-size: 15px; font-size: 15px;
...@@ -326,6 +324,21 @@ md-card { ...@@ -326,6 +324,21 @@ md-card {
float: right; float: right;
} }
.cancel-review-btn {
background: #fff;
color: mediumvioletred;
}
.submit-review-btn {
background: mediumvioletred;
color: #fff;
}
.submit-review-btn[disabled] {
background: #e0e0e0;
color: #fff;
}
.write-review-title { .write-review-title {
border-bottom: 2px solid #c71585; border-bottom: 2px solid #c71585;
font-size: 20px; font-size: 20px;
......
...@@ -186,11 +186,12 @@ li::before { ...@@ -186,11 +186,12 @@ li::before {
.image { .image {
border-right: 1px solid #f3f3f3;
} }
.head { .head {
padding-left: 25px; padding-left: 25px;
border-left: 1px solid #f3f3f3; /*border-left: 1px solid #f3f3f3;*/
} }
.link_changebutton { .link_changebutton {
...@@ -597,9 +598,10 @@ md-card { ...@@ -597,9 +598,10 @@ md-card {
margin-right: 29px; margin-right: 29px;
} }
.wishButton{ .wishButton{
float: right; float: right;
z-index: 1; z-index: 1;
padding-top: 18px; /* padding-top: 18px; */
background: none; background: none;
color: mediumvioletred; color: mediumvioletred;
top: 18px;
} }
\ No newline at end of file
...@@ -179,7 +179,6 @@ ...@@ -179,7 +179,6 @@
.ecm-payments{ .ecm-payments{
display: flex; display: flex;
position: relative; position: relative;
left: 15px;
color: dimgray; color: dimgray;
padding-top: 36px; padding-top: 36px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment