Restyled erros pages & avatar class

3-1-stable
Dmitriy Zaporozhets 2012-08-16 09:13:50 +03:00
parent 17948951ff
commit 05da3801f5
14 changed files with 231 additions and 234 deletions

View File

@ -249,7 +249,7 @@ ul.bordered-list li:last-child { border:none }
li.commit {
.avatar {
width:24px;
top:-3px;
top:-5px;
margin-right:10px;
margin-left:10px;
}
@ -305,12 +305,7 @@ p.time {
}
.styled_image {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
border:2px solid #ddd;
}
.event_feed {
@ -729,3 +724,14 @@ li.note {
}
}
}
.git_error_tips {
@extend .span6;
text-align:left;
margin-top:40px;
pre {
background:white;
border:none;
font-size: 12px;
}
}

View File

@ -325,9 +325,7 @@ img.avatar {
float:left;
margin-right:15px;
width:40px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:2px solid #ddd;
&.s16 {
width:16px;

View File

@ -96,7 +96,7 @@ header {
*/
.search {
float: right;
margin-right: 50px;
margin-right: 45px;
.search-input {
@extend .span2;
@ -125,13 +125,13 @@ header {
display: block;
cursor: pointer;
img {
border-radius: 4px;
@include border-radius(4px);
right: 5px;
position: absolute;
width: 31px;
height: 31px;
width: 28px;
height: 28px;
display: block;
top: 0;
top: 2px;
&:after {
content: " ";
display: block;
@ -186,7 +186,7 @@ header {
width: 100px;
position: absolute;
right: 10px;
top: 46px;
top: 42px;
margin-top: 0;
float: right;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

View File

@ -41,7 +41,7 @@
}
.search {
float: right;
margin-right: 55px;
margin-right: 45px;
.search-input {
border: 1px solid rgba(0, 0, 0, 0.7);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.4) inset;

View File

@ -91,7 +91,7 @@
*/
.search {
float: right;
margin-right: 55px;
margin-right: 45px;
.search-input {
border: 1px solid rgba(0, 0, 0, 0.7);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.4) inset;
@ -127,6 +127,7 @@
.account-box {
top:6px;
img {
top:1px;
right: 5px;
width: 26px;
height: 26px;

View File

@ -1,5 +1,4 @@
.alert-message.block-message.error
%h3 Access Denied
%hr
%p Youre not allowed to access this page
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
%h1 Access Denied
%hr
%h2 You are not allowed to access this page
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}

View File

@ -1,9 +1,5 @@
.alert-message.block-message.error
%h3 Git Resource Not found
%hr
%p
Application cant get access to some
%span.label branch
or
%span.label commit
in your repository. Maybe it was moved
%h1 404
%hr
%h2 Git Resource Not found
%p
Application cant get access to some branch or commit in your repository. Maybe it was removed

View File

@ -1,30 +1,28 @@
.alert-message.block-message.error
%h3 Gitolite Error
%h4 Application cant get access to your gitolite system.
%h1 Git Error
%hr
%h2 Application cant get access to your gitolite system.
%h4 Tips for Administrator:
%ul
%li
%p
Check git logs in admin area
%li
%p
Check config/gitlab.yml for correct settings.
%li
%p
Diagnostic tool:
.git_error_tips
%h4 Tips for Administrator:
%ol
%li
%p
Check git logs in admin area
%li
%p
Check config/gitlab.yml for correct settings.
%li
%p
Diagnostic tool:
%pre
bundle exec rake gitlab:app:status RAILS_ENV=production
%li
%p
Permissions:
%pre
bundle exec rake gitlab:app:status RAILS_ENV=production
%li
%p
Permissions:
%pre
= preserve do
sudo chmod -R 770 /home/git/repositories/
sudo chown -R git:git /home/git/repositories/
sudo chown gitlab:gitlab /home/git/repositories/**/hooks/post-receive
= preserve do
sudo chmod -R 770 /home/git/repositories/
sudo chown -R git:git /home/git/repositories/
sudo chown gitlab:gitlab /home/git/repositories/**/hooks/post-receive

View File

@ -1,5 +1,4 @@
.alert-message.block-message.error
%h3 Not found
%hr
%p Resource you were looking for doesn't exist.
%P You may have mistyped the address or it was removed.
%h1 404
%hr
%h2 Resource you were looking for doesn't exist.
%p You may have mistyped the address or the page may have moved.

View File

@ -6,5 +6,5 @@
= render "layouts/head_panel", title: ""
.container
.content
%br
%h3= yield
%center.padded.prepend-top-20
= yield

View File

@ -7,7 +7,7 @@
<body>
<h1>404</h1>
<div class="alert-message block-message error">
<div>
<h2>The page you were looking for doesn't exist.</h2>
<p>You may have mistyped the address or the page may have moved.</p>
</div>

View File

@ -8,7 +8,7 @@
<body>
<!-- This file lives in public/422.html -->
<h1>422</h1>
<div class="alert-message block-message error">
<div>
<h2>The change you wanted was rejected.</h2>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>

View File

@ -8,7 +8,7 @@
<body>
<!-- This file lives in public/500.html -->
<h1>500</h1>
<div class="alert-message block-message error">
<div>
<h2>We're sorry, but something went wrong.</h2>
<p>We've been notified about this issue and we'll take a look at it shortly.</p>
</div>