Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
ec4efdbe
Commit
ec4efdbe
authored
Apr 16, 2013
by
philippe
Browse files
Error bootstrap and content border
parent
a9ea8905
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
ec4efdbe
...
...
@@ -210,7 +210,7 @@ class tx_nG6_pi1 extends tslib_pibase {
}
return
$smarty
->
fetch
(
'project_view.tpl'
);
}
else
{
return
"Access denied - You are not authorized to access this page."
;
return
"
<div class='alert alert-error'><b>
Access denied
</b>
- You are not authorized to access this page.
</div>
"
;
}
}
...
...
@@ -281,7 +281,7 @@ class tx_nG6_pi1 extends tslib_pibase {
}
return
$smarty
->
fetch
(
'run_view.tpl'
);
}
else
{
return
"Access denied - You are not authorized to access this page."
;
return
"
<div class='alert alert-error'><b>
Access denied
</b>
- You are not authorized to access this page.
</div>
"
;
}
}
...
...
ui/nG6template/css/style.css
View file @
ec4efdbe
...
...
@@ -55,7 +55,7 @@ ul#menu li a { text-decoration: none; color: #fff; font-size: 1.5em; font-weight
/* Bloc Page */
#global
{
width
:
990px
;
margin
:
0
auto
;
}
#page
{
background
:
#EFECE2
url(../images/center-bg.png)
center
top
repeat-y
;
}
#content
{
margin-left
:
34px
;
padding-top
:
1px
;
margin-right
:
34px
;
width
:
auto
;
float
:
none
;
}
#content
{
margin-left
:
34px
;
padding-top
:
1px
;
padding-bottom
:
25px
;
margin-right
:
34px
;
width
:
auto
;
float
:
none
;
}
/* Presentation Blocs */
#content
.presentation
{
clear
:
both
;
line-height
:
1.5
;
margin-bottom
:
1.5em
;
}
...
...
@@ -116,7 +116,6 @@ table.tx-nG6-pi3-listrow td { border-bottom: 1px solid #ddd; }
background
:
url("../images/footer-glow.png")
no-repeat
scroll
center
top
#2A2D30
;
color
:
#FFFFFF
;
position
:
relative
;
margin-top
:
20px
;
border-top
:
solid
1px
#141414
;
/* -moz-box-shadow: 0px -4px 5px 0px #3692ba;
-webkit-box-shadow: 0px -4px 5px 0px #3692ba;
...
...
@@ -240,4 +239,8 @@ table.tx-nG6-pi3-listrow td { border-bottom: 1px solid #ddd; }
.ng6-footer-link
:hover
{
color
:
#567f87
;
text-decoration
:
none
;
}
.alert
{
margin-top
:
25px
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment