1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r9139: cleanup the layout a bit

(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)
This commit is contained in:
Andrew Tridgell 2005-08-05 21:07:48 +00:00 committed by Gerald (Jerry) Carter
parent dab115f69f
commit e9737799b4
5 changed files with 50 additions and 59 deletions

View File

@ -23,7 +23,7 @@
setWidth("40%"); setWidth("40%");
setMinHeight(400); setMinHeight(400);
setBottom(48); setBottom(48);
setMinWidth(700); setMinWidth(500);
}; };
var gl = new QxGridLayout("auto,auto,auto,auto,auto", "100%"); var gl = new QxGridLayout("auto,auto,auto,auto,auto", "100%");

View File

@ -56,6 +56,6 @@ swat_menus.docs = simple_menu(
"XHTML Spec", "http://www.w3.org/TR/xhtml1/", "XHTML Spec", "http://www.w3.org/TR/xhtml1/",
"JavaScript Spec", "http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf", "JavaScript Spec", "http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf",
"CSS Specs", "http://www.w3.org/Style/CSS/#specs", "CSS Specs", "http://www.w3.org/Style/CSS/#specs",
"CSS1/2 Reference", "http://www.w3schools.com/css/css_reference.asp"); "CSS1/2 Reference", "http://www.w3schools.com/css/css_reference.asp",
"qooxdoo info", "http://qooxdoo.sourceforge.net/");

View File

@ -77,9 +77,7 @@ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png'
</div> </div>
<div id="links"> <div id="links">
<div class="related">
<% swat_menus.docs.display(); %> <% swat_menus.docs.display(); %>
</div>
</div> </div>

View File

@ -10,60 +10,6 @@
*/ */
/* Right-side column
***********************************************************/
#links {
float:left;
margin:115px 0 0 81%;
padding:0;
width:18%;
}
* html #links {
position:absolute;
top:115px;
left:82%;
float:none;
width:17%;
margin:0;
}
#links h4 {
margin-top:10px;
margin-left:1.5px;
font-size:small;
}
#links ul {
list-style-type:none;
padding:0;
padding-top:5px;
margin-left:20px;
}
#links a {
font-size:small;
}
#links p {
margin-top:25px;
margin-left:20px;
}
.releases {
padding:2px;
margin-top:35px;
border:1px solid #CCC;
background-color:#E5E9F5;
}
.beyond, .related, .intl {
padding:2px;
margin-top:25px;
border:1px solid #CCC;
background-color:#E5E9F5;
}
.beyond li {
margin-bottom:10px;
}
.contacts li{
list-style-type:disc;
}
/* Middle content column /* Middle content column
***********************************************************/ ***********************************************************/
#content { #content {

View File

@ -206,6 +206,53 @@ html>body .slogan { /**** Opera needs its own rule *********/
} }
/* links menu
***********************************************************/
#links {
position:absolute;
top:152px;
left:81%;
width:180px;
padding:0;
width:18%;
background-color:#F5F8FF;
border:2px groove #3878CD;
padding:0;
padding-bottom:5px;
margin:0;
z-index:1;
}
#links ul {
list-style-type:none;
text-align:center;
padding:0;
margin:0;
}
#links a,
#links a:link,
#links a:visited {
display:block;
height:20px;
font-size:small;
color:#2B5C9F;
}
#links a:hover {
color:#FFF;
background-color:#3878CD;
}
#links a:active {
color:#FFFF64;
background-color:#3878CD;
font-size:14px;
}
#links img {
padding:0;
margin:0;
width:180px;
height:30px;
}
/* Text and alignment formats /* Text and alignment formats
***********************************************************/ ***********************************************************/
.punch { .punch {