Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
d17d59aa
Commit
d17d59aa
authored
Aug 16, 2011
by
haemmer
Browse files
Corrected some CSS/layout flaws
parent
b818969f
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/default-styles.css
View file @
d17d59aa
h1
{
font-family
:
Verdana
,
Geneva
,
sans-serif
;
font-family
:
Verdana
,
sans-serif
;
font-size
:
13px
;
padding-bottom
:
6px
;
text-align
:
left
;
...
...
@@ -7,7 +7,7 @@ h1 {
}
p
{
font-family
:
Verdana
,
Geneva
,
sans-serif
;
font-family
:
Verdana
,
sans-serif
;
font-size
:
12px
;
text-align
:
left
;
}
...
...
@@ -35,7 +35,7 @@ select {
position
:
absolute
;
left
:
50%
;
top
:
50%
;
margin-left
:
-3
0
0px
;
margin-left
:
-3
2
0px
;
margin-top
:
-200px
;
}
...
...
@@ -50,7 +50,7 @@ select {
-webkit-border-radius
:
8px
;
-moz-border-radius
:
8px
;
overflow
:
hidden
;
padding
:
1.268em
;
padding
:
24px
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
0
,
Strength
=
5
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
45
,
Strength
=
4
)
progid
:
DXImageTransform
.
Microsoft
.
Shadow
(
color
=
'#CCCCCC'
,
Direction
=
90
,
Strength
=
5
)
...
...
@@ -72,7 +72,7 @@ select {
margin-left
:
0
;
float
:
left
;
background
:
url("{$imageURL}/dual_line.gif")
repeat-x
scroll
0
100%
transparent
;
font-family
:
Verdana
,
Geneva
,
sans-serif
;
font-family
:
Verdana
,
sans-serif
;
font-size
:
12px
;
line-height
:
45px
;
}
...
...
@@ -93,7 +93,6 @@ select {
list-style
:
none
;
}
.content
{
width
:
100%
;
float
:
left
;
...
...
@@ -123,7 +122,7 @@ select {
.selectedIdP
{
font-family
:
Verdana
,
Geneva
,
sans-serif
;
font-family
:
Verdana
,
sans-serif
;
font-size
:
13px
;
width
:
380px
;
background-color
:
white
;
...
...
default-header.php
View file @
d17d59aa
...
...
@@ -67,7 +67,7 @@ function checkForm(){
</div>
<div
class=
"content"
>
<ul
class=
"menu"
>
<li
class=
"last"
><a
href=
"http://www.switch.ch/
<?php
echo
$language
?>
/aai/about/"
>
<?php
echo
getLocalString
(
'about_aai'
);
?>
</a></li>
<li><a
href=
"http://www.switch.ch/
<?php
echo
$language
?>
/aai/about/"
>
<?php
echo
getLocalString
(
'about_aai'
);
?>
</a></li>
<li
class=
"last"
><a
href=
"http://www.switch.ch/
<?php
echo
$language
?>
/aai/faq/"
>
<?php
echo
getLocalString
(
'faq'
)
?>
</a></li>
<li
class=
"last"
><a
href=
"http://www.switch.ch/
<?php
echo
$language
?>
/aai/help/"
>
<?php
echo
getLocalString
(
'help'
)
?>
</a></li>
<li
class=
"last"
><a
href=
"http://www.switch.ch/
<?php
echo
$language
?>
/aai/privacy/"
>
<?php
echo
getLocalString
(
'privacy'
)
?>
</a></li>
...
...
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