Add custom CSS to add some margin on top of MSP dialogs

This commit is contained in:
Benjamin Dauvergne 2014-11-21 16:06:09 +01:00
parent 7d0f41d38e
commit 72978bd650
3 changed files with 4 additions and 64 deletions

View File

@ -1,65 +1,3 @@
div.msp {
background: url("../img/degrade.jpg") repeat-x scroll 0 0 #FFFFFF;
border: 1px solid #2B2A91;
width: 19em;
color: #2B2A91;
font-family: verdana, arial, sans-serif;
margin: auto;
padding: 0;
#msp-link-management, #msp-confirm-unlink {
margin-top: 15px;
}
div.msp-bordure {
border: 2px solid #FFFFFF;
height: 100%;
}
.msp p, .msp form, .msp h1, .msp h2, .msp h3, .msp h4, .msp h5, .msp h6, .msp
input, .msp select, .msp textarea, .msp div, .msp a, .msp ul, .msp li, .msp ol,
.msp dt, .msp dl, .msp dd {
margin: 0;
padding: 0;
font-weight: normal;
list-style: none;
font-size: 100%;
}
.msp p {
padding: 0;
padding-left: 0.5em;
padding-top: 0.3em;
margin: 0 0 0.5em;
}
.msp .fz7 {
font-size: 100.01%!important;
font-family: verdana, arial, sans-serif;
}
.msp a {
background-color: inherit;
color: #31579C !important;
font-size: 1em;
-font-size: 1em;
font-family: arial;
font-size: 90%;
}
.msp a img {
text-decoration: none;
border: none;
}
.msp p img {
display: block;
vertical-align: middle;
}
.msp .lien-en-savoir-plus {
background: url("../img/fleche.png") no-repeat scroll 11px 8px transparent;
margin-left: 10em;
margin-right: 0.5em;
margin-top: -2.3em;
text-align: right;
}
#msp-linking {
text-align: center;
}

View File

@ -6,6 +6,7 @@
{% block content %}
{% addtoblock "css" %}<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_msp/css/screen.msp.css' %}"></link>{% endaddtoblock %}
{% addtoblock "css" %}<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_msp/css/msp.css' %}"></link>{% endaddtoblock %}
{% addtoblock "js" %}<script type="text/javascript" src="{% static "authentic2_auth_msp/js/domready.js" %}"></script>{% endaddtoblock %}
{% addtoblock "js" %}<script type="text/javascript" src="{% static "authentic2_auth_msp/js/getElementsByClassName-1.0.1.js" %}"></script>{% endaddtoblock %}
{% addtoblock "js-endpage" %}<script type="text/javascript" src="{% static "authentic2_auth_msp/js/oauth.js" %}"></script>{% endaddtoblock %}

View File

@ -6,6 +6,7 @@
{% block content %}
{% addtoblock "css" %}<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_msp/css/screen.msp.css' %}"></link>{% endaddtoblock %}
{% addtoblock "css" %}<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_msp/css/msp.css' %}"></link>{% endaddtoblock %}
<div id="msp-link-management">
<div class="msp">
<div class="cadre">