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
GIP RENATER
switch-wayf
Commits
e4dfab21
Commit
e4dfab21
authored
Aug 26, 2011
by
haemmer
Browse files
Further refined CSS rules
parent
bfc3b2ad
Changes
2
Show whitespace changes
Inline
Side-by-side
css/default-styles.css
View file @
e4dfab21
...
@@ -50,10 +50,6 @@ a:focus, a:hover, a:active {
...
@@ -50,10 +50,6 @@ a:focus, a:hover, a:active {
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
305
,
Strength
=
4
);
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
305
,
Strength
=
4
);
}
}
.header
{
width
:
100%
;
}
.menu
{
.menu
{
width
:
100%
;
width
:
100%
;
padding-left
:
2px
;
padding-left
:
2px
;
...
@@ -89,20 +85,26 @@ a:focus, a:hover, a:active {
...
@@ -89,20 +85,26 @@ a:focus, a:hover, a:active {
}
}
#content
{
#content
{
width
:
98%
;
}
#header
{
width
:
100%
;
width
:
100%
;
float
:
left
;
height
:
50px
;
text-align
:
left
;
}
}
#federationLogo
{
#federationLogo
{
float
:
left
;
margin-top
:
32px
;
margin-top
:
32px
;
margin-left
:
2px
;
margin-left
:
2px
;
border
:
0
;
border
:
0
;
float
:
left
;
}
}
#organisationLogo
{
#organisationLogo
float
:
right
;
{
border
:
0
;
border
:
0
;
float
:
right
;
}
}
#userInputArea
{
#userInputArea
{
...
...
default-header.php
View file @
e4dfab21
...
@@ -62,8 +62,9 @@ function checkForm(){
...
@@ -62,8 +62,9 @@ function checkForm(){
<div
id=
"container"
>
<div
id=
"container"
>
<div
class=
"box"
>
<div
class=
"box"
>
<div
class=
"header"
>
<div
id=
"header"
>
<a
href=
"http://www.switch.ch/aai"
><img
src=
"
<?php
echo
$logoURL
?>
"
alt=
"SWITCHaai"
id=
"federationLogo"
></a><a
href=
"http://www.switch.ch/"
><img
src=
"
<?php
echo
$imageURL
?>
/switch-logo.png"
alt=
"SWITCH"
id=
"organisationLogo"
align=
"right"
></a>
<a
href=
"http://www.switch.ch/aai"
><img
src=
"
<?php
echo
$logoURL
?>
"
alt=
"SWITCHaai"
id=
"federationLogo"
></a>
<a
href=
"http://www.switch.ch/"
><img
src=
"
<?php
echo
$imageURL
?>
/switch-logo.png"
alt=
"SWITCH"
id=
"organisationLogo"
></a>
</div>
</div>
<div
id=
"content"
>
<div
id=
"content"
>
<ul
class=
"menu"
>
<ul
class=
"menu"
>
...
...
Write
Preview
Supports
Markdown
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