diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index f63532cfd3..9f87bb2574 100755 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -158,10 +158,46 @@ div#error_buttons a{ margin: 14px; } -div#noaccess { - width: 350px; - padding-left: 40px; +#noaccess { + position: relative; + 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{ padding-top: 0px; padding-bottom: 18px; @@ -2866,4 +2902,4 @@ table#policy_modules td * { -webkit-transform: rotate(359deg); transform: rotate(359deg); } -} \ No newline at end of file +}