garancia/modules/giftcard/css/admingiftcardtemplatebootstrap.css
2016-10-10 15:24:25 +02:00

111 lines
2.3 KiB
CSS
Executable File

div.action .btngiftcard
{
float:left;
}
a.btngiftcard
{
margin-top:5px;
color: #FFF;
text-shadow: 0px 1px 0px rgba( 200, 200, 200, 0.4);
background: #3C98CF;
background: -webkit-linear-gradient( #3C98CF, #2D74A0);
background: -moz-linear-gradient( #3C98CF, #2D74A0);
background: -ms-linear-gradient( #3C98CF, #2D74A0);
background: -o-linear-gradient( #3C98CF, #2D74A0);
background: linear-gradient( #3C98CF, #2D74A0);
font-size: 1.25em;
width: 150px;
padding: 4px;
text-align: center;
display: inline-block;
margin: 0 15px 15px 0;
border-radius: 7px;
box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
}
a.btngiftcard:hover
{
background: #3CA1D3;
background: -webkit-linear-gradient( #3CA1D3, #3386AF);
background: -moz-linear-gradient( #3CA1D3, #3386AF);
background: -ms-linear-gradient( #3CA1D3, #3386AF);
background: -o-linear-gradient( #3CA1D3, #3386AF);
background: linear-gradient( #3CA1D3, #3386AF);
}
#giftcard_customize h3{
margin-top:0px !important;
margin-left:3px !important;
}
#giftcardtemplateselect{
padding: 20px;
background-color: #FFF;
border: 1px dotted #CECECE;
}
#giftcardtemplateselect_img{
text-align: center;
}
div#giftcardcustom_form{
float:left;
margin-left:5px;
background-color: #FFF;
border: 1px dotted #CECECE;
width: auto;
}
#giftcardcustom_form h3
{
border-bottom: 1px solid #CECECE;
text-transform: uppercase;
padding-left: 5px;
margin-top: 0;
font-size: 1em;
padding-top: 10px;
}
#giftcardcustom_form .tableformcustom{
width: 100%;
}
#giftcardcustom_form .tableformcustom td.label{
padding:3px;
vertical-align: top;
}
#giftcardtemplates
{
height:auto;
display: inline-block;
}
#giftcardtemplates .template_item{
width:auto;
padding:5px;
display: block;
position:relative;
border-bottom:1px dashed #CECECE;
padding-bottom:50px;
}
#giftcardtemplates .template_item:hover{
background-color:#FAAC58;
}
#giftcardtemplates .template_item a.button_delete{
position:absolute;
bottom:5px;
right:5px;
}
#giftcardtemplates .template_item a.button_check{
position:absolute;
bottom:0px;
left:5px;
width: 50px;
height: 50px;
background-image: url('../img/icon/check.png');
background-repeat:no-repeat;
}
#giftcardtemplates .template_item a.button_check:hover{
background-image: url('../img/icon/check_green.png');
}
.tagify-container > input{
border: 0 none !important;
}