Project

General

Profile

« Previous | Next » 

Revision 72e65b31

Added by Ohad Levy over 14 years ago

  • ID 72e65b31df2903be3c7fdcb6b04c7037974476d0

fixes #151 - add show host page
Added a nested link to hosts to lots of controllers

View differences:

public/stylesheets/style.css
font-family: "Trebuchet MS", Verdana, sans-serif;
}
h1 {margin:0; padding:0; font-size: 24px;}
h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
th.underlined {
text-decoration: underline
}
......
}
#header .title {
background-color:#406480;
color:#FFFAFA;
font-variant:small-caps;
font-weight: bold;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 130%;
}
#header .bigheadletter {color:#E6C373; font-size:130%; font-family: "Trebuchet MS", Verdana, sans-serif; }
#menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
#menu ul {margin: 0; padding: 0;}
#menu ul {
margin: 0; padding: 0;
list-style: none;
float: left;
width: 960px;
}
#menu li {
float:left;
list-style-type:none;
margin: 0px 2px 0px 0px;
white-space:nowrap;
}
#menu li a {
display: block;
......
padding: 4px 10px 4px 10px;
}
#menu li a:hover {background:#759FCF; color:#fff;}
#menu li a.selectedmenu, #menu li a.selected:hover {background:#fff; color:#555;}
#menu li a.active, li a.selected:hover {background:#fff; color:#555;}
div#content {
float: center;
......
.odd {background-color:#f6f7f8;}
.even {background-color: #fff;}
td.last_row {
font-weight: bold;
}
.fieldWithErrors input.text-input,
.fieldWithErrors select,
.fieldWithErrors {

Also available in: Unified diff