Current File : /home/quantums/theartoflevelingup.net/wp-content/plugins/pretty-link/css/tinymce_form_popup.css |
#errors {
color:red;
margin-bottom:10px;
}
input[type="text"] {
font-size:13px;
height:18px;
width:350px;
}
select {
font-size:13px;
height:23px;
width:352px;
}
.prlitinymce-options label {
display:inline-block;
width:110px;
}
input[type="checkbox"] {
margin-left:0;
vertical-align:top;
height:14px;
width:14px;
}
.prlitinymce-options-row {
margin-bottom:10px;
}
.prlitinymce-hidden {
display:none;
}
#prlitinymce-good-slug {
color:green;
}
#prlitinymce-bad-slug {
color:red;
}
#prlitinymce-thinking,
#insert_loading {
vertical-align:middle;
}
/*Search Area*/
#prli_search_box {
margin-bottom:15px;
width:510px;
height:24px;
font-size:18px;
border:2px solid lightgrey;
border-radius:3px;
}
.lefty {
display:inline-block;
vertical-align:top;
}
.righty {
display:inline-block;
width:355px;
}
/* BUTTONS */
.prli_button {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 3;
-moz-border-radius: 3;
border-radius: 3px;
font-family: Arial;
color: #ffffff !important;
padding: 10px 20px 10px 20px;
text-decoration: none;
width:472px;
display:inline-block;
text-align:center;
margin-top:20px;
}
.prli_button:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}