Просмотр исходного кода

403 error page template updates. General markup cleanup and updates to error text for better readability.

Jason Hanes 12 лет назад
Родитель
Сommit
879547a8b3

+ 3 - 6
install/debian/templates/web/skel/document_errors/403.html

@@ -7,23 +7,20 @@
         body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
         h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
         h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
-        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
-        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
         a:link {color: #34536A;}
         a:visited {color: #34536A;}
         a:active {color: #34536A;}
         a:hover {color: #34536A;}
     </style>
 </head>
-
 <body>
     <p><a href="http://%domain%/">%domain%</a></p>
-
     <h1>403</h1>
     <h2>Forbidden</h2>
     <div>
-        Unfortunately, you do not have permission to view this
+        You do not have permission to view this page.
     </div>
 </body>
-
 </html>

+ 3 - 6
install/rhel/templates/web/skel/document_errors/403.html

@@ -7,23 +7,20 @@
         body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
         h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
         h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
-        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
-        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
         a:link {color: #34536A;}
         a:visited {color: #34536A;}
         a:active {color: #34536A;}
         a:hover {color: #34536A;}
     </style>
 </head>
-
 <body>
     <p><a href="http://%domain%/">%domain%</a></p>
-
     <h1>403</h1>
     <h2>Forbidden</h2>
     <div>
-        Unfortunately, you do not have permission to view this
+        You do not have permission to view this page.
     </div>
 </body>
-
 </html>

+ 3 - 6
install/ubuntu/templates/web/skel/document_errors/403.html

@@ -7,23 +7,20 @@
         body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
         h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
         h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
-        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
-        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
         a:link {color: #34536A;}
         a:visited {color: #34536A;}
         a:active {color: #34536A;}
         a:hover {color: #34536A;}
     </style>
 </head>
-
 <body>
     <p><a href="http://%domain%/">%domain%</a></p>
-
     <h1>403</h1>
     <h2>Forbidden</h2>
     <div>
-        Unfortunately, you do not have permission to view this
+        You do not have permission to view this page.
     </div>
 </body>
-
 </html>