Changes in styleshet and generated html to conform more to mobile w3c reccomendations.

This commit is contained in:
Jakub A.Tesinsky 2008-12-03 11:50:20 +01:00
parent f42025e5da
commit 96dc05e4f1
9 changed files with 82 additions and 44 deletions

View file

@ -39,4 +39,4 @@ RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
# Example:
# ErrorDocument 500 /500.html
ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"
ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"

View file

@ -29,15 +29,18 @@ div.footer a {
}
h1 {
color: #f00;
font-size: small;
color: #f00;
font-size: small;
margin-top:.3em;
margin-bottom:.3em;
}
h2 {
background-color: #cccccc;
font-size : small;
margin-top: 10px;
margin-bottom: 0;
background-color: #aaaaaa;
font-size : small;
margin: .3em 0;
padding: .3em 0 .1em .3em;
border-top: 1px solid #777777;
}
h4.alert {
@ -60,12 +63,8 @@ h4.notice {
color: #007E00;
}
div.t {
padding-left:5px;
}
span.tag {
font-size: XX-small;
font-size: x-small;
background-color: #CCE7FF;
color: #000;
padding: 1px;
@ -86,43 +85,74 @@ span.prj, span.ctx{
color: #fff;
background: #f00;
padding: 1px;
font-size: 10px;
font-size: 1em;
}
.amber {
color: #fff;
background: #ff6600;
padding: 1px;
font-size: 10px;
font-size: 1em;
}
.orange {
color: #fff;
background: #FFA500;
padding: 1px;
font-size: 10px;
font-size: 1em;
}
.green {
color: #fff;
background: #33cc00;
padding: 1px;
font-size: 10px;
font-size: 1em;
}
.grey {
color: #fff;
background: #999;
padding: 1px;
font-size: 10px;
font-size: 1em;
}
.count {
color: #fff;
background: #000;
font-size: medium;
font-size: medium;
}
.errors {
background: #FFC2C2;
}
ul.c li.star {
list-style-type: circle;
}
ul.c {
padding: 0;
margin: 0;
padding-left: 1.1em;
}
ul.c li {
padding: 0;
margin: 0;
}
ul.c li span.r {
display: none;
}
span.r {
display:none;
}
.nav {
font-size: x-small;
}
#database_auth_form table td {
width:7em;
}