Files
b2b.redline.com.pl/modules/newsletterpro/views/css/1.6/newsletterpro_front.css
2025-06-24 14:14:35 +02:00

172 lines
3.8 KiB
CSS

#module-newsletterpro-myaccount .page-heading {
margin-bottom: 12px;
}
#module-newsletterpro-myaccount h3 {
font-weight:normal;
font-size:13px;
}
#module-newsletterpro-myaccount p {
padding-bottom:10px;
}
#module-newsletterpro-myaccount form.std fieldset {
margin-top:0;
padding:10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background:#eee;
}
#module-newsletterpro-myaccount .std p.required {color:#333}
#module-newsletterpro-myaccount .std p.text label,
#module-newsletterpro-myaccount .std p.password label,
#module-newsletterpro-myaccount .std p.select label {
display:inline-block;
padding-right:10px;
width:174px;
font-weight:bold;
font-size:12px;
text-align:right;
}
#module-newsletterpro-myaccount .std p.text label sup,
#module-newsletterpro-myaccount .std p.password label sup,
#module-newsletterpro-myaccount .std p.select label sup {color:#990000;}
#module-newsletterpro-myaccount .std p.text input,
#module-newsletterpro-myaccount .std p.password input {
padding:0 5px;
height:20px;
width:253px;
border:1px solid #ccc;
background:url(../../img/bg_input.png) repeat-x 0 0 #fff;
}
#module-newsletterpro-myaccount .std p.select select {
border:1px solid #ccc;
}
#module-newsletterpro-myaccount .std p.radio span {
display:inline-block;
padding-right:10px;
width:174px;
font-weight:bold;
font-size:12px;
text-align:right;
}
#module-newsletterpro-myaccount .std p.radio input {
padding:0 5px;
height:auto;
width:auto;
border:none;
background:none;
position: relative;
bottom: -3px;
}
#module-newsletterpro-myaccount .std p.checkbox input {
position:relative;
top:2px;
left:0;
margin:0 2px 0 187px;
}
#module-newsletterpro-myaccount .std p.submit {
margin-top: 12px;
}
#module-newsletterpro-myaccount .std p.submit .button {}
#module-newsletterpro-myaccount .std #security_informations {
padding:0 0 0 187px;
font-size:11px;
}
input#search_cat {
width: 150px !important;
height: auto !important;
padding: 2px 8px !important;
}
.ac_results {
z-index: 99999 !important;
}
#expand_all,
#uncheck_all,
#check_all,
#collapse_all {
color: #555555;
}
.category-filter {
padding: 5px
}
.category-filter a {
margin-right: 5px;
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #555555;
background-color: white;
border-color: #cccccc;
-webkit-box-shadow: #e6e6e6 0 -2px 0 inset;
-moz-box-shadow: #e6e6e6 0 -2px 0 inset;
box-shadow: #e6e6e6 0 -2px 0 inset;
}
.category-filter a:hover {
color: white !important;
background-color: #00aff0;
border-color: #008abd;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.category-filter input[name="search_cat"]{
height: 27px;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
color: #555555;
background-color: white;
background-image: none;
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#categories-treeview div.checker {
display: inline-block !important;
}