version 1.746, 2009/02/13 17:26:55
|
version 1.752, 2009/02/22 18:30:27
|
Line 2810 sub aboutmewrapper {
|
Line 2810 sub aboutmewrapper {
|
return; |
return; |
} |
} |
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'. |
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'. |
($target?' target="$target"':'').' title="'.&mt("View this user's personal page").'">'.$link.'</a>'; |
($target?' target="$target"':'').' title="'.&mt("View this user's personal information page").'">'.$link.'</a>'; |
} |
} |
|
|
# ------------------------------------------------------------ Syllabus Wrapper |
# ------------------------------------------------------------ Syllabus Wrapper |
Line 4525 form, .inline { display: inline; }
|
Line 4525 form, .inline { display: inline; }
|
|
|
/* just for tests */ |
/* just for tests */ |
.LC_300Box { width:300px; } |
.LC_300Box { width:300px; } |
.LC_200Box {width:200px; } |
.LC_400Box {width:400px; } |
.LC_500Box {width:500px; } |
.LC_500Box {width:500px; } |
.LC_600Box {width:600px; } |
.LC_600Box {width:600px; } |
.LC_800Box {width:800px;} |
.LC_800Box {width:800px;} |
Line 5726 ol#LC_PathBreadcrumbs li a{
|
Line 5726 ol#LC_PathBreadcrumbs li a{
|
.LC_ContentBoxSpecial |
.LC_ContentBoxSpecial |
{ |
{ |
border: solid 1px $lg_border_color; |
border: solid 1px $lg_border_color; |
max-width:70%; |
|
min-width:70%; |
|
} |
} |
.LC_ContentBoxSpecialContactInfo |
.LC_ContentBoxSpecialContactInfo |
{ |
{ |
Line 5735 ol#LC_PathBreadcrumbs li a{
|
Line 5733 ol#LC_PathBreadcrumbs li a{
|
max-width:25%; |
max-width:25%; |
min-width:25%; |
min-width:25%; |
} |
} |
|
.LC_AboutMe_Image |
|
{ |
|
float:left; |
|
margin-right:10px; |
|
} |
|
.LC_Clear_AboutMe_Image |
|
{ |
|
clear:left; |
|
} |
dl.LC_ListStyleClean dt { |
dl.LC_ListStyleClean dt { |
padding-right: 5px; |
padding-right: 5px; |
display: table-header-group; |
display: table-header-group; |
Line 5811 div.LC_columnSection {
|
Line 5817 div.LC_columnSection {
|
div.LC_columnSection>* { |
div.LC_columnSection>* { |
float: left; |
float: left; |
margin: 10px 20px 10px 0px; |
margin: 10px 20px 10px 0px; |
overflow:hidden; |
overflow:hidden; |
} |
|
div.LC_columnSection > .LC_ContentBox, |
|
div.LC_columnSection > .LC_ContentBoxSpecial |
|
{ |
|
width: 400px; |
|
} |
} |
|
|
.ContentBoxSpecialTemplate |
.ContentBoxSpecialTemplate |
{ |
{ |
border: solid 1px $lg_border_color; |
border: solid 1px $lg_border_color; |
} |
} |
.ContentBoxTemplate { |
.ContentBoxTemplate { |
padding:10px; |
padding:10px; |
Line 5831 div.LC_columnSection > .ContentBoxTempla
|
Line 5832 div.LC_columnSection > .ContentBoxTempla
|
div.LC_columnSection > .ContentBoxSpecialTemplate |
div.LC_columnSection > .ContentBoxSpecialTemplate |
{ |
{ |
width: 600px; |
width: 600px; |
|
|
} |
} |
|
|
.clear{ |
.clear{ |
clear: both; |
clear: both; |
line-height: 0px; |
line-height: 0px; |
Line 5887 div.LC_columnSection > .ContentBoxSpecia
|
Line 5886 div.LC_columnSection > .ContentBoxSpecia
|
border-bottom: 1px solid #CCCCCC; |
border-bottom: 1px solid #CCCCCC; |
} |
} |
|
|
|
table em{ |
|
font-weight:bold; |
|
font-style:normal; |
|
} |
|
|
END |
END |
} |
} |
|
|