Changed page no access

This commit is contained in:
m-lopez-f 2015-02-03 13:37:56 +01:00
parent 05c0acecba
commit 6613f57e81
1 changed files with 39 additions and 4 deletions

View File

@ -155,9 +155,44 @@ div#error_buttons a{
margin: 14px; margin: 14px;
} }
div#noaccess { #noaccess {
width: 350px; position: relative;
padding-left: 40px; margin-top:25px;
left: 15px;
padding-top: 5px;
background-color: #FFFFFF;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#noaccess-title {
color: #FFF;
font-weight: bold;
padding-top: 5px;
margin-left: 5px;
background: none repeat scroll 0% 0% #82B92E;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
text-align: center;
}
#noaccess-text {
font-size: 12px;
text-align: justify;
padding-top: 25px;
padding-right: 50px;
float:right;
}
#noaccess-image {
position: relative;
left: 10px;
top: 10px;
float:left;
} }
div#activity{ div#activity{
padding-top: 0px; padding-top: 0px;
@ -2789,4 +2824,4 @@ table#policy_modules td * {
margin-bottom: 10px; margin-bottom: 10px;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-top-right-radius: 2px; border-top-right-radius: 2px;
} }