Some styling for details widget

This commit is contained in:
Hadi Nategh 2016-01-21 10:13:57 +00:00
parent 15c489c561
commit 3ee6260b4e

View File

@ -2107,7 +2107,6 @@ body:last-child .blueimp-gallery>.play-pause, .blueimp-gallery>.play-pause{
.et2_details { .et2_details {
width:100%; width:100%;
position: relative;
color: black; color: black;
background-color: transparent; background-color: transparent;
} }
@ -2115,19 +2114,17 @@ body:last-child .blueimp-gallery>.play-pause, .blueimp-gallery>.play-pause{
display: none; display: none;
} }
.et2_details .et2_details_toggle { .et2_details .et2_details_toggle {
background-color: gray; background-color: #636363;
border: 1px solid silver;
border-radius: 3px; border-radius: 3px;
float: right; float: right;
} margin: 5px 8px 0px 0px;
.et2_details .et2_details_toggle:hover {
background-color: silver;
} }
.et2_details .et2_details_toggle:after{ .et2_details .et2_details_toggle:after{
content: "+"; content: "+";
color: white; color: white;
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
padding: 5px;
} }
.et2_details.et2_details_expanded .et2_details_wrapper{ .et2_details.et2_details_expanded .et2_details_wrapper{
display: block; display: block;
@ -2137,6 +2134,8 @@ body:last-child .blueimp-gallery>.play-pause, .blueimp-gallery>.play-pause{
} }
.et2_details .et2_details_title { .et2_details .et2_details_title {
cursor: pointer; cursor: pointer;
margin-top: 12px;
display: inline-block;
} }
.et2_details.et2_details_expanded .et2_details_title { .et2_details.et2_details_expanded .et2_details_title {
display: none; display: none;